|
-
Oct 28th, 2006, 12:31 PM
#1
Thread Starter
New Member
is it possible???
hello....
i want to know,
is it possible to execute an VB.exe from HTML??
if its possible can u give me some example..
thanks
-
Oct 29th, 2006, 12:57 PM
#2
Fanatic Member
Re: is it possible???
is it possible to execute an VB.exe from HTML??
I don't think so. May be you could elaborate on what you want to achieve so that we understand the context and then advise you accordingly.
Using VB.NET 2003/.NET 1.1/C# 2.0
http://del.icio.us/rajoo
Blow your mind, smoke gunpowder
Ashes to ashes, dust to dust
If God won't have you, the devil will. - Author unknown
Don't follow me, I'm lost too ...
-
Oct 29th, 2006, 01:12 PM
#3
Fanatic Member
Re: is it possible???
The only way I know you can run any EXE file is to link a .bat file within the html "href".
The bat file will run your desired EXE file.
1) On Local PC (or LAN network) = should work fine.
2) On web server. You may have security issues trying to run bat files.
In html, when you click in any EXE file, the browser handles it as a download. You can open files that way too.
But HTML is handled as HTML.
-
Oct 29th, 2006, 01:15 PM
#4
Re: is it possible???
I think i saw some vbscript once that ran an exe file on the pc...not sure though..
-
Oct 29th, 2006, 04:09 PM
#5
Re: is it possible???
you could just make an asp.net app instead
-
Oct 30th, 2006, 04:27 AM
#6
Thread Starter
New Member
Re: is it possible???
Thanks Guys...
for your help and info
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
|