Click here to Skip to main content
15,921,467 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Inherited ComboBox Pin
Ed.Poore24-Feb-08 7:26
Ed.Poore24-Feb-08 7:26 
Generalrichtextboxes Pin
jazy121-Feb-08 21:29
jazy121-Feb-08 21:29 
GeneralRe: richtextboxes Pin
Christian Graus21-Feb-08 23:42
protectorChristian Graus21-Feb-08 23:42 
GeneralRe: richtextboxes [modified] Pin
jazy127-Feb-08 14:36
jazy127-Feb-08 14:36 
GeneralWinforms GUI / Design Guidelines Pin
James Spibey18-Feb-08 5:28
James Spibey18-Feb-08 5:28 
GeneralRe: Winforms GUI / Design Guidelines Pin
Brady Kelly18-Feb-08 6:02
Brady Kelly18-Feb-08 6:02 
GeneralRe: Winforms GUI / Design Guidelines Pin
N a v a n e e t h21-Feb-08 21:50
N a v a n e e t h21-Feb-08 21:50 
GeneralDeselecting ComboBoxes Pin
Brady Kelly18-Feb-08 2:21
Brady Kelly18-Feb-08 2:21 
I have several ComboBoxes on a form that are bound to BindingSources. The only code I have is code to set their SelectedIndex properties to -1, to force the user to make a selection, in favour of accidentally using the first item in a list. This code has no effect in my form's Load event, so I have been forced to start a Timer at the end of the Load event, and then on the Timer's Click event, set the SelectedIndex properties. Can anyone explain this, and maybe offer a more elegant solution?



GeneralRe: Deselecting ComboBoxes Pin
darkelv18-Feb-08 5:16
darkelv18-Feb-08 5:16 
GeneralRe: Deselecting ComboBoxes Pin
Brady Kelly18-Feb-08 5:24
Brady Kelly18-Feb-08 5:24 
GeneralRe: Deselecting ComboBoxes Pin
darkelv18-Feb-08 5:41
darkelv18-Feb-08 5:41 
GeneralRe: Deselecting ComboBoxes Pin
Brady Kelly18-Feb-08 6:00
Brady Kelly18-Feb-08 6:00 
GeneralRe: Deselecting ComboBoxes Pin
Patrick Etc.18-Feb-08 7:30
Patrick Etc.18-Feb-08 7:30 
QuestionHow to create a new text filename if it exists in window forms using C#net Pin
sivaram praveen17-Feb-08 19:59
sivaram praveen17-Feb-08 19:59 
GeneralRe: How to create a new text filename if it exists in window forms using C#net Pin
Miss Maheshwari17-Feb-08 20:04
Miss Maheshwari17-Feb-08 20:04 
GeneralRe: How to create a new text filename if it exists in window forms using C#net Pin
Patrick Etc.18-Feb-08 7:25
Patrick Etc.18-Feb-08 7:25 
GeneralRe: How to create a new text filename if it exists in window forms using C#net Pin
Christian Graus20-Feb-08 13:39
protectorChristian Graus20-Feb-08 13:39 
QuestionThreadStateException Pin
johland16-Feb-08 22:47
johland16-Feb-08 22:47 
GeneralRe: ThreadStateException Pin
Patrick Etc.17-Feb-08 5:39
Patrick Etc.17-Feb-08 5:39 
GeneralRe: ThreadStateException Pin
johland18-Feb-08 0:29
johland18-Feb-08 0:29 
GeneralProblem with Parent Child Data Binding Pin
Brady Kelly16-Feb-08 7:52
Brady Kelly16-Feb-08 7:52 
GeneralRe: Problem with Parent Child Data Binding Pin
Marc Clifton17-Feb-08 2:05
mvaMarc Clifton17-Feb-08 2:05 
GeneralRe: Problem with Parent Child Data Binding Pin
Brady Kelly17-Feb-08 2:31
Brady Kelly17-Feb-08 2:31 
GeneralRe: Problem with Parent Child Data Binding Pin
Marc Clifton17-Feb-08 2:40
mvaMarc Clifton17-Feb-08 2:40 
GeneralCommon Features and Functions Across Forms Several Forms Pin
Brady Kelly16-Feb-08 1:36
Brady Kelly16-Feb-08 1:36 

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.