Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sockets - Intensive I/O Issues Pin
leppie29-Nov-05 7:25
leppie29-Nov-05 7:25 
GeneralRe: Sockets - Intensive I/O Issues Pin
mcljava29-Nov-05 8:04
mcljava29-Nov-05 8:04 
QuestionThread Management Pin
thepolishguy29-Nov-05 5:07
thepolishguy29-Nov-05 5:07 
AnswerRe: Thread Management Pin
mcljava29-Nov-05 7:02
mcljava29-Nov-05 7:02 
QuestionServer - Multi Client Chat Problem Pin
DarkAngel78629-Nov-05 4:47
DarkAngel78629-Nov-05 4:47 
AnswerRe: Server - Multi Client Chat Problem Pin
mcljava29-Nov-05 10:15
mcljava29-Nov-05 10:15 
GeneralRe: Server - Multi Client Chat Problem Pin
DarkAngel78629-Nov-05 22:41
DarkAngel78629-Nov-05 22:41 
QuestionHow to achieve automatic sorting in a TreeView? Pin
Morrgan29-Nov-05 4:45
Morrgan29-Nov-05 4:45 
Hi,

In my project I use a TreeView in which all nodes are supposed to be sorted in alphabetical order. When the user edits a node label I want the TreeView to automatically sort itself. Using the following code I am able to make it work for the top level nodes but not their children.

<br />
protected override void WndProc(ref Message m)<br />
{<br />
base.WndProc(ref m);<br />
<br />
if (m.Msg == 0x004E) //WM_NOTIFY<br />
{	<br />
SendMessage(treeView.Handle, 0x1113, 1, 0); //TVM_SORTCHILDREN<br />
}<br />
}<br />


Any help would be greatly appriciated!
AnswerRe: How to achieve automatic sorting in a TreeView? Pin
Curtis Schlak.29-Nov-05 9:08
Curtis Schlak.29-Nov-05 9:08 
GeneralRe: How to achieve automatic sorting in a TreeView? Pin
Morrgan29-Nov-05 20:14
Morrgan29-Nov-05 20:14 
GeneralRe: How to achieve automatic sorting in a TreeView? Pin
Curtis Schlak.30-Nov-05 1:59
Curtis Schlak.30-Nov-05 1:59 
QuestionComparing 2 strings and ignoring their case Pin
hasanali0029-Nov-05 3:22
hasanali0029-Nov-05 3:22 
AnswerRe: Comparing 2 strings and ignoring their case Pin
Guffa29-Nov-05 3:34
Guffa29-Nov-05 3:34 
QuestionHelp building a header !! Pin
Wicker_Basket29-Nov-05 3:04
Wicker_Basket29-Nov-05 3:04 
QuestionException while loading unmanaged Dll into C# Code Pin
Rashid.Mahmood29-Nov-05 2:18
Rashid.Mahmood29-Nov-05 2:18 
AnswerRe: Exception while loading unmanaged Dll into C# Code Pin
S. Senthil Kumar29-Nov-05 2:25
S. Senthil Kumar29-Nov-05 2:25 
GeneralRe: Exception while loading unmanaged Dll into C# Code Pin
Rashid.Mahmood29-Nov-05 3:45
Rashid.Mahmood29-Nov-05 3:45 
Questionbeginer 1 Pin
papa198029-Nov-05 2:06
papa198029-Nov-05 2:06 
AnswerRe: beginer 1 Pin
J4amieC29-Nov-05 2:58
J4amieC29-Nov-05 2:58 
GeneralRe: beginer 1 Pin
papa198029-Nov-05 4:49
papa198029-Nov-05 4:49 
GeneralRe: beginer 1 Pin
J4amieC29-Nov-05 4:56
J4amieC29-Nov-05 4:56 
GeneralRe: beginer 1 Pin
papa198029-Nov-05 5:48
papa198029-Nov-05 5:48 
GeneralRe: beginer 1 Pin
Dan Neely29-Nov-05 6:49
Dan Neely29-Nov-05 6:49 
GeneralRe: beginer 1 Pin
Guffa29-Nov-05 7:13
Guffa29-Nov-05 7:13 
GeneralRe: beginer 1 Pin
papa198029-Nov-05 19:37
papa198029-Nov-05 19:37 

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.