What I'm trying to do is handle an event of a control created during runtime.
Example: User does something that makes the app display 1 to 3 buttons. Lets say in this instance it generated 2 CButton
Here is some sample code of what i'm doing. I'm wrapping CButton to make my own button class...
Hello, I sure do hope there are some XPath/XML gurus out here. I'm pretty new to working with XML in .net So I'm sure my problem is I just dont know how to do what I'm trying to do
XML File
<Data>
<Employees>
<ID>1</ID>
<Name>Krionic</Name>
</Employees>
</Data>
XPath Reader
Dim...
Hello. Wonder if anyone knows a solution to my little problem.
From a form I populate a dataset using
Dim obj As New nsMain.clsMain
dsdataset = obj.getXMLData("E:names.xml")
and getXMLData is a function in a seperate class
Public Shared Function getXMLData(loc As String, name As String)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.