A
AP
Hello, I am having trouble trying to assign an object to a running program
in windows in VB.NET
A COM component class with the same name as the windows program is avaliable
to use
in VB.NET.
The component doesnt have an actual icon that you can drag on to a form, you
can only access the class.
Is there anyway to create an instance of this class and assign it to a
running instance within a running windows program?
Do I need to FindWindow() API call to assign the window to my object?
Or do I need to do something completly different like create a COM program.
Hope this is not too confusing.
Hope someone can help
in windows in VB.NET
A COM component class with the same name as the windows program is avaliable
to use
in VB.NET.
The component doesnt have an actual icon that you can drag on to a form, you
can only access the class.
Is there anyway to create an instance of this class and assign it to a
running instance within a running windows program?
Do I need to FindWindow() API call to assign the window to my object?
Or do I need to do something completly different like create a COM program.
Hope this is not too confusing.
Hope someone can help