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_Cli ck(ByVal sender As System.Object, ByVal e As
System.EventArg s) Handles LinkButton1.Cli ck
Dim s As Integer
s = Shell("C:\inetp ub\wwwroot\Exam ple2\survey.exe ",
AppWinStyle.Nor malFocus)
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_Cli ck(ByVal sender As System.Object, ByVal e As
System.EventArg s) Handles LinkButton1.Cli ck
Dim s As Integer
s = Shell("C:\inetp ub\wwwroot\Exam ple2\survey.exe ",
AppWinStyle.Nor malFocus)
End Sub
Thanks alot. Reda
Comment