|
this seems as though it will be harder than i thought.. injecting a dll doesn't even initialize the class.. even if you set the starting thread to sub main..
option explicit
Sub Main()
msgbox "test"
end sub
putting that in and injecting the dll to an exe doesn't pop up the message box.. (NOTE: i have a much better working knowledge of VB than it seems, I (just now realizing this) just have no idea how to work with ActiveX Dll's...
would anyone be willing to tutor me along from the basics? XD
(google is failing me... I guess VB6 has truly become that outdated... I feel old.)
|