Home > Software engineering >  How to call in VB 361 plug-in wizard button
How to call in VB 361 plug-in wizard button

Time:10-07

Play wizard button, recently found that window cheat function of 361 plug-in rather easy to use, want to use in VB, you can normal reference, write code can show all the function and call parameters, but when the tip can't find the function entrance, unable to register the DLL under the XP, use the Declare statement, the statement is to can not find a file I use Depends checked the, can see DllCanUnloadNow, DllGetClassObject, DllRegisterServer these three functions, other built-in functions could not see, can you tell me whether this DLL file can be used in VB, how to quote, or who can give me a window to cheat in the plug-in implementation code can also,
http://pan.baidu.com/s/1gd46DNH

CodePudding user response:

See DllRegisterServer, states that this is a COM DLL
In VB by engineering - add references - give it a try,

CodePudding user response:

Tried, can the normal reference, procedure with Public obj_BgKM As New BGKMS statements define, written by VB real-time help can see the function and the parameter list, but the runtime error prompt,

CodePudding user response:

To play AutoHotKey,
http://www.autohotkey.com

CodePudding user response:

reference zhao4zhong1 reply: 3/f
change play AutoHotKey,
http://www.autohotkey.com

I cheat function is mainly to the window, in short, if the program background operation, ban will detect whether itself is active, if not active, then all operations are discarded, deceive the plug-in inside a window function, can cheat program testing thought itself is activated, if this plugin to use VB can't direct call, so can you implement this directly with the API function,

CodePudding user response:

reference 4 floor x94237 response:
Quote: reference zhao4zhong1 reply: 3/f

To play AutoHotKey,
http://www.autohotkey.com

I cheat function is mainly to the window, in short, if the program background operation, ban will detect whether itself is active, if not active, then all operations are discarded, deceive the plug-in inside a window function, can cheat program testing thought itself is activated, if this plugin to use VB can't direct call, so can't achieve this directly with the API function,

Use. Ahk script almost 90% above need manual operation sequence can be converted to script automatically,
  • Related