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

C#

 
GeneralHelp with setting and expanding nodes in treeview Pin
flow555527-Mar-04 17:46
flow555527-Mar-04 17:46 
GeneralRe: Help with setting and expanding nodes in treeview Pin
Heath Stewart27-Mar-04 17:58
protectorHeath Stewart27-Mar-04 17:58 
GeneralRe: Help with setting and expanding nodes in treeview Pin
flow555527-Mar-04 18:36
flow555527-Mar-04 18:36 
GeneralRe: Help with setting and expanding nodes in treeview Pin
Heath Stewart27-Mar-04 18:46
protectorHeath Stewart27-Mar-04 18:46 
QuestionRe: Help with setting and expanding nodes in treeview Pin
korell31-Aug-09 12:36
korell31-Aug-09 12:36 
AnswerRe: Help with setting and expanding nodes in treeview Pin
Heath Stewart13-Sep-09 5:37
protectorHeath Stewart13-Sep-09 5:37 
GeneralValidating input Datagrid Pin
quocbao27-Mar-04 17:40
quocbao27-Mar-04 17:40 
GeneralRe: Validating input Datagrid Pin
Heath Stewart27-Mar-04 17:53
protectorHeath Stewart27-Mar-04 17:53 
There are many ways you can do this. One way is to handle the TextBox.Validating event (inherited from Control) of the DataGridTextBoxColumn.TextBox property, which gets the TextBox that is hosted when the cell is in edit mode. If you wanted to validate input as they type, handle the KeyDown event of the TextBox as well.

 

Microsoft MVP, Visual C#
My Articles
GeneralGUI Realtional database tool Pin
StephenMcAllister27-Mar-04 11:47
StephenMcAllister27-Mar-04 11:47 
GeneralLISTVIEW PLS HELP!!!!!!!!!!!!!!!!!!!!!!! Pin
cristiansje27-Mar-04 11:24
cristiansje27-Mar-04 11:24 
GeneralRe: LISTVIEW PLS HELP!!!!!!!!!!!!!!!!!!!!!!! Pin
partyganger27-Mar-04 14:11
partyganger27-Mar-04 14:11 
GeneralRe: LISTVIEW PLS HELP!!!!!!!!!!!!!!!!!!!!!!! Pin
Heath Stewart27-Mar-04 17:50
protectorHeath Stewart27-Mar-04 17:50 
GeneralRe: LISTVIEW PLS HELP!!!!!!!!!!!!!!!!!!!!!!! Pin
cristiansje27-Mar-04 23:06
cristiansje27-Mar-04 23:06 
GeneralRe: LISTVIEW PLS HELP!!!!!!!!!!!!!!!!!!!!!!! Pin
cristiansje28-Mar-04 21:22
cristiansje28-Mar-04 21:22 
Questionwebcam problem ? Pin
kendao27-Mar-04 8:37
kendao27-Mar-04 8:37 
AnswerRe: webcam problem ? Pin
Dave Kreskowiak27-Mar-04 8:48
mveDave Kreskowiak27-Mar-04 8:48 
GeneralDataGrid scrolling Pin
quilkin27-Mar-04 3:09
quilkin27-Mar-04 3:09 
GeneralRe: DataGrid scrolling Pin
Heath Stewart27-Mar-04 5:28
protectorHeath Stewart27-Mar-04 5:28 
GeneralRe: DataGrid scrolling Pin
quilkin27-Mar-04 8:20
quilkin27-Mar-04 8:20 
GeneralRe: DataGrid scrolling Pin
Heath Stewart27-Mar-04 8:51
protectorHeath Stewart27-Mar-04 8:51 
GeneralRe: DataGrid scrolling Pin
quilkin27-Mar-04 12:07
quilkin27-Mar-04 12:07 
GeneralOpen Outlook Pin
naresh_pandey1327-Mar-04 1:22
naresh_pandey1327-Mar-04 1:22 
GeneralRe: Open Outlook Pin
Peter Nirschl27-Mar-04 2:54
Peter Nirschl27-Mar-04 2:54 
GeneralRe: Open Outlook Pin
Stefan Troschuetz27-Mar-04 7:56
Stefan Troschuetz27-Mar-04 7:56 
GeneralRe: Open Outlook Pin
basdanny29-Mar-04 2:18
basdanny29-Mar-04 2:18 

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.