Click here to Skip to main content
15,904,023 members
Home / Discussions / C#
   

C#

 
GeneralRe: run SQL server scripts from inside a C# code Pin
Giorgi Dalakishvili15-Sep-08 4:15
mentorGiorgi Dalakishvili15-Sep-08 4:15 
GeneralRe: run SQL server scripts from inside a C# code Pin
Harvey Saayman15-Sep-08 4:20
Harvey Saayman15-Sep-08 4:20 
AnswerRe: run SQL server scripts from inside a C# code Pin
Harvey Saayman15-Sep-08 4:02
Harvey Saayman15-Sep-08 4:02 
GeneralRe: run SQL server scripts from inside a C# code Pin
Sabry190515-Sep-08 21:04
Sabry190515-Sep-08 21:04 
GeneralRe: run SQL server scripts from inside a C# code Pin
Harvey Saayman15-Sep-08 21:06
Harvey Saayman15-Sep-08 21:06 
GeneralRe: run SQL server scripts from inside a C# code Pin
Sabry190516-Sep-08 4:17
Sabry190516-Sep-08 4:17 
GeneralRe: run SQL server scripts from inside a C# code Pin
Harvey Saayman16-Sep-08 4:23
Harvey Saayman16-Sep-08 4:23 
GeneralRe: run SQL server scripts from inside a C# code Pin
Sabry190517-Sep-08 20:38
Sabry190517-Sep-08 20:38 
QuestionChanging the value of text box at run time in .net 2.0 windows application Pin
tauras8115-Sep-08 0:38
tauras8115-Sep-08 0:38 
AnswerRe: Changing the value of text box at run time in .net 2.0 windows application Pin
DaveyM6915-Sep-08 0:46
professionalDaveyM6915-Sep-08 0:46 
GeneralRe: Changing the value of text box at run time in .net 2.0 windows application Pin
tauras8115-Sep-08 0:51
tauras8115-Sep-08 0:51 
GeneralRe: Changing the value of text box at run time in .net 2.0 windows application Pin
DaveyM6915-Sep-08 0:57
professionalDaveyM6915-Sep-08 0:57 
GeneralRe: Changing the value of text box at run time in .net 2.0 windows application Pin
tauras8115-Sep-08 1:03
tauras8115-Sep-08 1:03 
GeneralRe: Changing the value of text box at run time in .net 2.0 windows application Pin
DaveyM6915-Sep-08 1:17
professionalDaveyM6915-Sep-08 1:17 
GeneralRe: Changing the value of text box at run time in .net 2.0 windows application Pin
Frank Horn15-Sep-08 1:59
Frank Horn15-Sep-08 1:59 
GeneralRe: Changing the value of text box at run time in .net 2.0 windows application Pin
tauras8115-Sep-08 18:31
tauras8115-Sep-08 18:31 
AnswerRe: Changing the value of text box at run time in .net 2.0 windows application Pin
Giorgi Dalakishvili15-Sep-08 0:54
mentorGiorgi Dalakishvili15-Sep-08 0:54 
QuestionSelect Child Treeview Node Pin
Programm3r15-Sep-08 0:30
Programm3r15-Sep-08 0:30 
Hi all,

I have the following method: GetNodeByName, so the thing is that I can get hold of the specific treenode but how can I select it??Confused | :confused:

public TreeNode GetNodeByName(TreeView treeView, string key)
{
    TreeNode[] nodes = treeView.Nodes.Find(key, true);
    return nodes.Length > 0 ? nodes[0] : null;
} 



Can anyone please put some light on this issue
Many thanks in advance
Regards,



The only programmers that are better that C programmers are those who code in 1's and 0's Green Alien | [Alien]


Smile | :) Programm3r

My Blog: ^_^

AnswerRe: Select Child Treeview Node Pin
Programm3r15-Sep-08 0:36
Programm3r15-Sep-08 0:36 
GeneralRe: Select Child Treeview Node Pin
DaveyM6915-Sep-08 0:44
professionalDaveyM6915-Sep-08 0:44 
QuestionWebsite IP Address?? Pin
Muammar©14-Sep-08 23:51
Muammar©14-Sep-08 23:51 
AnswerRe: Website IP Address?? [modified] Pin
Nicholas Butler14-Sep-08 23:55
sitebuilderNicholas Butler14-Sep-08 23:55 
GeneralRe: Website IP Address?? Pin
Muammar©15-Sep-08 0:11
Muammar©15-Sep-08 0:11 
GeneralRe: Website IP Address?? Pin
DaveyM6915-Sep-08 0:22
professionalDaveyM6915-Sep-08 0:22 
GeneralRe: Website IP Address?? Pin
Muammar©15-Sep-08 0:39
Muammar©15-Sep-08 0: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.