Click here to Skip to main content
15,922,584 members
Home / Discussions / C#
   

C#

 
GeneralRe: 3D in c# Pin
lmoelleb20-Nov-06 22:38
lmoelleb20-Nov-06 22:38 
GeneralRe: 3D in c# Pin
amin saffari20-Nov-06 23:38
amin saffari20-Nov-06 23:38 
AnswerRe: 3D in c# Pin
klanglieferant20-Nov-06 23:54
klanglieferant20-Nov-06 23:54 
QuestionHow can we disable individual nodes in a treeview in .Net? Pin
TinyTin20-Nov-06 21:01
TinyTin20-Nov-06 21:01 
AnswerRe: How can we disable individual nodes in a treeview in .Net? Pin
Christian Graus20-Nov-06 21:55
protectorChristian Graus20-Nov-06 21:55 
AnswerRe: How can we disable individual nodes in a treeview in .Net? Pin
ednrgc21-Nov-06 1:58
ednrgc21-Nov-06 1:58 
GeneralRe: How can we disable individual nodes in a treeview in .Net? Pin
TinyTin21-Nov-06 17:50
TinyTin21-Nov-06 17:50 
GeneralRe: How can we disable individual nodes in a treeview in .Net? Pin
lmoelleb21-Nov-06 20:40
lmoelleb21-Nov-06 20:40 
Depends on what you are doing:

WPF: Individual nodes can be disabled, so no problem.

WinForm: Handle the events on the tree - so if your node is selected, deselect it again (this probably won't be pretty to look at - in the Form or in the code, but that is the price you pay when using an obsolete GUI)

ASP.NET: You might pull something off client side, but I do not know how to do it - and if it is possible.
QuestionPopulate treeview from database Pin
GermanDM20-Nov-06 20:52
GermanDM20-Nov-06 20:52 
AnswerRe: Populate treeview from database Pin
Christian Graus20-Nov-06 21:56
protectorChristian Graus20-Nov-06 21:56 
GeneralRe: Populate treeview from database Pin
GermanDM21-Nov-06 2:28
GermanDM21-Nov-06 2:28 
GeneralRe: Populate treeview from database Pin
Mike Bluett21-Nov-06 7:35
Mike Bluett21-Nov-06 7:35 
GeneralRe: Populate treeview from database Pin
GermanDM21-Nov-06 19:39
GermanDM21-Nov-06 19:39 
GeneralRe: Populate treeview from database Pin
Mike Bluett22-Nov-06 6:46
Mike Bluett22-Nov-06 6:46 
QuestionHyperlink using linklabel Pin
Support12320-Nov-06 20:26
Support12320-Nov-06 20:26 
AnswerRe: Hyperlink using linklabel Pin
albCode20-Nov-06 20:45
albCode20-Nov-06 20:45 
GeneralRe: Hyperlink using linklabel Pin
Support12320-Nov-06 21:01
Support12320-Nov-06 21:01 
GeneralRe: Hyperlink using linklabel Pin
albCode20-Nov-06 21:17
albCode20-Nov-06 21:17 
GeneralRe: Hyperlink using linklabel Pin
ednrgc21-Nov-06 1:59
ednrgc21-Nov-06 1:59 
QuestionHow to create a file system driver ??? Pin
Waqas Nasir20-Nov-06 20:16
Waqas Nasir20-Nov-06 20:16 
AnswerRe: How to create a file system driver ??? Pin
ednrgc21-Nov-06 2:00
ednrgc21-Nov-06 2:00 
Questionwindows service to create a folder Pin
justintimberlake20-Nov-06 19:33
justintimberlake20-Nov-06 19:33 
AnswerRe: windows service to create a folder Pin
Mike Bluett21-Nov-06 7:44
Mike Bluett21-Nov-06 7:44 
QuestionRotation of a image Pin
s4_sabahatf20-Nov-06 19:19
s4_sabahatf20-Nov-06 19:19 
AnswerRe: Rotation of a image Pin
Christian Graus20-Nov-06 19:44
protectorChristian Graus20-Nov-06 19:44 

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.