Click here to Skip to main content
15,912,507 members
Home / Discussions / C#
   

C#

 
GeneralRe: datagrid doesn't save the data Pin
Heath Stewart25-May-04 3:37
protectorHeath Stewart25-May-04 3:37 
GeneralRe: datagrid doesn't save the data Pin
Heath Stewart25-May-04 3:40
protectorHeath Stewart25-May-04 3:40 
GeneralRe: datagrid doesn't save the data Pin
denizmercan26-May-04 5:08
denizmercan26-May-04 5:08 
GeneralTreeView Control Pin
sachinkalse24-May-04 23:14
sachinkalse24-May-04 23:14 
GeneralRe: TreeView Control Pin
Corinna John24-May-04 23:55
Corinna John24-May-04 23:55 
GeneralRe: TreeView Control Pin
Heath Stewart25-May-04 3:36
protectorHeath Stewart25-May-04 3:36 
GeneralRe: TreeView Control Pin
sachinkalse25-May-04 22:49
sachinkalse25-May-04 22:49 
GeneralRe: TreeView Control Pin
Heath Stewart26-May-04 3:05
protectorHeath Stewart26-May-04 3:05 
Some of what you want to do is very difficult. The TreeView class encapsulates the Tree-View Windows Common Control, so everything comes down to sending messages, marshaling structs, and the like. Other things you want are impossible (like nodes having different check boxes, radio buttons, etc.

For that, look into a third-party control like UltraWinTree from Infragistics[^].

As far as selecting a node in C#, you should read through the documentation. It's really quite simple: set TreeView.SelectedNode to the TreeNode you want to select.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: TreeView Control Pin
sachinkalse26-May-04 14:57
sachinkalse26-May-04 14:57 
GeneralMake default e-mail client using C# Pin
lieperik24-May-04 22:30
lieperik24-May-04 22:30 
GeneralRe: Make default e-mail client using C# Pin
Heath Stewart25-May-04 3:32
protectorHeath Stewart25-May-04 3:32 
GeneralEventLog Privileges Pin
Andy *M*24-May-04 22:27
Andy *M*24-May-04 22:27 
GeneralRe: EventLog Privileges Pin
Mazdak24-May-04 23:02
Mazdak24-May-04 23:02 
GeneralRe: EventLog Privileges Pin
Andy *M*24-May-04 23:12
Andy *M*24-May-04 23:12 
GeneralRe: EventLog Privileges Pin
Dave Kreskowiak25-May-04 2:28
mveDave Kreskowiak25-May-04 2:28 
Questionhow to netsend to wan locations Pin
skooij24-May-04 20:12
skooij24-May-04 20:12 
AnswerRe: how to netsend to wan locations Pin
Dave Kreskowiak25-May-04 2:22
mveDave Kreskowiak25-May-04 2:22 
GeneralRe: how to netsend to wan locations Pin
skooij25-May-04 3:00
skooij25-May-04 3:00 
GeneralRe: how to netsend to wan locations Pin
Heath Stewart25-May-04 3:27
protectorHeath Stewart25-May-04 3:27 
GeneralRelease vs. debug Pin
spif200124-May-04 19:58
spif200124-May-04 19:58 
GeneralRe: Release vs. debug Pin
Andy *M*24-May-04 22:34
Andy *M*24-May-04 22:34 
GeneralRe: Release vs. debug Pin
spif200124-May-04 23:23
spif200124-May-04 23:23 
GeneralRe: Release vs. debug Pin
Dave Kreskowiak25-May-04 2:16
mveDave Kreskowiak25-May-04 2:16 
GeneralRe: Release vs. debug Pin
spif200125-May-04 2:24
spif200125-May-04 2:24 
GeneralRe: Release vs. debug Pin
Heath Stewart25-May-04 3:05
protectorHeath Stewart25-May-04 3:05 

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.