Click here to Skip to main content

C#

    RSS: RSS Feed
Home > Forums > C#

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
AnswerRe: WPF Viewport3D antialiasing Pinmemberlmoelleb1:27 13 Oct '07  
GeneralRe: WPF Viewport3D antialiasing PinmemberBartosz Bien1:59 13 Oct '07  
GeneralControl Break Algorithm PinmemberBrady Kelly0:32 12 Oct '07  
QuestionReminder Message PinmemberShashidharreddy23:41 11 Oct '07  
AnswerRe: Reminder Message PinmemberCCCJ1:19 12 Oct '07  
GeneralRe: Reminder Message PinmemberPete O'Hanlon3:29 12 Oct '07  
Questioncalling forms from treeview nodes Pinmembermamphekgojakes23:34 11 Oct '07  
Hi
i want select a node from treeview nodes and call the form that i have selected its node.
 
here is my code.
 
node1 = "Company";
node2 = "Process";
node3 = "Script";
node4 = "Group";
node5 = "User";
 
if (node1 == "Company" )
{
cmsCompany.Show();
}
 
else if (node2 == "Process")
{
 
cmsProcess.Show();
}
else if (node3 == "Script")
{
 
cmsScript.Show();
}
else if (node4 == "Group")
{
 
cmsGroup.Show();
}
else if (node5 == "User")
{
 
cmsUser.Show();
}
 
Mamphekgo

AnswerRe: calling forms from treeview nodes PinmemberMartin#0:34 12 Oct '07  
GeneralRe: calling forms from treeview nodes PinmemberPete O'Hanlon1:10 12 Oct '07  
GeneralRe: calling forms from treeview nodes PinmemberMartin#1:18 12 Oct '07  
QuestionDOS exec not receiving input from standard I/O... PinmemberFuzzychaos23:29 11 Oct '07  
AnswerRe: DOS exec not receiving input from standard I/O... PinmemberPhil J Pearson11:23 12 Oct '07  
AnswerRe: DOS exec not receiving input from standard I/O... PinmemberFuzzychaos23:16 14 Oct '07  
GeneralRe: DOS exec not receiving input from standard I/O... PinmemberPhil J Pearson8:58 15 Oct '07  
QuestionParameter Collection PinmemberSonia Gupta23:15 11 Oct '07  
AnswerRe: Parameter Collection PinmemberSonia Gupta23:25 11 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon0:16 12 Oct '07  
GeneralRe: Parameter Collection PinmemberBrady Kelly0:43 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon0:59 12 Oct '07  
GeneralRe: Parameter Collection PinmemberBrady Kelly1:15 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon1:32 12 Oct '07  
GeneralRe: Parameter Collection PinmemberSonia Gupta2:10 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon2:27 12 Oct '07  
GeneralRe: Parameter Collection [modified] PinmemberSonia Gupta2:47 12 Oct '07  
GeneralRe: Parameter Collection PinmemberPete O'Hanlon3:18 12 Oct '07  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.


Advertise | Privacy | Mobile
Web02 | 2.5.120210.1 | Last Updated 13 Feb 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid