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 |
Tags
- delphi 10.3
- pythonanywhere
- hackerrank
- 델파이
- dbadvgrid
- 중복제거
- MSSQL
- COMMIT
- rank
- TMS
- templates
- blog
- advColumnGrid
- Delphi
- python 3.7
- github
- pyhcarm
- Push
- queryset
- HTML
- c#
- GIT
- Django
- 백준
- anaconda3
- PyCharm
- get_object_or_404
- Visual Studio
- declare
- python3
Archives
- Today
- Total
목록Hwnd (1)
DevHyun
Window Handle값 및 sendmessage
외부업체와 연동 할때 외부업체 프로그램이 실행되어 있는지 확인 후 그 프로그램으로 sendmessage를 전송할때 활용했던 방법. procedure Process32List(Slist: TStringList; Flg:Boolean=True); var Process32: TProcessEntry32; Process32_: LPPROCESSENTRY32; SHandle: THandle; // the handle of the Windows object Next: BOOL; begin Process32.dwSize := SizeOf(TProcessEntry32); SHandle := CreateToolHelp32Snapshot(TH32CS_SNAPPROCESS, 0); if Flg then begin if Pr..
Delphi
2021. 6. 3. 17:08