what is the .exe classname .net vs vb6

  • Thread starter Thread starter Gary Kahrau
  • Start date Start date
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?
 
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++").
 
Back
Top