Click here to Skip to main content
15,885,188 members
Home / Discussions / C#
   

C#

 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 6:58
Vivek Vijayan8-Jul-09 6:58 
GeneralRe: loading picture in to picture box Pin
musefan8-Jul-09 7:07
musefan8-Jul-09 7:07 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 8:17
Vivek Vijayan8-Jul-09 8:17 
GeneralRe: loading picture in to picture box Pin
musefan8-Jul-09 11:45
musefan8-Jul-09 11:45 
GeneralRe: loading picture in to picture box Pin
Vivek Vijayan8-Jul-09 21:46
Vivek Vijayan8-Jul-09 21:46 
QuestionAdd child node to treeview node Pin
KIDYA8-Jul-09 2:27
KIDYA8-Jul-09 2:27 
AnswerRe: Add child node to treeview node Pin
benjymous8-Jul-09 2:30
benjymous8-Jul-09 2:30 
AnswerRe: Add child node to treeview node Pin
musefan8-Jul-09 2:31
musefan8-Jul-09 2:31 
I would assume you added the first node with...

TreeView1.Nodes.Add("a node");


Well, each node also has a collection of nodes so if you store the return value of the above method, or obtain the node with another method search as find then you can add nodes to the collection like...

TreeNode baseNode = TreeView1.Nodes.Add("Something");
baseNode.Nodes.Add("My First Child Node");


Hope that helps Smile | :)

Life goes very fast. Tomorrow, today is already yesterday.

Questionactive directory authentication using C# Pin
rhcp088-Jul-09 2:15
rhcp088-Jul-09 2:15 
AnswerRe: active directory authentication using C# Pin
Manas Bhardwaj8-Jul-09 2:23
professionalManas Bhardwaj8-Jul-09 2:23 
AnswerRe: active directory authentication using C# Pin
Pete O'Hanlon8-Jul-09 2:44
mvePete O'Hanlon8-Jul-09 2:44 
Questionconnection of database in C# Pin
rhcp088-Jul-09 1:41
rhcp088-Jul-09 1:41 
AnswerRe: connection of database in C# Pin
Eddy Vluggen8-Jul-09 1:57
professionalEddy Vluggen8-Jul-09 1:57 
AnswerRe: connection of database in C# Pin
Henry Minute8-Jul-09 2:01
Henry Minute8-Jul-09 2:01 
AnswerRe: connection of database in C# Pin
Colin Angus Mackay8-Jul-09 2:10
Colin Angus Mackay8-Jul-09 2:10 
QuestionSort a group in crystal report Pin
Mohammad Al Hoss8-Jul-09 1:25
Mohammad Al Hoss8-Jul-09 1:25 
QuestionGPRS connectivity software Pin
Sufian Mehmood Sheikh8-Jul-09 1:10
Sufian Mehmood Sheikh8-Jul-09 1:10 
AnswerRe: GPRS connectivity software Pin
stancrm8-Jul-09 1:13
stancrm8-Jul-09 1:13 
GeneralRe: GPRS connectivity software Pin
Sufian Mehmood Sheikh8-Jul-09 1:52
Sufian Mehmood Sheikh8-Jul-09 1:52 
GeneralRe: GPRS connectivity software Pin
stancrm8-Jul-09 2:13
stancrm8-Jul-09 2:13 
QuestionHow can use RAPI? Pin
Le@rner8-Jul-09 1:06
Le@rner8-Jul-09 1:06 
QuestionSerializing/Deserializing an object Pin
Helfdane7-Jul-09 23:35
Helfdane7-Jul-09 23:35 
AnswerRe: Serializing/Deserializing an object Pin
Hariharan.T8-Jul-09 0:29
Hariharan.T8-Jul-09 0:29 
GeneralRe: Serializing/Deserializing an object Pin
Helfdane8-Jul-09 0:35
Helfdane8-Jul-09 0:35 
GeneralRe: Serializing/Deserializing an object Pin
Hariharan.T8-Jul-09 1:12
Hariharan.T8-Jul-09 1:12 

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.