A_jj74 Cheater
Reputation: 0
Joined: 14 Nov 2009 Posts: 41
|
Posted: Mon Nov 16, 2009 1:37 am Post subject: C++ how to add ActiveX Flash? |
|
|
I am currently trying to write a Flash Bot in C++.
I need to know how I could add AxtiveX Flash to my C++ Program, do I need to import a Specific Library, DLL or whatever?
It would also be good if you could tell me how to use ActiveX Flash Control in VC++ Forms(.NET).
But the Problem with .NET is that I don't know how to use Mouse and Keyboard messages(I don't even think it's possible...), e.g in C++ it's simple:
PostMessage(hWnd, WM_LBUTTONDOWN, MK_LBUTTON, MAKELONG(x,y));
|
|