Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: krionic
  • Content: Threads
  • Order by date
  1. krionic

    MessageMap with Dynamic Controls

    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...
  2. krionic

    System.Xml.XPath

    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...
  3. krionic

    Garbage Collection... Finalize

    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)...

Part and Inventory Search

Back
Top