Click here to Skip to main content
15,921,840 members
Home / Discussions / C#
   

C#

 
Questioni image in listview Pin
yosba22125-Mar-06 9:48
yosba22125-Mar-06 9:48 
AnswerRe: i image in listview Pin
redfish3425-Mar-06 12:33
redfish3425-Mar-06 12:33 
AnswerRe: i image in listview Pin
Luis Alonso Ramos26-Mar-06 17:40
Luis Alonso Ramos26-Mar-06 17:40 
QuestionCollectionEditor Code Clean Up Pin
cnich2325-Mar-06 9:34
cnich2325-Mar-06 9:34 
QuestionDrawing Shapes Pin
Anindya Chatterjee25-Mar-06 9:26
Anindya Chatterjee25-Mar-06 9:26 
QuestionHow to make a searh function? Pin
AeQuitaZ25-Mar-06 8:19
AeQuitaZ25-Mar-06 8:19 
AnswerRe: How to make a searh function? Pin
Luis Alonso Ramos26-Mar-06 17:43
Luis Alonso Ramos26-Mar-06 17:43 
QuestionSupressing a MessageBox Pin
eggie525-Mar-06 7:40
eggie525-Mar-06 7:40 
I am using a 3rd party component in my code and every time there's a particular error occurs in the execution of the component, instead of passing the error to the code that is running it (the component) the developers decided to just make a Message box show up!!

It totally is inconsistent with my program and since my program runs in a loop, if the particular error occurs, the user gets an endless loop of messageboxes that are really hard to kill. You wind up having to go the task manager to stop my program, because you message boxes from the 3rd party component are "dialog" (or whatever it's called) so you have to click the button and don't have access to my program's window. Very bad programming ethics on their part.

So, I was wondering if there is a way to suppress the messagebox from the 3rd party component? I don't have access to the components source either.

/\ |_ E X E GG
AnswerRe: Supressing a MessageBox Pin
Ravi Bhavnani25-Mar-06 8:06
professionalRavi Bhavnani25-Mar-06 8:06 
GeneralRe: Supressing a MessageBox Pin
eggie525-Mar-06 8:08
eggie525-Mar-06 8:08 
AnswerRe: Supressing a MessageBox Pin
Luis Alonso Ramos25-Mar-06 8:59
Luis Alonso Ramos25-Mar-06 8:59 
GeneralRe: Supressing a MessageBox Pin
cnich2325-Mar-06 9:38
cnich2325-Mar-06 9:38 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos25-Mar-06 9:41
Luis Alonso Ramos25-Mar-06 9:41 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 6:48
eggie526-Mar-06 6:48 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos26-Mar-06 15:13
Luis Alonso Ramos26-Mar-06 15:13 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 15:28
eggie526-Mar-06 15:28 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos26-Mar-06 15:34
Luis Alonso Ramos26-Mar-06 15:34 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 15:41
eggie526-Mar-06 15:41 
GeneralRe: Supressing a MessageBox Pin
Luis Alonso Ramos26-Mar-06 15:47
Luis Alonso Ramos26-Mar-06 15:47 
GeneralRe: Supressing a MessageBox Pin
eggie526-Mar-06 6:42
eggie526-Mar-06 6:42 
GeneralRe: Supressing a MessageBox Pin
cnich2327-Mar-06 4:19
cnich2327-Mar-06 4:19 
QuestionErasing lines Pin
CoolASL25-Mar-06 6:31
CoolASL25-Mar-06 6:31 
AnswerRe: Erasing lines Pin
Robert Rohde25-Mar-06 7:31
Robert Rohde25-Mar-06 7:31 
GeneralRe: Erasing lines Pin
CoolASL26-Mar-06 23:04
CoolASL26-Mar-06 23:04 
QuestionHow can i bind two controls together in witch that when one control scrolls the other scrolls too? Pin
Bobby88725-Mar-06 6:06
Bobby88725-Mar-06 6:06 

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.