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
- Push
- python3
- TMS
- HTML
- github
- templates
- c#
- declare
- dbadvgrid
- MSSQL
- hackerrank
- 중복제거
- COMMIT
- pythonanywhere
- PyCharm
- advColumnGrid
- python 3.7
- 델파이
- anaconda3
- 백준
- queryset
- blog
- Delphi
- Django
- rank
- GIT
- delphi 10.3
- pyhcarm
- Visual Studio
- get_object_or_404
Archives
- Today
- Total
목록ini.cs (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