22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
ChangeTest - sample code to call DinkeyChange.dll in Visual Basic
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Note: For VB.net code please look in the vb.net folder.
|
|
|
|
The sample code contains 7 functions. Just use which ever functions are most
|
|
appropriate and customise in your own way. The sample code is just a guide.
|
|
As none of the parameters are sensitive then there is no need to implement
|
|
strong security in calling DinkeyChange.
|
|
|
|
Note - to run the project from the IDE you will need to place the protected
|
|
DinkeyChange.dll in the 32-bit Windows System folder*. For release you can place
|
|
DinkeyChange.dll in the folder of the compiled executable or in the Windows System
|
|
directory. The former is generally considered better as it is easier to install.
|
|
|
|
It is also recommended that you rename DinkeyChange.dll to a name of your choice. In
|
|
this case you will need to modify the dll name in the ChangeTest.bas file.
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
* Windows System folder for 32-bit dlls is:
|
|
c:\windows\system32 32-bit Windows
|
|
c:\windows\sysWOW64 64-bit Windows |