Click here to Skip to main content
15,910,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: Not look me, Sorry Just Testing Pin
ahmet.ureten26-Oct-07 15:05
ahmet.ureten26-Oct-07 15:05 
GeneralRe: Not look me, Sorry Just Testing Pin
Dave Kreskowiak26-Oct-07 18:10
mveDave Kreskowiak26-Oct-07 18:10 
GeneralRe: Not look me, Sorry Just Testing Pin
dataminers27-Oct-07 2:18
dataminers27-Oct-07 2:18 
AnswerRe: Not look me, Sorry Just Testing Pin
Paul Conrad27-Oct-07 12:20
professionalPaul Conrad27-Oct-07 12:20 
QuestionProblem in crystal report Pin
Shuaib wasif khan26-Oct-07 13:09
Shuaib wasif khan26-Oct-07 13:09 
AnswerRe: Problem in crystal report Pin
Paul Conrad27-Oct-07 12:21
professionalPaul Conrad27-Oct-07 12:21 
QuestionAdding Thumbnail Images to a listbox control Pin
Dino2Dino26-Oct-07 12:49
Dino2Dino26-Oct-07 12:49 
AnswerRe: Adding Thumbnail Images to a listbox control Pin
Luc Pattyn26-Oct-07 13:12
sitebuilderLuc Pattyn26-Oct-07 13:12 
Hi,

this is what a ListBox shows:
- strings, if that is what you add to its Items collection
- ToString() results of whatever type you add to Items
- whatever you want if you do the painting yourself.

So you must go for "owner drawn" and use the relevant events.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: Adding Thumbnail Images to a listbox control Pin
Dino2Dino26-Oct-07 13:19
Dino2Dino26-Oct-07 13:19 
GeneralRe: Adding Thumbnail Images to a listbox control Pin
Luc Pattyn26-Oct-07 14:04
sitebuilderLuc Pattyn26-Oct-07 14:04 
GeneralRe: Adding Thumbnail Images to a listbox control Pin
Dino2Dino27-Oct-07 8:49
Dino2Dino27-Oct-07 8:49 
QuestionProperties page of an Image Pin
Dino2Dino26-Oct-07 12:46
Dino2Dino26-Oct-07 12:46 
AnswerRe: Properties page of an Image Pin
TJoe27-Oct-07 13:51
TJoe27-Oct-07 13:51 
GeneralRe: Properties page of an Image Pin
Dino2Dino30-Oct-07 8:32
Dino2Dino30-Oct-07 8:32 
QuestionRunning a new form inside BackgroundWorker DoWork method Pin
Laex26-Oct-07 10:00
Laex26-Oct-07 10:00 
AnswerRe: Running a new form inside BackgroundWorker DoWork method - Solved Pin
Laex26-Oct-07 10:32
Laex26-Oct-07 10:32 
AnswerRe: Running a new form inside BackgroundWorker DoWork method Pin
Dave Kreskowiak26-Oct-07 10:33
mveDave Kreskowiak26-Oct-07 10:33 
GeneralRe: Running a new form inside BackgroundWorker DoWork method Pin
Laex26-Oct-07 11:18
Laex26-Oct-07 11:18 
QuestionReflection Pin
ilango gandhi26-Oct-07 6:52
ilango gandhi26-Oct-07 6:52 
AnswerRe: Reflection Pin
pmarfleet26-Oct-07 6:59
pmarfleet26-Oct-07 6:59 
AnswerRe: Reflection Pin
il_masacratore26-Oct-07 12:17
il_masacratore26-Oct-07 12:17 
QuestionCan I access a user form object programmatically? Pin
humblepgmr26-Oct-07 6:50
humblepgmr26-Oct-07 6:50 
AnswerRe: Can I access a user form object programmatically? Pin
Anthony Mushrow26-Oct-07 7:08
professionalAnthony Mushrow26-Oct-07 7:08 
GeneralRe: Can I access a user form object programmatically? Pin
humblepgmr26-Oct-07 8:22
humblepgmr26-Oct-07 8:22 
GeneralRe: Can I access a user form object programmatically? Pin
Michael Potter26-Oct-07 8:35
Michael Potter26-Oct-07 8:35 

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.