Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 델파이
- python3
- declare
- 중복제거
- rank
- pythonanywhere
- GIT
- advColumnGrid
- dbadvgrid
- pyhcarm
- Delphi
- queryset
- Visual Studio
- Push
- python 3.7
- hackerrank
- templates
- COMMIT
- delphi 10.3
- MSSQL
- PyCharm
- 백준
- HTML
- blog
- TMS
- github
- Django
- c#
- get_object_or_404
- anaconda3
Archives
- Today
- Total
목록kernel32.dll (1)
DevHyun
ini 파일 읽고 쓰기
1. dll 활용 // dll 선언 [DllImport("kernel32.dll")] private static extern uint GetPrivateProfileString(string section, string key, string defaultValue, StringBuilder returnedString, uint size, string filePath); [DllImport("kernel32.dll")] private static extern bool WritePrivateProfileString(string section, string key, string value, string filePath); // 사용 // ini파일 구성 // [section] // key : value stri..
C#
2023. 11. 9. 10:41