Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
QuestionWMI Uninstall application on remote computer (The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)) Pin
Jacob Dixon7-Dec-09 10:25
Jacob Dixon7-Dec-09 10:25 
AnswerRe: WMI Uninstall application on remote computer (The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)) Pin
Jacob Dixon7-Dec-09 10:26
Jacob Dixon7-Dec-09 10:26 
GeneralRe: WMI Uninstall application on remote computer (The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)) Pin
Jacob Dixon8-Dec-09 5:01
Jacob Dixon8-Dec-09 5:01 
GeneralRe: WMI Uninstall application on remote computer (The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)) [modified] Pin
Jacob Dixon8-Dec-09 5:16
Jacob Dixon8-Dec-09 5:16 
QuestionC# Datagridview Pin
Ronni Marker7-Dec-09 9:47
Ronni Marker7-Dec-09 9:47 
AnswerRe: C# Datagridview Pin
DaveyM697-Dec-09 10:45
professionalDaveyM697-Dec-09 10:45 
GeneralRe: C# Datagridview Pin
Ronni Marker7-Dec-09 10:52
Ronni Marker7-Dec-09 10:52 
AnswerRe: C# Datagridview Pin
ricmil427-Dec-09 10:49
ricmil427-Dec-09 10:49 
It looks like each time you show the editor you are running this line:

cbo.SelectionChangeCommitted += new EventHandler(cbo_SelectionChangeCommitted);


Since += is used the events are additive.

I assume the grid has an event for the editor closing? Sorry I use DevX controls and don't really know the MS grid.

Find the editor close event and run this line:

cbo.SelectionChangeCommitted -= new EventHandler(cbo_SelectionChangeCommitted);


This will remove the event that is showing the message box.

Opening the editor attaches the message box event, closing the editor releases it.
QuestionCommunication between 2 processes by DLL Pin
bonzaiholding7-Dec-09 9:30
bonzaiholding7-Dec-09 9:30 
AnswerRe: Communication between 2 processes by DLL Pin
Wes Aday7-Dec-09 9:49
professionalWes Aday7-Dec-09 9:49 
GeneralRe: Communication between 2 processes by DLL Pin
PIEBALDconsult7-Dec-09 17:13
mvePIEBALDconsult7-Dec-09 17:13 
AnswerRe: Communication between 2 processes by DLL Pin
Luc Pattyn7-Dec-09 10:03
sitebuilderLuc Pattyn7-Dec-09 10:03 
GeneralRe: Communication between 2 processes by DLL Pin
bonzaiholding7-Dec-09 10:38
bonzaiholding7-Dec-09 10:38 
GeneralRe: Communication between 2 processes by DLL Pin
Luc Pattyn7-Dec-09 10:49
sitebuilderLuc Pattyn7-Dec-09 10:49 
AnswerRe: Communication between 2 processes by DLL [modified] Pin
Abhinav S7-Dec-09 17:12
Abhinav S7-Dec-09 17:12 
QuestionUsing dlls that are not referenced. Pin
Tim Groven7-Dec-09 7:11
Tim Groven7-Dec-09 7:11 
AnswerRe: Using dlls that are not referenced. Pin
Md. Marufuzzaman7-Dec-09 7:34
professionalMd. Marufuzzaman7-Dec-09 7:34 
AnswerRe: Using dlls that are not referenced. [modified] Pin
PIEBALDconsult7-Dec-09 7:37
mvePIEBALDconsult7-Dec-09 7:37 
GeneralRe: Using dlls that are not referenced. Pin
Md. Marufuzzaman7-Dec-09 8:00
professionalMd. Marufuzzaman7-Dec-09 8:00 
GeneralRe: Using dlls that are not referenced. Pin
Tim Groven7-Dec-09 8:45
Tim Groven7-Dec-09 8:45 
QuestionMessage Removed Pin
7-Dec-09 6:22
professionalN_tro_P7-Dec-09 6:22 
AnswerRe: Is Save Blocking nor non-blocking Pin
Luc Pattyn7-Dec-09 7:12
sitebuilderLuc Pattyn7-Dec-09 7:12 
AnswerRe: Is Save Blocking nor non-blocking Pin
Shameel7-Dec-09 7:15
professionalShameel7-Dec-09 7:15 
QuestionXML Pin
Morgs Morgan7-Dec-09 5:00
Morgs Morgan7-Dec-09 5:00 
AnswerRe: XML Pin
J4amieC7-Dec-09 5:17
J4amieC7-Dec-09 5:17 

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.