Click here to Skip to main content
15,905,785 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Removing Icon for my form Pin
1203b564230-Aug-07 15:53
1203b564230-Aug-07 15:53 
AnswerRe: Removing Icon for my form Pin
Eduard Keilholz22-Aug-07 6:30
Eduard Keilholz22-Aug-07 6:30 
QuestiondocuPrinter Library not getting in COM component Pin
adilkazmi22-Aug-07 0:01
adilkazmi22-Aug-07 0:01 
QuestionPhoto Realistic Controls Pin
Leslie Sanford21-Aug-07 10:53
Leslie Sanford21-Aug-07 10:53 
AnswerRe: Photo Realistic Controls Pin
Eduard Keilholz22-Aug-07 6:29
Eduard Keilholz22-Aug-07 6:29 
QuestionServices Pin
Sam Heller21-Aug-07 9:57
Sam Heller21-Aug-07 9:57 
Questionbig problem: Validating the items in a listbox Pin
ctoma200520-Aug-07 21:53
ctoma200520-Aug-07 21:53 
AnswerRe: big problem: Validating the items in a listbox Pin
Luc Pattyn20-Aug-07 22:54
sitebuilderLuc Pattyn20-Aug-07 22:54 
Hi,

1.
you can store all kinds of objects in a ListBox; by default it paints its ToString()
result. You can draw the items yourself by setting another DrawMode, then handle
the DrawItem (and optionally MeasureItem) event.

2.
You can add one class member to remember the previous selection; it suffices
to end your SelectedIndexChanged handler on
"myListBoxPreviousSelectedIndex=myListBox.SelectedIndex;"
so it is available the next time that event fires.

Smile | :)



Luc Pattyn [Forum Guidelines] [My Articles]


this weeks tips:
- make Visual display line numbers: Tools/Options/TextEditor/...
- show exceptions with ToString() to see all information
- before you ask a question here, search CodeProject, then Google


GeneralRe: big problem: Validating the items in a listbox Pin
ctoma200522-Aug-07 4:17
ctoma200522-Aug-07 4:17 
GeneralRe: big problem: Validating the items in a listbox Pin
Luc Pattyn22-Aug-07 4:34
sitebuilderLuc Pattyn22-Aug-07 4:34 
GeneralRe: big problem: Validating the items in a listbox Pin
ctoma200524-Aug-07 0:49
ctoma200524-Aug-07 0:49 
GeneralRe: big problem: Validating the items in a listbox [modified] Pin
Luc Pattyn24-Aug-07 1:46
sitebuilderLuc Pattyn24-Aug-07 1:46 
GeneralRe: big problem: Validating the items in a listbox Pin
ctoma200524-Aug-07 3:26
ctoma200524-Aug-07 3:26 
GeneralRe: big problem: Validating the items in a listbox Pin
Luc Pattyn24-Aug-07 3:39
sitebuilderLuc Pattyn24-Aug-07 3:39 
GeneralRe: big problem: Validating the items in a listbox Pin
ctoma200524-Aug-07 4:02
ctoma200524-Aug-07 4:02 
GeneralRe: big problem: Validating the items in a listbox Pin
Luc Pattyn24-Aug-07 4:17
sitebuilderLuc Pattyn24-Aug-07 4:17 
Questionextracting data from the datagridview Pin
helloise20-Aug-07 21:16
helloise20-Aug-07 21:16 
AnswerRe: extracting data from the datagridview Pin
Giorgi Dalakishvili20-Aug-07 21:42
mentorGiorgi Dalakishvili20-Aug-07 21:42 
Questionchar distribution in office document Pin
czyhsoul20-Aug-07 2:31
czyhsoul20-Aug-07 2:31 
QuestionConnecting a data field to a TextBox Pin
virtual_jpr19-Aug-07 21:56
virtual_jpr19-Aug-07 21:56 
AnswerRe: Connecting a data field to a TextBox Pin
Christian Graus20-Aug-07 0:56
protectorChristian Graus20-Aug-07 0:56 
QuestionmySqlDataAdapter.Update(myDataSet, "Staff"); not updating my DB Pin
helloise19-Aug-07 21:43
helloise19-Aug-07 21:43 
AnswerRe: mySqlDataAdapter.Update(myDataSet, "Staff"); not updating my DB Pin
Rocky#20-Aug-07 1:47
Rocky#20-Aug-07 1:47 
QuestionForms with only a Menu Bar Pin
TyrionTheImp19-Aug-07 19:49
TyrionTheImp19-Aug-07 19:49 
AnswerRe: Forms with only a Menu Bar Pin
kubben20-Aug-07 3:46
kubben20-Aug-07 3:46 

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.