R
Reda
Hello everybody,
I have a problem I am trying to open window form from asp .net web
application. I am using linkbutton, by clicking this should open a
window form. I don't get any errors, but a window form won't come up.
Please help anybody.
my code:
Sub LinkButton1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles LinkButton1.Click
Dim s As Integer
s = Shell("C:\inetpub\wwwroot\Example2\survey.exe",
AppWinStyle.NormalFocus)
End Sub
Thanks alot. Reda
I have a problem I am trying to open window form from asp .net web
application. I am using linkbutton, by clicking this should open a
window form. I don't get any errors, but a window form won't come up.
Please help anybody.
my code:
Sub LinkButton1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles LinkButton1.Click
Dim s As Integer
s = Shell("C:\inetpub\wwwroot\Example2\survey.exe",
AppWinStyle.NormalFocus)
End Sub
Thanks alot. Reda