Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~5K People Reached
Favorite Forums
Favorite Tags
xml x 1
Member Avatar for DIPY

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.

Member Avatar for hirenpatel53
0
3K
Member Avatar for DIPY

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 …

Member Avatar for strmstn
0
750
Member Avatar for DIPY

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 ?

Member Avatar for sknake
0
1K
Member Avatar for DIPY

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 …

Member Avatar for sknake
0
131
Member Avatar for DIPY

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 ?

Member Avatar for VIeditorlover
0
118
Member Avatar for DIPY

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 …

Member Avatar for Geekitygeek
0
130