Search results for query: *

  • Users: welchb
  • Content: Threads
  • Order by date
  1. W

    Single Char Function ?

    Hi Guys, I'm trying to read a text file, line by line and then use some of the data from these lines as I read them. I'm OK with opening the file and reading the text in using (tempReadline = objReader.ReadLine() & vbNewLine) The main problem I have is that the text often has mutiple spaces...
  2. W

    Getting the Time from an Atomic clock

    Hi All, I'd like to write a small app to get the time from an "atomic" clock -- I believe the UTC time and then compare this against the system clock. So far I've been able to get the system time details with the code below but just cannot figure out where to start on getting the atomic...
  3. W

    Getting started with a project ? .NET 2005

    Hi All, *** seem's I'm having trouble with the screen shots, so hope the text makes some sense -- sorry for this *** Hope someone can help me with this and I hope it's something very simple ? I'm trying to start a VB.NET project. previosuly when using .NET 2003, it asked me what type of...
  4. W

    Expression Parser

    Hello All, Has anyone on these forums ever written an Expression Parser and probably more to the point a simple expression parser. I'm reasonably competent in VB6 and am now starting a project in VB.NET where I would like to have the ability for the users to define their own...
  5. W

    Expression Parser Help required.

    Hello All, Has anyone on these forums ever written an Expression Parser and probably more to the point a simple expression parser. I'm reasonably competent in VB6 and am now starting a project in VB.NET where I would like to have the ability for the users to define their own...
Back
Top