P
PaulK via DotNetMonster.com
Hi,
I try to start an Authorware player from an ASP.Net application. The program
starts (I can see it in the task manager) but nothing happens on the screen.
I tried with Internet Explorer but the same happens.
I use the follwing code and i tried to manipulate the parameters but nothing
helps.
Dim shellInfo As New Process
shellInfo.StartInfo.FileName = "C:\Authorware4Play\AdViewS.exe"
'shellInfo.StartInfo.FileName = "C:\Authorware4Play\AdViewS.exe"
shellInfo.StartInfo.RedirectStandardOutput = False ' I tried with
true
shellInfo.StartInfo.UseShellExecute = False ' I tried with true
shellInfo.StartInfo.CreateNoWindow = False ' I tried with true
shellInfo.StartInfo.WindowStyle = ProcessWindowStyle.Normal
shellInfo.Start()
Hope someone can help.
PaulK
I try to start an Authorware player from an ASP.Net application. The program
starts (I can see it in the task manager) but nothing happens on the screen.
I tried with Internet Explorer but the same happens.
I use the follwing code and i tried to manipulate the parameters but nothing
helps.
Dim shellInfo As New Process
shellInfo.StartInfo.FileName = "C:\Authorware4Play\AdViewS.exe"
'shellInfo.StartInfo.FileName = "C:\Authorware4Play\AdViewS.exe"
shellInfo.StartInfo.RedirectStandardOutput = False ' I tried with
true
shellInfo.StartInfo.UseShellExecute = False ' I tried with true
shellInfo.StartInfo.CreateNoWindow = False ' I tried with true
shellInfo.StartInfo.WindowStyle = ProcessWindowStyle.Normal
shellInfo.Start()
Hope someone can help.
PaulK