Click here to Skip to main content
16,004,678 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why I can not implement a managed C++ interface with C#? Pin
tiancaidao9-Feb-06 1:14
tiancaidao9-Feb-06 1:14 
GeneralRe: Why I can not implement a managed C++ interface with C#? Pin
leppie9-Feb-06 1:31
leppie9-Feb-06 1:31 
GeneralRe: Why I can not implement a managed C++ interface with C#? Pin
tiancaidao9-Feb-06 2:55
tiancaidao9-Feb-06 2:55 
GeneralRe: Why I can not implement a managed C++ interface with C#? Pin
leppie9-Feb-06 3:02
leppie9-Feb-06 3:02 
QuestionHelp! I can't get it to work!!!! Pin
JstDaNuGuy8-Feb-06 16:04
JstDaNuGuy8-Feb-06 16:04 
GeneralRe: Help! I can't get it to work!!!! Pin
LighthouseJ8-Feb-06 17:28
LighthouseJ8-Feb-06 17:28 
AnswerRe: Help! I can't get it to work!!!! Pin
Ingo8-Feb-06 23:48
Ingo8-Feb-06 23:48 
GeneralRe: Help! I can't get it to work!!!! Pin
JstDaNuGuy9-Feb-06 5:31
JstDaNuGuy9-Feb-06 5:31 
Well, thanks for the effort, but it doesn't work.
and the reason is due to the a problem i think related to when or how i am calling my 'new TreeNode', as i am only replacing the text of the previous node with the 'next' nodes text.
so in other words when i get to the point of adding new subnodes i only end up with one node.

if you care to see my original code look here:[^]

This is how i modified my orginal code to receive these results:

//if (ParentNode.Nodes.Contains(DeptNode))
	if (rootNode == DeptNode.Text)
	{	
	//if (ModNode.Tag == DeptNode.Tag)
		if (modelTag == rootTag)
		{
		//if (DeptNode.Nodes.Contains(ModNode))
			if (modelNode == ModNode.Text)
			{
			if (ModNode.Nodes.Contains(TelNode))
			//if (telNodex == TelNode.Text)



Big Grin | :-D Laugh | :laugh: Poke tongue | ;-P Sniff | :^) Sigh | :sigh:
Questionfloating toolbars Pin
edel_ong8-Feb-06 14:46
edel_ong8-Feb-06 14:46 
AnswerRe: floating toolbars Pin
DigitalKing8-Feb-06 18:44
DigitalKing8-Feb-06 18:44 
AnswerRe: floating toolbars Pin
Robert Rohde8-Feb-06 18:59
Robert Rohde8-Feb-06 18:59 
AnswerRe: floating toolbars Pin
Suelinda_W14-Feb-06 11:12
Suelinda_W14-Feb-06 11:12 
QuestionHow to change property of controls in main form frim other forms ? Pin
hdv2128-Feb-06 12:55
hdv2128-Feb-06 12:55 
AnswerRe: How to change property of controls in main form frim other forms ? Pin
Dave Kreskowiak8-Feb-06 16:46
mveDave Kreskowiak8-Feb-06 16:46 
AnswerRe: How to change property of controls in main form frim other forms ? Pin
tiancaidao8-Feb-06 17:19
tiancaidao8-Feb-06 17:19 
QuestionA good 128-bit signed integer impl? Pin
Gywox8-Feb-06 12:55
Gywox8-Feb-06 12:55 
AnswerRe: A good 128-bit signed integer impl? Pin
Dave Kreskowiak8-Feb-06 16:39
mveDave Kreskowiak8-Feb-06 16:39 
QuestionRegEx - Allowing Spaces Pin
Expert Coming8-Feb-06 11:37
Expert Coming8-Feb-06 11:37 
GeneralRe: RegEx - Allowing Spaces Pin
Guffa8-Feb-06 12:42
Guffa8-Feb-06 12:42 
AnswerRe: RegEx - Allowing Spaces Pin
DigitalKing8-Feb-06 13:10
DigitalKing8-Feb-06 13:10 
GeneralRe: RegEx - Allowing Spaces Pin
Expert Coming8-Feb-06 13:32
Expert Coming8-Feb-06 13:32 
GeneralRe: RegEx - Allowing Spaces Pin
Dave Kreskowiak8-Feb-06 16:36
mveDave Kreskowiak8-Feb-06 16:36 
GeneralRe: RegEx - Allowing Spaces Pin
Expert Coming8-Feb-06 19:19
Expert Coming8-Feb-06 19:19 
QuestionRich Text Box and Hyperlinks Pin
DELETEUSER8-Feb-06 11:32
DELETEUSER8-Feb-06 11:32 
AnswerRe: Rich Text Box and Hyperlinks Pin
DigitalKing8-Feb-06 13:07
DigitalKing8-Feb-06 13:07 

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.