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: JHPeter
  • Content: Threads
  • Order by date
  1. JHPeter

    Using DirectCast in a class

    I want to write to a status bar from a class, is DirectCast the way to go as I cannot get it to work. DirectCast(Me.Owner,MainForm).stbMain.Panels(1).Text = "xyz" works fine from a form but not in a namespace/class. Can this be achieved?
  2. JHPeter

    .txt file as class member

    I would like to create a class member to transport a txt file to and from a Web Service, along with other information relating to the file. Is there an easy way to achieve this? ie classmember = "c:\temp\txtfile.txt" or does it have to be achieved by a more tortuous route. It's all...
  3. JHPeter

    XmlNodeReader

    I would like to initialize a XmlNodeReader against a group of xml records in the "while" routine at the end of this code. Is this possible? Dim xmlF As String = "../XMLFILE.xml" Dim xpathDoc As XPathDocument = New XPathDocument(xmlF) Dim xpathNav As XPathNavigator =...
  4. JHPeter

    FtpGetCurrentDirectory Object reference error

    Private Declare Function FtpGetCurrentDirectory Lib "wininet.dll" Alias "FtpGetCurrentDirectoryA" (ByVal hFtpSession As Integer, ByVal lpszCurrentDirectory As Sring, ByVal lpdwCurrentDirectory As Integer) As Boolean Start New Function Dim INn, INc Dim RC As Boolean INn =...

Part and Inventory Search

Back
Top