I have the code;
HWND MShwnd = FindWindowA("MapleStoryClass", NULL);
PostMessage(MShwnd, WM_KEYDOWN, 0x09, MapVirtualKeyA(0x09, 0) << 16);
which works just fine. Before hand, I copied to the clipboard a text.
What I want to know is how can I use postmessage and paste the text.
I searched everywhere and do not understand.
Thanks.
This is a C# code convert it or make a c# dll with my code:
(You need to add reference
Microsoft.VisualBasic)Update C++ code :
Update 2
I suppose that you need native code, so you didn’t use my code up there that didn’t require a handle, plus if you acheive
HWND MShwnd = FindWindowA("MapleStoryClass", NULL);so you have a handle… Any way i suggest one last method is the following: