Click here to Skip to main content
15,918,596 members
Home / Discussions / C#
   

C#

 
GeneralDecompiler for c# Pin
19-Oct-03 10:23
suss19-Oct-03 10:23 
GeneralRe: Decompiler for c# Pin
Nick Parker19-Oct-03 10:40
protectorNick Parker19-Oct-03 10:40 
GeneralRe: Decompiler for c# Pin
J. Dunlap19-Oct-03 10:41
J. Dunlap19-Oct-03 10:41 
GeneralRe: Decompiler for c# Pin
J. Dunlap19-Oct-03 10:50
J. Dunlap19-Oct-03 10:50 
GeneralRe: Decompiler for c# Pin
Nick Parker20-Oct-03 5:38
protectorNick Parker20-Oct-03 5:38 
GeneralRe: Decompiler for c# Pin
J. Dunlap19-Oct-03 10:40
J. Dunlap19-Oct-03 10:40 
GeneralI need a horizontal tree control Pin
MtnBiknGuy19-Oct-03 4:39
MtnBiknGuy19-Oct-03 4:39 
GeneralRe: I need a horizontal tree control Pin
Heath Stewart19-Oct-03 5:41
protectorHeath Stewart19-Oct-03 5:41 
It would be very hard - and probably incredibly stupid - to make the "standard" tree control do such a thing. First of all, the .NET tree control is actually the SysTreeView32 common control in Windows, wrapped in a class for easy use with .NET. With this in mind, you have to go very low-level to change such behavior.

Since you're changing so much, however, it'd be much easier to do this from scratch in a completely managed solution. What you're describing, however, is common in organization charts. You could try searching for an existing organization chart control in .NET, which may help in constructing a more generic tree with the behavior you want. I can't think of any off-hand, but I'm willing to bet there's a few around - perhaps even here on CodeProject.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: I need a horizontal tree control Pin
MtnBiknGuy19-Oct-03 10:14
MtnBiknGuy19-Oct-03 10:14 
GeneralRe: I need a horizontal tree control Pin
MtnBiknGuy19-Oct-03 10:33
MtnBiknGuy19-Oct-03 10:33 
QuestionHow to format text in a winform datagrid column Pin
Anonymous19-Oct-03 3:26
Anonymous19-Oct-03 3:26 
AnswerRe: How to format text in a winform datagrid column Pin
Mike Ellison19-Oct-03 8:54
Mike Ellison19-Oct-03 8:54 
GeneralE_NOINTERFACE Pin
Norman Fung18-Oct-03 19:30
Norman Fung18-Oct-03 19:30 
GeneralTransparent window within another transparent window Pin
David Forrester18-Oct-03 17:27
David Forrester18-Oct-03 17:27 
GeneralRe: Transparent window within another transparent window Pin
David Forrester18-Oct-03 22:39
David Forrester18-Oct-03 22:39 
QuestionCAN SOMEBODY PLEASEEEEEE... Pin
fadee18-Oct-03 8:53
fadee18-Oct-03 8:53 
AnswerRe: CAN SOMEBODY PLEASEEEEEE... Pin
Arjan Einbu18-Oct-03 10:04
Arjan Einbu18-Oct-03 10:04 
GeneralRe: CAN SOMEBODY PLEASEEEEEE... Pin
fadee18-Oct-03 20:55
fadee18-Oct-03 20:55 
GeneralRe: CAN SOMEBODY PLEASEEEEEE... Pin
eggie55-Dec-03 14:30
eggie55-Dec-03 14:30 
GeneralSmall IO help needed... Pin
eggie518-Oct-03 7:27
eggie518-Oct-03 7:27 
GeneralRe: Small IO help needed... Pin
je_gonzalez18-Oct-03 10:16
je_gonzalez18-Oct-03 10:16 
GeneralRe: Small IO help needed... Pin
eggie518-Oct-03 17:56
eggie518-Oct-03 17:56 
GeneralRe: Small IO help needed... Pin
eggie518-Oct-03 11:47
eggie518-Oct-03 11:47 
GeneralRe: Small IO help needed... Pin
je_gonzalez18-Oct-03 12:44
je_gonzalez18-Oct-03 12:44 
GeneralRe: Small IO help needed... Pin
eggie518-Oct-03 14:39
eggie518-Oct-03 14:39 

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.