Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
QuestionHide the application from the process list? Pin
Wronex16-Nov-05 9:15
Wronex16-Nov-05 9:15 
AnswerRe: Hide the application from the process list? Pin
Dan Neely16-Nov-05 9:55
Dan Neely16-Nov-05 9:55 
AnswerRe: Hide the application from the process list? Pin
Dave Kreskowiak16-Nov-05 16:39
mveDave Kreskowiak16-Nov-05 16:39 
QuestionHow to Send XML to an ASP page? Pin
v9316-Nov-05 9:09
v9316-Nov-05 9:09 
AnswerRe: How to Send XML to an ASP page? Pin
Rob Philpott16-Nov-05 12:21
Rob Philpott16-Nov-05 12:21 
GeneralRe: How to Send XML to an ASP page? Pin
v9317-Nov-05 0:27
v9317-Nov-05 0:27 
QuestionBad programming ethics Pin
eggie516-Nov-05 9:03
eggie516-Nov-05 9:03 
AnswerRe: Bad programming ethics Pin
jonny516-Nov-05 20:41
jonny516-Nov-05 20:41 
You are not going to be able to block it in C# (well, maybe - but it would be a serious hack)

If you can recompile the C++ library, there is a way to do away with that messagebox. If I remember correctly it is coming from the C libary, so do a search for the messagebox api in the C headers for the #define - then just copy/paste into your header to override, the recompile. I've done that before and it works nicely.

However, on that note, the message you are getting is probably "pure virtual function call" - which indicates that the C++ code needs to be fixed anyway, as there is a bug. Search for "pure virtual function call" on MSDN and there is a full explanation of why you see that messagebox.
QuestionAssembley error loadign Pin
webhay16-Nov-05 8:56
webhay16-Nov-05 8:56 
QuestionMDI - Child in foreign app Pin
franzz16-Nov-05 8:22
franzz16-Nov-05 8:22 
AnswerRe: MDI - Child in foreign app Pin
Dave Kreskowiak16-Nov-05 8:38
mveDave Kreskowiak16-Nov-05 8:38 
GeneralMDI - Child in foreign app Pin
franzz16-Nov-05 8:42
franzz16-Nov-05 8:42 
Questionc# and sql Pin
vandread116-Nov-05 7:41
vandread116-Nov-05 7:41 
AnswerRe: c# and sql Pin
mikanu16-Nov-05 8:42
mikanu16-Nov-05 8:42 
Question[Message Deleted] Pin
Jasejc16-Nov-05 5:44
Jasejc16-Nov-05 5:44 
AnswerRe: Execute .exe file from within C# code Pin
Michael Potter16-Nov-05 5:55
Michael Potter16-Nov-05 5:55 
GeneralRe: Execute .exe file from within C# code Pin
Dan Neely16-Nov-05 7:07
Dan Neely16-Nov-05 7:07 
QuestionParen/Child in different threads? Pin
Alex_Y16-Nov-05 4:17
Alex_Y16-Nov-05 4:17 
AnswerRe: Paren/Child in different threads? Pin
S. Senthil Kumar16-Nov-05 4:39
S. Senthil Kumar16-Nov-05 4:39 
GeneralRe: Paren/Child in different threads? Pin
Alex_Y16-Nov-05 5:01
Alex_Y16-Nov-05 5:01 
GeneralRe: Paren/Child in different threads? Pin
S. Senthil Kumar16-Nov-05 5:12
S. Senthil Kumar16-Nov-05 5:12 
GeneralRe: Paren/Child in different threads? Pin
Alex_Y16-Nov-05 6:38
Alex_Y16-Nov-05 6:38 
QuestionCompile DLL project into 3 seperate ones Pin
Seraphin16-Nov-05 3:49
Seraphin16-Nov-05 3:49 
AnswerRe: Compile DLL project into 3 seperate ones Pin
Judah Gabriel Himango16-Nov-05 4:53
sponsorJudah Gabriel Himango16-Nov-05 4:53 
AnswerRe: Compile DLL project into 3 seperate ones Pin
Bob Stanneveld16-Nov-05 5:48
Bob Stanneveld16-Nov-05 5:48 

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.