Click here to Skip to main content
15,914,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: Udp client Programming Pin
ramdil9-Jul-07 5:38
ramdil9-Jul-07 5:38 
GeneralRe: Udp client Programming Pin
Luc Pattyn9-Jul-07 5:56
sitebuilderLuc Pattyn9-Jul-07 5:56 
GeneralRe: Udp client Programming Pin
ramdil9-Jul-07 22:02
ramdil9-Jul-07 22:02 
GeneralRe: Udp client Programming Pin
Jimmanuel9-Jul-07 6:36
Jimmanuel9-Jul-07 6:36 
QuestionColoring Specific ComboBox Entries Pin
PhilDanger9-Jul-07 3:40
PhilDanger9-Jul-07 3:40 
AnswerRe: Coloring Specific ComboBox Entries Pin
Vasudevan Deepak Kumar9-Jul-07 3:45
Vasudevan Deepak Kumar9-Jul-07 3:45 
GeneralRe: Coloring Specific ComboBox Entries Pin
PhilDanger9-Jul-07 3:52
PhilDanger9-Jul-07 3:52 
AnswerRe: Coloring Specific ComboBox Entries Pin
Luc Pattyn9-Jul-07 3:56
sitebuilderLuc Pattyn9-Jul-07 3:56 
Hi,

ComboBox and ListBox share some characteristics:

1.
they collect and display items that dont have to be strings; it can be any type
you choose. So you can create your own little class that holds whatever is
appropriate to represent the info for that item; then you provide a ToString()
method to deliver the display string.

2.
they support a DrawMode property; when set to one of the UserDraw values,
it is up to your program to draw each individual item (in the DrawItem event)
any way you like.


Combining both points can be very powerful !

Smile | :)


GeneralRe: Coloring Specific ComboBox Entries Pin
PhilDanger9-Jul-07 4:11
PhilDanger9-Jul-07 4:11 
GeneralRe: Coloring Specific ComboBox Entries Pin
Luc Pattyn9-Jul-07 4:14
sitebuilderLuc Pattyn9-Jul-07 4:14 
QuestionWrap Text of a Toolbar Button or Normal Button Pin
shubhabratam9-Jul-07 3:09
shubhabratam9-Jul-07 3:09 
AnswerRe: Wrap Text of a Toolbar Button or Normal Button Pin
Ravi Bhavnani9-Jul-07 3:25
professionalRavi Bhavnani9-Jul-07 3:25 
AnswerRe: Wrap Text of a Toolbar Button or Normal Button Pin
Luc Pattyn9-Jul-07 3:32
sitebuilderLuc Pattyn9-Jul-07 3:32 
GeneralRe: Wrap Text of a Toolbar Button or Normal Button Pin
Vasudevan Deepak Kumar9-Jul-07 3:47
Vasudevan Deepak Kumar9-Jul-07 3:47 
GeneralRe: Wrap Text of a Toolbar Button or Normal Button Pin
Luc Pattyn9-Jul-07 3:50
sitebuilderLuc Pattyn9-Jul-07 3:50 
QuestionProduct Export to CSV has Funny Characters Pin
Brendan Vogt9-Jul-07 3:09
Brendan Vogt9-Jul-07 3:09 
AnswerRe: Product Export to CSV has Funny Characters Pin
Paul Conrad13-Jul-07 13:14
professionalPaul Conrad13-Jul-07 13:14 
Questionwrite bytes to a file Pin
WhiteGirl239-Jul-07 2:46
WhiteGirl239-Jul-07 2:46 
AnswerRe: write bytes to a file Pin
originSH9-Jul-07 2:53
originSH9-Jul-07 2:53 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 3:04
WhiteGirl239-Jul-07 3:04 
GeneralRe: write bytes to a file Pin
Le centriste9-Jul-07 3:25
Le centriste9-Jul-07 3:25 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 3:30
WhiteGirl239-Jul-07 3:30 
GeneralRe: write bytes to a file Pin
Luc Pattyn9-Jul-07 3:29
sitebuilderLuc Pattyn9-Jul-07 3:29 
GeneralRe: write bytes to a file Pin
WhiteGirl239-Jul-07 3:34
WhiteGirl239-Jul-07 3:34 
GeneralRe: write bytes to a file Pin
Luc Pattyn9-Jul-07 3:44
sitebuilderLuc Pattyn9-Jul-07 3:44 

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.