what is the .exe classname .net vs vb6

G

Gary Kahrau

I have a third party application that starts up an application within
their application. It requires the classname of the project.

For vb6 I specify the following:
WindowName:="HmiBanner",Classname:="ThunderRT6FormDC"

What would the equivilent for vb.net be?
 
H

Herfried K. Wagner [MVP]

Gary Kahrau said:
I have a third party application that starts up an application within
their application. It requires the classname of the project.

For vb6 I specify the following:
WindowName:="HmiBanner",Classname:="ThunderRT6FormDC"

What would the equivilent for vb.net be?

You can find out the class name by using the Spy++ tool (included in VS.NET,
"Tools" -> "Spy++").
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top