Click here to Skip to main content
15,904,023 members
Home / Discussions / C#
   

C#

 
GeneralRe: showing more than one row in a single cell in datagridview [modified] Pin
Erdinc2722-Dec-10 21:35
Erdinc2722-Dec-10 21:35 
GeneralRe: showing more than one row in a single cell in datagridview Pin
Eddy Vluggen23-Dec-10 22:37
professionalEddy Vluggen23-Dec-10 22:37 
QuestionToolStripControlHost Info? [modified] Pin
Rafone20-Dec-10 13:40
Rafone20-Dec-10 13:40 
AnswerRe: ToolStripControlHost Info? Pin
Abhinav S20-Dec-10 17:19
Abhinav S20-Dec-10 17:19 
AnswerRe: ToolStripControlHost Info? Pin
RaviRanjanKr20-Dec-10 18:41
professionalRaviRanjanKr20-Dec-10 18:41 
Newstell me Pin
mohammed alshaweesh20-Dec-10 12:17
mohammed alshaweesh20-Dec-10 12:17 
GeneralRe: tell me [REPOST] Pin
Henry Minute20-Dec-10 13:35
Henry Minute20-Dec-10 13:35 
GeneralRe: tell me Pin
Dave Kreskowiak20-Dec-10 15:59
mveDave Kreskowiak20-Dec-10 15:59 
GeneralRe: tell me Pin
RobCroll21-Dec-10 4:29
RobCroll21-Dec-10 4:29 
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 

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.