Activex Control
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have create activex control with following command on button click. ConsoleTest.exe is .net application. Private Sub cmdLaunchApp_Click() Shell (App.Path & "\ConsoleTest.exe") End Sub I have included activex control in html page with following tag. When this page is accessed on client. It display activex button but instead of calling exe file it display message like File not found. Any body help us to resolve this problem Kumar Prabhakar