No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hi I am new to C#. I have to enable my text box whn the check box is checked. It would be very helpful if i can get the code for this.
Hi, I see the following error when i open my file with IE. <PARAM-CONF-CONTAINER-DEF UUID="ECUC:8e498821-8d5c-4512-88fc-8d4d90dca1ab"> <SHORT-NAME>DioChannelGroup The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- A semi colon character was …
Hi, I have the listbox filled with data like : /abc/xyz/inst1 I need to view the complete path in the listbox.but there is no autosize property for a listbox. How can i view the complete path ?
Hi, I want to do something like this. I have a file File.c File.c # include <stdio.h> -------------------------->here struct B and its parameters should be inserted when i get it on next iteration. typedef Struct { B b1; --->this struct i will get on next iteration. }A; I am writing …
Hi I have a treeview created from a "a.xml" file. Now from a different "b.xml" file i want to pick few nodes and inset them in the treeview. Is there a way in which i can directly load the selected few nodes from "b.xml" file ?
Hi, When I try to build my code it gives an error "Not all code paths return a value". Please find the code below: public TreeNode FindInstanceNode(string SubContainer,string instance) { TreeNode Node = GetTreeViewClickedNode(); foreach (TreeNode trNode in Node.Nodes) { if (trNode.Text == "SUB-CONTAINERS") { TreeNodeCollection tcSubNodes = trNode.Nodes; foreach …
The End.
DIPY