Click here to Skip to main content
15,922,533 members
Home / Discussions / Web Development
   

Web Development

 
QuestionConnection String in Web Services for MS Access databases Pin
gaorellana6-Apr-06 15:53
gaorellana6-Apr-06 15:53 
AnswerRe: Connection String in Web Services for MS Access databases Pin
Vasudevan Deepak Kumar6-Apr-06 18:25
Vasudevan Deepak Kumar6-Apr-06 18:25 
QuestionTree view like the code project forum Pin
2hdass6-Apr-06 9:52
2hdass6-Apr-06 9:52 
AnswerRe: Tree view like the code project forum Pin
alexey N10-Apr-06 18:45
alexey N10-Apr-06 18:45 
GeneralRe: Tree view like the code project forum Pin
2hdass12-Apr-06 3:05
2hdass12-Apr-06 3:05 
GeneralRe: Tree view like the code project forum Pin
alexey N12-Apr-06 17:31
alexey N12-Apr-06 17:31 
GeneralRe: Tree view like the code project forum Pin
2hdass13-Apr-06 14:10
2hdass13-Apr-06 14:10 
GeneralRe: Tree view like the code project forum Pin
alexey N13-Apr-06 17:32
alexey N13-Apr-06 17:32 
QuestionListBox value Pin
ekendricks6-Apr-06 6:17
ekendricks6-Apr-06 6:17 
AnswerRe: ListBox value Pin
cdengler6-Apr-06 8:41
cdengler6-Apr-06 8:41 
GeneralRe: ListBox value Pin
ekendricks6-Apr-06 9:07
ekendricks6-Apr-06 9:07 
GeneralRe: ListBox value Pin
cdengler10-Apr-06 8:47
cdengler10-Apr-06 8:47 
GeneralRe: ListBox value Pin
ekendricks10-Apr-06 9:02
ekendricks10-Apr-06 9:02 
QuestionISAPI DLL under WinCE Registry Pin
RamL5-Apr-06 23:04
RamL5-Apr-06 23:04 
Questionmiddle web service Pin
hung_ngole5-Apr-06 16:22
hung_ngole5-Apr-06 16:22 
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 

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.