PDA

Click to See Complete Forum and Search --> : attach prog


VBHack
May 8th, 2001, 09:24 PM
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?

amitabh
May 9th, 2001, 02:00 AM
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.