Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
QuestionDate And Time Pin
| Muhammad Waqas Butt |17-May-06 5:55
professional| Muhammad Waqas Butt |17-May-06 5:55 
AnswerRe: Date And Time Pin
NaNg1524117-May-06 6:54
NaNg1524117-May-06 6:54 
AnswerRe: Date And Time Pin
NaNg1524118-May-06 2:37
NaNg1524118-May-06 2:37 
QuestionDataGridView - row height bigger than grid's height Pin
Pedro Miguel Pereira17-May-06 5:08
Pedro Miguel Pereira17-May-06 5:08 
Question2.0 gridview Pin
fmardani17-May-06 4:48
fmardani17-May-06 4:48 
QuestionPassing enum as a parameter Pin
dayakar_dn17-May-06 4:43
dayakar_dn17-May-06 4:43 
AnswerRe: Passing enum as a parameter Pin
NaNg1524117-May-06 5:07
NaNg1524117-May-06 5:07 
QuestionToolStripComboBox problem Pin
Wjousts17-May-06 3:47
Wjousts17-May-06 3:47 
I wanted to create my own custom ComboBox derived from ToolStripComboBox but ToolStripComboBox does not reveal all of the underlying functionality of the ComboBox (for example, there is no OnMeasureItem in ToolStripComboBox) so I decided to create a class that derives from ComboBox with all my functionality and then create another class that derives from ToolStripComboBox that will use my custom ComboBox. The problem is that this doesn't work either because there is no way to replace the standard ComboBox in the ToolStripComboBox. The ComboBox property in ToolStripComboBox is not virtual and using the new keyword with ComboBox in my derived class still results in the base ComboBox being used. Does anybody know of a way around this?

Thanks
QuestionCheckbox control Pin
jackalfb17-May-06 3:31
jackalfb17-May-06 3:31 
AnswerRe: Checkbox control Pin
stancrm17-May-06 3:45
stancrm17-May-06 3:45 
GeneralRe: Checkbox control Pin
jackalfb17-May-06 4:38
jackalfb17-May-06 4:38 
GeneralRe: Checkbox control Pin
microsoc17-May-06 20:04
microsoc17-May-06 20:04 
GeneralRe: Checkbox control Pin
jackalfb20-May-06 1:36
jackalfb20-May-06 1:36 
AnswerRe: Checkbox control Pin
Wjousts17-May-06 3:49
Wjousts17-May-06 3:49 
AnswerRe: Checkbox control Pin
jackalfb17-May-06 4:33
jackalfb17-May-06 4:33 
QuestionLooping through form elements Pin
Brendan Vogt17-May-06 3:23
Brendan Vogt17-May-06 3:23 
AnswerRe: Looping through form elements Pin
stancrm17-May-06 3:34
stancrm17-May-06 3:34 
AnswerRe: Looping through form elements Pin
Wjousts17-May-06 3:53
Wjousts17-May-06 3:53 
GeneralRe: Looping through form elements: THANKS Pin
Brendan Vogt17-May-06 4:22
Brendan Vogt17-May-06 4:22 
GeneralRe: Looping through form elements: THANKS Pin
Wjousts17-May-06 4:33
Wjousts17-May-06 4:33 
GeneralRe: Looping through form elements: THANKS Pin
J4amieC17-May-06 4:34
J4amieC17-May-06 4:34 
QuestionRe: Looping through form elements Pin
Brendan Vogt17-May-06 4:34
Brendan Vogt17-May-06 4:34 
AnswerRe: Looping through form elements Pin
Wjousts17-May-06 5:31
Wjousts17-May-06 5:31 
GeneralRe: Looping through form elements Pin
J4amieC17-May-06 5:47
J4amieC17-May-06 5:47 
GeneralRe: Looping through form elements Pin
Brendan Vogt17-May-06 22:52
Brendan Vogt17-May-06 22:52 

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.