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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by z0r

  1. z0r

    Colordialog returning bogus rgb values.

    yes thank you. apparently Im not as bright as I thought :)
  2. z0r

    Colordialog returning bogus rgb values.

    Hello Im having an issue with colordialog. I want to click a color and have the rgb values returned. I expect each should return a value of 0-255. However it only ever returns 0 32 64 128 or 255. any ideas? Private Sub btnColor1_Click(ByVal sender As System.Object, ByVal e As...
  3. z0r

    streamreader ignoring · (ascii 183)

    thats a relief, I was half-expecting a kick/ban. :)
  4. z0r

    streamreader ignoring · (ascii 183)

    sorry. I thought vb 2005 was pre-.net making it closer to vb6. shows what I know.
  5. z0r

    streamreader ignoring · (ascii 183)

    Dim dbReader As New StreamReader("d:\ll.txt") dLine = dbReader.Read() ' <------- if I put a breakpoint here I can see that there is no · in the string do ----- ----- ----- dLine = dbReader.ReadLine() Loop Until dLine Is Nothing dbReader.Close() glad you think its an easy fix...
  6. z0r

    streamreader ignoring · (ascii 183)

    Hello. I'm in the early stages of learning VB. What I am doing is reading lines from a file. There is much information on the particular line I am having trouble with. I need to use (ascii 183) as a delimiter when splitting the line. The problem is when the line is read in it seems to remove...

Part and Inventory Search

Back
Top