Click here to Skip to main content
15,920,632 members
Home / Discussions / C#
   

C#

 
AnswerRe: OLE Server in C# Pin
Abdallah Gomah5-Apr-10 18:26
Abdallah Gomah5-Apr-10 18:26 
QuestionHow can I programmatically generate OnDrawItem events for a ComboBox? Pin
arnold_w20-Oct-08 22:50
arnold_w20-Oct-08 22:50 
AnswerRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
Simon P Stevens20-Oct-08 22:57
Simon P Stevens20-Oct-08 22:57 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
arnold_w20-Oct-08 23:15
arnold_w20-Oct-08 23:15 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
leppie20-Oct-08 23:25
leppie20-Oct-08 23:25 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
Simon P Stevens20-Oct-08 23:36
Simon P Stevens20-Oct-08 23:36 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
arnold_w21-Oct-08 0:09
arnold_w21-Oct-08 0:09 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
Simon P Stevens21-Oct-08 0:22
Simon P Stevens21-Oct-08 0:22 
I think you may have a design issue here. Why do you want to make windows think it needs to draw an item?

You only want to execute the drawing code, when you actually need the item drawn.

If you need it called at some other time, I would suggest that you possibly have code in the OnDrawItem method that shouldn't really be there.

Simon

GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
arnold_w21-Oct-08 0:26
arnold_w21-Oct-08 0:26 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
leppie21-Oct-08 0:30
leppie21-Oct-08 0:30 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
arnold_w21-Oct-08 0:48
arnold_w21-Oct-08 0:48 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
leppie21-Oct-08 0:51
leppie21-Oct-08 0:51 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
arnold_w21-Oct-08 0:58
arnold_w21-Oct-08 0:58 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
Simon P Stevens21-Oct-08 0:58
Simon P Stevens21-Oct-08 0:58 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
arnold_w21-Oct-08 1:01
arnold_w21-Oct-08 1:01 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
Simon P Stevens21-Oct-08 1:07
Simon P Stevens21-Oct-08 1:07 
GeneralRe: How can I programmatically generate OnDrawItem events for a ComboBox? Pin
leppie21-Oct-08 3:20
leppie21-Oct-08 3:20 
QuestionKilling a Process Pin
Vimalsoft(Pty) Ltd20-Oct-08 22:38
professionalVimalsoft(Pty) Ltd20-Oct-08 22:38 
AnswerRe: Killing a Process Pin
Simon P Stevens20-Oct-08 22:51
Simon P Stevens20-Oct-08 22:51 
AnswerRe: Killing a Process Pin
Vimalsoft(Pty) Ltd21-Oct-08 20:03
professionalVimalsoft(Pty) Ltd21-Oct-08 20:03 
QuestionHow to alter the main GUI from another class/object? Pin
munk1220-Oct-08 21:55
munk1220-Oct-08 21:55 
AnswerRe: How to alter the main GUI from another class/object? Pin
leppie20-Oct-08 21:57
leppie20-Oct-08 21:57 
GeneralRe: How to alter the main GUI from another class/object? Pin
munk1221-Oct-08 23:42
munk1221-Oct-08 23:42 
QuestionPlease help with Drag and Drop Pin
User 543536420-Oct-08 21:25
User 543536420-Oct-08 21:25 
Questionhow i can Create Iphone application Pin
wasimsharp20-Oct-08 20:14
wasimsharp20-Oct-08 20:14 

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.