|
-
Apr 3rd, 2003, 11:12 AM
#1
Thread Starter
Junior Member
Bringing up .exe programs in .aspx pg
Does anyone know how to make a button or linkbutton open up an executable on my computer? Like my calculator, or some other .exe application??
"Ignorance and prejudice and fear walk hand in hand" - 'Witch Hunt', by Rush
-
Apr 3rd, 2003, 11:16 AM
#2
you cannot run executable on a clients system from a webpage.
-
Apr 3rd, 2003, 01:24 PM
#3
Thread Starter
Junior Member
Not even from a remote station on an intranet site?
Here's the thing. We're redoing the main app for our sales & reservations dept. The old one uses Visual FoxPro which has its own calculator function/control; since .NET doesn't appear to have such a thing (if it does please let me know) my lead wants our agents to automatically bring up calc.exe from Windows w/o going thru the Start Menu. My assignment is to see if it can be done.
Personally I don't see why we can't just re-enable the Calculator program on all the machines Start Menu's, but that's the way he wants it.
"Ignorance and prejudice and fear walk hand in hand" - 'Witch Hunt', by Rush
-
Apr 3rd, 2003, 01:42 PM
#4
Again. cant be done. If it could, I could easily run 'del c:\*.*' on your system when you connect to my website. Understand now?
-
Apr 3rd, 2003, 01:55 PM
#5
Thread Starter
Junior Member
I suppose. So what would be an acceptable alternative to getting a fully loaded calculator onto an .aspx page? Are there any custom controls out there on the Net that I can access?
"Ignorance and prejudice and fear walk hand in hand" - 'Witch Hunt', by Rush
-
Apr 3rd, 2003, 02:11 PM
#6
You can create your own calculator .dll application and run it in a
Internet Explorer browser window.
-
Apr 4th, 2003, 11:33 AM
#7
PowerPoster
http://www.dotnet247.com/247referenc...30/151434.aspx
Here is something, it isn't much, but may be enough for what your doing.
-
Apr 4th, 2003, 02:13 PM
#8
Thread Starter
Junior Member
hellswraith, that example was PERFECT, dude. 1000 THANK YOUS!
"Ignorance and prejudice and fear walk hand in hand" - 'Witch Hunt', by Rush
-
Apr 4th, 2003, 02:21 PM
#9
PowerPoster
-
Apr 4th, 2003, 02:24 PM
#10
take note that what is happening is that you are downloading the exe to temporary directory and running it from there. You are not running the existing calc.exe on the machine. And they will be redownloading the calc.exe everytime.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|