Hi I want to disable the first item in the CheckedListBox control of C SHARP I checked for .selected property but i don find it in CheckedListBox property in Winform . checkedListBox2.Items[i].Equal, checkedListBox2.Items[i].GetHashcode, checkedListBox2.Items[i].GetType, checkedListBox2.Items[i].ToString() is only available.. i don find the checkedListBox2.Items[i].Enabled property... Pls help me Regards, Hema Krish.
hemamerp
Posts
-
Reg: Disabling single item of CheckedListBox in C# - -
How to create xml document using Schema in MFC application?Hi, My schema file is very large and it contains so many particles, elements and attributes. The data binding provides so many classes for an single schema file. I have several schema files like this. Code will be very complex if i start doing data binding for all the schema files. Is there an Generic utility or Generic API in MFC so that it accepts any schema file and it can create an xml file from specified schema. Regards, Hema K
-
How to create xml document using Schema in MFC application?Hi, Using MFC application, i need to input an xml schema to an MFC exe and i need to generate xml file as an output from the specified schema. I need to do this only in MFC application. Please suggest me some resolution as how to generate xml from schema using MFC application? Regards, Hema K
-
Reg: Query for xsd(XML Schema) parser problem in MFC VC++Hi all, I have trouble in parsing the XML Schema(XSD) file with the MFC VC++ dialog application. Please provide me an sample source code for parsing/traversing the XSD (XML SChema) with the MFC VC++ code. I need to extract all the tags(Elements, attributes, group elements,attribute groups, and etc) of the xsd with the MFC. Regards, Hema K