Click here to Skip to main content
15,897,891 members
Home / Discussions / C#
   

C#

 
QuestionA bug in TreeView AfterCheck event? Pin
gicio12-Apr-02 8:44
gicio12-Apr-02 8:44 
AnswerRe: A bug in TreeView AfterCheck event? Pin
Tom Welch12-Apr-02 8:51
Tom Welch12-Apr-02 8:51 
GeneralRe: A bug in TreeView AfterCheck event? Pin
gicio14-Apr-02 3:25
gicio14-Apr-02 3:25 
GeneralIcon from ImageList Pin
Derek Price12-Apr-02 2:19
Derek Price12-Apr-02 2:19 
GeneralRe: Icon from ImageList Pin
Rüpel18-Apr-02 2:52
Rüpel18-Apr-02 2:52 
GeneralRe: Icon from ImageList Pin
Derek Price18-Apr-02 4:40
Derek Price18-Apr-02 4:40 
QuestionHow to make a combobox uneditable? Pin
11-Apr-02 23:32
suss11-Apr-02 23:32 
AnswerRe: How to make a combobox uneditable? Pin
James T. Johnson11-Apr-02 23:35
James T. Johnson11-Apr-02 23:35 
How do you want it uneditable? So you can't change the text that is picked from the list?

myComboBox.DropDownStyle = ComboBoxStyle.DropDownList; does that

If you want to make it so that you can't even change which value is selected then set the Enabled property to false.

HTH,

James

Simplicity Rules!
GeneralUsing COM Objects (new interfaces) Pin
Anders Molin11-Apr-02 22:39
professionalAnders Molin11-Apr-02 22:39 
GeneralRe: Using COM Objects (new interfaces) Pin
James T. Johnson11-Apr-02 23:00
James T. Johnson11-Apr-02 23:00 
GeneralDamned Clipboard keeps changing format Pin
Nish Nishant11-Apr-02 22:01
sitebuilderNish Nishant11-Apr-02 22:01 
GeneralRe: Damned Clipboard keeps changing format Pin
James T. Johnson11-Apr-02 22:49
James T. Johnson11-Apr-02 22:49 
GeneralRe: Damned Clipboard keeps changing format Pin
Nish Nishant11-Apr-02 23:14
sitebuilderNish Nishant11-Apr-02 23:14 
GeneralDisplaying HTML Pin
paulb11-Apr-02 16:10
paulb11-Apr-02 16:10 
GeneralRe: Displaying HTML Pin
James T. Johnson11-Apr-02 22:33
James T. Johnson11-Apr-02 22:33 
GeneralRe: Displaying HTML Pin
Torsten Mauz12-Apr-02 1:57
Torsten Mauz12-Apr-02 1:57 
GeneralC# and Imaging Pin
Rohde11-Apr-02 6:16
Rohde11-Apr-02 6:16 
GeneralRe: C# and Imaging Pin
James T. Johnson11-Apr-02 8:13
James T. Johnson11-Apr-02 8:13 
GeneralRe: C# and Imaging Pin
Nick Parker12-Apr-02 6:52
protectorNick Parker12-Apr-02 6:52 
GeneralReading From a text file Pin
Gavin_Mannion11-Apr-02 5:23
Gavin_Mannion11-Apr-02 5:23 
GeneralRe: Reading From a text file Pin
James T. Johnson11-Apr-02 22:42
James T. Johnson11-Apr-02 22:42 
GeneralRe: Reading From a text file Pin
Gavin_Mannion11-Apr-02 23:50
Gavin_Mannion11-Apr-02 23:50 
GeneralRe: Reading From a text file Pin
SimonS11-Apr-02 23:01
SimonS11-Apr-02 23:01 
GeneralDataGrid Pin
Mazdak11-Apr-02 2:46
Mazdak11-Apr-02 2:46 
GeneralRe: DataGrid Pin
James T. Johnson11-Apr-02 8:11
James T. Johnson11-Apr-02 8:11 

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.