|
then do it like a EXE compiled by other compiler, but you must know that the API funcs are not used else Visual Basic funcs (for example: strings use Visual Basic funcs not the API SO strings funcs).
Use SICE or IDA,etc... WDASM work very good with VB programs, search for string references and get a doc that show how the VB funcs works (there're several in the net).
In SICE make a reference to MSVB400.dll or the DLL that uses your VB version.
Good luck
|