Click here to Skip to main content
15,896,413 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: middle web service Pin
cdengler10-Apr-06 8:51
cdengler10-Apr-06 8:51 
Questionquick javascript question Pin
Sam 20065-Apr-06 12:18
Sam 20065-Apr-06 12:18 
AnswerRe: quick javascript question Pin
smadan5-Apr-06 21:37
smadan5-Apr-06 21:37 
QuestionASP.net 2.0 Pin
felopater5-Apr-06 5:44
felopater5-Apr-06 5:44 
Question.net Language Interoperability Pin
smadan5-Apr-06 0:14
smadan5-Apr-06 0:14 
QuestionRe: .net Language Interoperability Pin
Sarvesvara (BVKS) Dasa5-Apr-06 21:19
Sarvesvara (BVKS) Dasa5-Apr-06 21:19 
AnswerRe: .net Language Interoperability Pin
smadan5-Apr-06 21:29
smadan5-Apr-06 21:29 
GeneralRe: .net Language Interoperability Pin
RichardGrimmer11-Apr-06 7:25
RichardGrimmer11-Apr-06 7:25 
You can't just convert an exe to a dll in C++ like that....they're COMPLETELY different creatures. You'd have to basically start over and take the functionality from the exe that you need, and put into a dll, but have to bear in mind that there will be no UI...

You can't run an exe in a webpage at all....you just can't do it. What you could try would be writing an ActiveX control that is installed on the client machine, together with the appropriate exe and supporting files and then use ShellExecute() to run it - though to be honest, am not even sure that would work.

.NET does support language interoperability, but only at the assembly level - ie, can use vb to talk to a c# assembly...

Unless someone more knowledgable knows anything, think this


smadan wrote:
I hope you appreciate that rewriting an entire project would be very time consuming and complex.



is your only option Frown | :(



"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox
Questionhow to add only vertical scrollbar Pin
Chetan.visodiya5-Apr-06 0:13
Chetan.visodiya5-Apr-06 0:13 
QuestionRemove scroll bar from the page Pin
Chetan.visodiya5-Apr-06 0:10
Chetan.visodiya5-Apr-06 0:10 
AnswerRe: Remove scroll bar from the page Pin
cdengler6-Apr-06 8:39
cdengler6-Apr-06 8:39 
QuestionXML in Flash Pin
Anaha4-Apr-06 22:17
Anaha4-Apr-06 22:17 
QuestionServer.MapPath Pin
Larza1234-Apr-06 22:13
Larza1234-Apr-06 22:13 
AnswerRe: Server.MapPath Pin
Guffa4-Apr-06 23:42
Guffa4-Apr-06 23:42 
GeneralRe: Server.MapPath Pin
Larza1235-Apr-06 20:45
Larza1235-Apr-06 20:45 
QuestionASP Pin
casimirrex4-Apr-06 22:04
casimirrex4-Apr-06 22:04 
AnswerRe: ASP Pin
Sushant_Mathur4-Apr-06 22:44
Sushant_Mathur4-Apr-06 22:44 
Questionin asp Pin
casimirrex4-Apr-06 22:01
casimirrex4-Apr-06 22:01 
QuestionUrgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 20:28
giftsana4-Apr-06 20:28 
AnswerRe: Urgent help needed : Reading from a .htm file using VBScript Pin
Sushant_Mathur4-Apr-06 20:51
Sushant_Mathur4-Apr-06 20:51 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 21:18
giftsana4-Apr-06 21:18 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 22:07
giftsana4-Apr-06 22:07 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
Sushant_Mathur4-Apr-06 22:35
Sushant_Mathur4-Apr-06 22:35 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 23:06
giftsana4-Apr-06 23:06 
GeneralRe: Urgent help needed : Reading from a .htm file using VBScript Pin
giftsana4-Apr-06 23:09
giftsana4-Apr-06 23:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.