Is there a way to attach a vb program to another program that is running? and then interact with the functions on the other program?
Printable View
Is there a way to attach a vb program to another program that is running? and then interact with the functions on the other program?
I suppose you are talking baout the compiled form. You will have to use a prog which can trace program execution in assembly. Ofcource you willl have to know assembly language. I think VC is capable of trace program execution in assembly. SoftIce is another such program.