Click here to Skip to main content
16,006,594 members
Home / Discussions / C#
   

C#

 
GeneralRe: XP visual style with buttons Pin
Judah Gabriel Himango31-May-04 18:43
sponsorJudah Gabriel Himango31-May-04 18:43 
GeneralRegular Expressions Pin
Johnnny31-May-04 13:14
Johnnny31-May-04 13:14 
GeneralRe: Regular Expressions Pin
Aryadip31-May-04 18:30
Aryadip31-May-04 18:30 
GeneralRe: Regular Expressions Pin
OmegaSupreme1-Jun-04 1:13
OmegaSupreme1-Jun-04 1:13 
GeneralRich Text Box Pin
Johnnny31-May-04 13:12
Johnnny31-May-04 13:12 
GeneralRe: Rich Text Box Pin
Judah Gabriel Himango31-May-04 18:11
sponsorJudah Gabriel Himango31-May-04 18:11 
Generalselecting node in TreeView Pin
Ammar Ben Hadj Amor31-May-04 7:23
professionalAmmar Ben Hadj Amor31-May-04 7:23 
GeneralRe: selecting node in TreeView Pin
Dave Kreskowiak31-May-04 7:47
mveDave Kreskowiak31-May-04 7:47 
You would have to start at the top of the TreeView controls Nodes collection and iterate through the nodes, comparing each to the string that you want. When you reach a Node with children, you'll have to iterate through those also. When you find the Nodes that your looking for, just set their Selected property to True.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: selecting node in TreeView Pin
leppie31-May-04 8:51
leppie31-May-04 8:51 
GeneralWeb Service Error Pin
MrJJKoolJ31-May-04 6:59
MrJJKoolJ31-May-04 6:59 
GeneralRe: Web Service Error Pin
Dave Kreskowiak31-May-04 7:49
mveDave Kreskowiak31-May-04 7:49 
GeneralRe: Web Service Error Pin
MrJJKoolJ31-May-04 9:25
MrJJKoolJ31-May-04 9:25 
GeneralRe: Web Service Error Pin
Dave Kreskowiak31-May-04 11:30
mveDave Kreskowiak31-May-04 11:30 
Generali am not able to use the name space system.web Pin
VIJAYPAPUPAGER31-May-04 5:42
VIJAYPAPUPAGER31-May-04 5:42 
GeneralRe: i am not able to use the name space system.web Pin
Stefan Troschuetz31-May-04 5:52
Stefan Troschuetz31-May-04 5:52 
GeneralMovable Toolbar Pin
Member 1697731-May-04 3:33
Member 1697731-May-04 3:33 
GeneralRe: Movable Toolbar Pin
Wackatronic31-May-04 14:05
Wackatronic31-May-04 14:05 
GeneralSOS: Send(Post) message to a control Pin
jimsleon31-May-04 1:29
jimsleon31-May-04 1:29 
GeneralRe: SOS: Send(Post) message to a control Pin
Mazdak31-May-04 2:47
Mazdak31-May-04 2:47 
GeneralInterop Pin
satanic_cult30-May-04 22:24
satanic_cult30-May-04 22:24 
GeneralRe: Interop Pin
Dave Kreskowiak31-May-04 1:15
mveDave Kreskowiak31-May-04 1:15 
GeneralThe Error Pin
satanic_cult31-May-04 7:34
satanic_cult31-May-04 7:34 
GeneralRe: The Error Pin
Dave Kreskowiak31-May-04 7:44
mveDave Kreskowiak31-May-04 7:44 
GeneralRe: The Error Pin
satanic_cult31-May-04 12:15
satanic_cult31-May-04 12:15 
GeneralRe: The Error Pin
Dave Kreskowiak1-Jun-04 0:27
mveDave Kreskowiak1-Jun-04 0:27 

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.