Click here to Skip to main content
15,910,603 members
Home / Discussions / C#
   

C#

 
GeneralRe: Data counter Pin
Anonymous27-Jun-05 4:00
Anonymous27-Jun-05 4:00 
GeneralRe: Data counter Pin
Locdx30-Jun-05 1:08
Locdx30-Jun-05 1:08 
Questionfocused list view item? Pin
george ivanov27-Jun-05 1:34
george ivanov27-Jun-05 1:34 
AnswerRe: focused list view item? Pin
mav.northwind27-Jun-05 1:55
mav.northwind27-Jun-05 1:55 
QuestionDoes DNSqueries against Open Relay Databases differ in any way from regular DNSqueries? Pin
Stoffe27-Jun-05 0:51
Stoffe27-Jun-05 0:51 
GeneralExract Data from LParam Pin
einish27-Jun-05 0:13
einish27-Jun-05 0:13 
GeneralRe: Exract Data from LParam Pin
Dave Kreskowiak27-Jun-05 9:31
mveDave Kreskowiak27-Jun-05 9:31 
Generaltreeviews... Pin
deep726-Jun-05 23:35
deep726-Jun-05 23:35 
i have two forms in a project...1 has the treeview control, so whn i right click on a node and say add, other form is displayed in which i will enter the details.
now when i click on save button,the name tat i typed in textbox has to get inserted as a child to the selected node...how do i do that?
i tried in treeview1.mousedown_click even,in right button clikc...
geotree .SelectedNode = geotree .GetNodeAt(e.X,e.Y);
TreeNode tnode=new TreeNode();
tnode=geotree.SelectedNode;
tnode.Nodes.Add(
here how i'll get the textbox value from the other form in which i've entered the details??????
GeneralRe: treeviews... Pin
S. Senthil Kumar26-Jun-05 23:50
S. Senthil Kumar26-Jun-05 23:50 
GeneralRe: treeviews... Pin
deep727-Jun-05 1:51
deep727-Jun-05 1:51 
GeneralRe: treeviews... Pin
deep727-Jun-05 1:54
deep727-Jun-05 1:54 
GeneralMessage Queue Pin
Roger Alsing26-Jun-05 23:23
Roger Alsing26-Jun-05 23:23 
GeneralReading Text file Pin
LiamD26-Jun-05 23:17
LiamD26-Jun-05 23:17 
GeneralRe: Reading Text file Pin
mav.northwind26-Jun-05 23:34
mav.northwind26-Jun-05 23:34 
GeneralRe: Reading Text file Pin
LiamD27-Jun-05 2:05
LiamD27-Jun-05 2:05 
GeneralRe: Reading Text file Pin
mav.northwind27-Jun-05 2:33
mav.northwind27-Jun-05 2:33 
GeneralRe: Reading Text file Pin
Anthony Baraff27-Jun-05 7:37
Anthony Baraff27-Jun-05 7:37 
GeneralRe: Reading Text file Pin
LiamD27-Jun-05 21:19
LiamD27-Jun-05 21:19 
QuestionHow to send a E mail using C#? Pin
pubududilena26-Jun-05 22:56
pubududilena26-Jun-05 22:56 
AnswerRe: How to send a E mail using C#? Pin
mav.northwind26-Jun-05 23:29
mav.northwind26-Jun-05 23:29 
Generalfile open check Pin
syseca_challenge26-Jun-05 22:25
syseca_challenge26-Jun-05 22:25 
GeneralRe: file open check Pin
mav.northwind26-Jun-05 22:53
mav.northwind26-Jun-05 22:53 
GeneralRe: file open check Pin
V.27-Jun-05 0:46
professionalV.27-Jun-05 0:46 
GeneralRe: file open check Pin
mav.northwind27-Jun-05 1:03
mav.northwind27-Jun-05 1:03 
GeneralRe: file open check Pin
syseca_challenge27-Jun-05 1:31
syseca_challenge27-Jun-05 1:31 

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.