Click here to Skip to main content
15,892,517 members
Home / Discussions / C#
   

C#

 
QuestionRe: Splitter between two panels Pin
MF29-Dec-05 16:47
MF29-Dec-05 16:47 
AnswerRe: Splitter between two panels Pin
VPMahank30-Dec-05 3:40
VPMahank30-Dec-05 3:40 
AnswerRe: Splitter between two panels Pin
VPMahank30-Dec-05 4:04
VPMahank30-Dec-05 4:04 
QuestionScroll PAnel Pin
Greeky29-Dec-05 5:43
Greeky29-Dec-05 5:43 
AnswerRe: Scroll PAnel Pin
Drew McGhie29-Dec-05 10:35
Drew McGhie29-Dec-05 10:35 
GeneralRe: Scroll PAnel Pin
Greeky29-Dec-05 20:48
Greeky29-Dec-05 20:48 
QuestionIs it possible to Embed and Run a VB6 Exe in .NET Windows Application? Pin
Gulfraz Khan29-Dec-05 5:28
Gulfraz Khan29-Dec-05 5:28 
AnswerRe: Is it possible to Embed and Run a VB6 Exe in .NET Windows Application? Pin
Dave Kreskowiak29-Dec-05 6:00
mveDave Kreskowiak29-Dec-05 6:00 
There is no way to embed a VB6 app inside a .NET app and expect it to run. It must be a seperate file.

Communication is going to be a huge PITA. You cannot call its functions or anything else, unless the VB6 app exports them through COM. A normal VB6 app cannot do this unless it's written as an ActiveX server.

As for the controls that work in VB6 and won't work in C#, I doubt it. I haven't come acrossed a control that didn't work in the .NET world, but did in VB6. I have, however, come acrossed some badly written controls that I didn't even bother with in the conversion to .NET. I either got an updated control or just wrote an equivalent control myself and replaced it.

Your best solution is to scrap the VB6 app entirely and rewrite in C#. Why have 2 different runtimes loaded, VB6 Runtime and the .NET Framework, for your app to work?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHighscore Table Pin
Rofus8929-Dec-05 3:45
Rofus8929-Dec-05 3:45 
AnswerRe: Highscore Table Pin
Judah Gabriel Himango29-Dec-05 4:22
sponsorJudah Gabriel Himango29-Dec-05 4:22 
GeneralRe: Highscore Table Pin
Rofus8929-Dec-05 4:53
Rofus8929-Dec-05 4:53 
AnswerRe: Highscore Table Pin
Werdna29-Dec-05 7:15
Werdna29-Dec-05 7:15 
Questionweb forms Pin
ckruger29-Dec-05 2:55
ckruger29-Dec-05 2:55 
AnswerRe: web forms Pin
Michael Flanakin29-Dec-05 4:39
Michael Flanakin29-Dec-05 4:39 
QuestionUsing mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 2:43
DimaC29-Dec-05 2:43 
AnswerRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango29-Dec-05 4:18
sponsorJudah Gabriel Himango29-Dec-05 4:18 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 11:50
DimaC29-Dec-05 11:50 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango29-Dec-05 14:03
sponsorJudah Gabriel Himango29-Dec-05 14:03 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 22:11
DimaC29-Dec-05 22:11 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 22:52
DimaC29-Dec-05 22:52 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango30-Dec-05 4:33
sponsorJudah Gabriel Himango30-Dec-05 4:33 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC30-Dec-05 6:15
DimaC30-Dec-05 6:15 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
Judah Gabriel Himango30-Dec-05 6:36
sponsorJudah Gabriel Himango30-Dec-05 6:36 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC30-Dec-05 7:16
DimaC30-Dec-05 7:16 
GeneralRe: Using mshtml to parse a html document in C# works very slow - Why ? Pin
DimaC29-Dec-05 11:55
DimaC29-Dec-05 11:55 

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.