Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
Questionprint selected row in datagridview using Arraylist as a datasource Pin
Honeyboy_2020-Dec-10 6:25
Honeyboy_2020-Dec-10 6:25 
GeneralRe: print selected row in datagridview using Arraylist as a datasource Pin
AspDotNetDev20-Dec-10 10:59
protectorAspDotNetDev20-Dec-10 10:59 
QuestionAsynchronous Stored Procedure, Context connection Pin
bob1697220-Dec-10 6:18
bob1697220-Dec-10 6:18 
AnswerRe: Asynchronous Stored Procedure, Context connection Pin
Not Active20-Dec-10 8:31
mentorNot Active20-Dec-10 8:31 
GeneralRe: Asynchronous Stored Procedure, Context connection Pin
bob1697220-Dec-10 10:03
bob1697220-Dec-10 10:03 
GeneralRe: Asynchronous Stored Procedure, Context connection Pin
Not Active20-Dec-10 10:44
mentorNot Active20-Dec-10 10:44 
GeneralRe: Asynchronous Stored Procedure, Context connection Pin
bob1697220-Dec-10 11:27
bob1697220-Dec-10 11:27 
QuestionToolStripDropDown - ToolStripControlHost with ComboBox problem Pin
AussieLew19-Dec-10 22:33
AussieLew19-Dec-10 22:33 
Using VS 2008.
I have a ToolStripDropDown with a ToolStripControlHost containing a ComboBox (plus other controls).
I have a handler attached to the ToolStripDropDown Closing event.

The ComboBox has 8 items.
When the list is dropped down the lower 5 items protrude beneath the ToolStripDropDown
and overlay the form beneath.
(At this point ToolStripDropDown.AutoClose is set to True.I need it set to this at this point)

When any of these lower 5 items are selected in the list, the ToolStripDropDown Closing event is fired
with ToolStripDropDownClosingEventArgs of ToolStripDropDownCloseReason.AppClicked.

If any of the top 3 items ( the items of the list within the bounds of the ToolStripDropDown )are selected,
it works as expected ie. no Closing event.

If the Closing event handler is disabled temporarily, any of the 8 items can be selected.

I'm guessing that when the portion which is overlaying the form is clicked,
the dropdown list disappears and somehow the click is seen on the form?

Is this normal behaviour? If so is there a way to work around?

Thanks for any help.....
Questionchange the color when calling onPaintBackground in from Pin
prasadbuddhika19-Dec-10 19:46
prasadbuddhika19-Dec-10 19:46 
QuestionRe: change the color when calling onPaintBackground in from [modified] Pin
musefan20-Dec-10 2:41
musefan20-Dec-10 2:41 
QuestionHow to deserialize this one Pin
igalep13219-Dec-10 10:45
igalep13219-Dec-10 10:45 
AnswerRe: How to deserialize this one Pin
RaviRanjanKr19-Dec-10 17:43
professionalRaviRanjanKr19-Dec-10 17:43 
GeneralRe: How to deserialize this one Pin
igalep13219-Dec-10 19:10
igalep13219-Dec-10 19:10 
AnswerRe: How to deserialize this one Pin
igalep13220-Dec-10 11:00
igalep13220-Dec-10 11:00 
AnswerRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 11:35
sitebuilderLuc Pattyn20-Dec-10 11:35 
GeneralRe: How to deserialize this one [modified] Pin
igalep13220-Dec-10 11:42
igalep13220-Dec-10 11:42 
GeneralRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 12:03
sitebuilderLuc Pattyn20-Dec-10 12:03 
GeneralRe: How to deserialize this one Pin
igalep13220-Dec-10 12:41
igalep13220-Dec-10 12:41 
AnswerRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 12:51
sitebuilderLuc Pattyn20-Dec-10 12:51 
GeneralRe: How to deserialize this one Pin
igalep13220-Dec-10 12:54
igalep13220-Dec-10 12:54 
AnswerRe: How to deserialize this one Pin
Luc Pattyn20-Dec-10 13:06
sitebuilderLuc Pattyn20-Dec-10 13:06 
GeneralRe: How to deserialize this one Pin
igalep13227-Dec-10 9:23
igalep13227-Dec-10 9:23 
Questionfinding out hardrive storage Pin
Maan12319-Dec-10 3:25
Maan12319-Dec-10 3:25 
AnswerRe: finding out hardrive storage Pin
Manfred Rudolf Bihy19-Dec-10 3:44
professionalManfred Rudolf Bihy19-Dec-10 3:44 
GeneralRe: finding out hardrive storage Pin
ScottM121-Dec-10 2:05
ScottM121-Dec-10 2:05 

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.