C
CP11
Newbie here.
I am used to using vbscript but trying vb.net in vs2003.
I am trying to add a button click event, like this:
Dim LaunchApp As Integer
LaunchApp = Shell("""c:\program files\myapp\bin\newapp.exe""
/cmdline http://myapps/file.asp /logon")
AppActivate(LaunchApp)
This variable works like a champ in vbscript but I can't figure out why
nothing happens with the button click, there is no error, but nothing
comes up. Ideas?
I am used to using vbscript but trying vb.net in vs2003.
I am trying to add a button click event, like this:
Dim LaunchApp As Integer
LaunchApp = Shell("""c:\program files\myapp\bin\newapp.exe""
/cmdline http://myapps/file.asp /logon")
AppActivate(LaunchApp)
This variable works like a champ in vbscript but I can't figure out why
nothing happens with the button click, there is no error, but nothing
comes up. Ideas?