General discussion
Thread display: Collapse - |
All Comments
Start or search
Create a new discussion
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
to send message WM_DROPFILES 2 notepad?
I want to send a message WM_DROPFILES using sendmessage to the notepad applicaton ....
i am getting error during the sending to notepad.
Call SendMessage(handle, WM_DROPFILES, hDrop, 0)
handle = Notepad window handle
message = WM_DROPFILES
wParam (hDrop) = internal file structure
lParam = 0
how to set value to wParam regarding hDrop(internal file structure) ?
U will be appreciated if u could figure out the above issue.
thanks
Adesh