Click here to Skip to main content
15,890,372 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Validating a listView Pin
Paul Conrad3-Jul-08 10:11
professionalPaul Conrad3-Jul-08 10:11 
GeneralRe: Validating a listView Pin
Luc Pattyn3-Jul-08 11:58
sitebuilderLuc Pattyn3-Jul-08 11:58 
GeneralRe: Validating a listView Pin
Paul Conrad3-Jul-08 12:07
professionalPaul Conrad3-Jul-08 12:07 
Questionevent firing only once Pin
Ebube3-Jul-08 5:58
Ebube3-Jul-08 5:58 
AnswerRe: event firing only once Pin
jzonthemtn3-Jul-08 6:28
jzonthemtn3-Jul-08 6:28 
GeneralRe: event firing only once Pin
Ebube3-Jul-08 6:33
Ebube3-Jul-08 6:33 
GeneralRe: event firing only once Pin
jzonthemtn3-Jul-08 10:37
jzonthemtn3-Jul-08 10:37 
QuestionNeed some help Pin
jhoga3-Jul-08 4:36
jhoga3-Jul-08 4:36 
I'm in need of a quick answer to a problem. I am trying to parse a tab delimited file for the purpose of feed it to a check printer. I am using a stream reader and the issue is that the reader is dropping the first char of each line. Here's the code:


Do While strRead.Read <> strRead.EndOfStream
strTest = strRead.ReadLine
strWrite = strTest.Replace("""", "")
ListBox1.Items.Add(strWrite)
Loop
Can anybody help?
ThanksConfused | :confused:
AnswerRe: Need some help Pin
jhoga3-Jul-08 5:09
jhoga3-Jul-08 5:09 
AnswerRe: Need some help Pin
Luc Pattyn3-Jul-08 9:49
sitebuilderLuc Pattyn3-Jul-08 9:49 
GeneralRe: Need some help Pin
jhoga3-Jul-08 11:31
jhoga3-Jul-08 11:31 
GeneralRe: Need some help Pin
Paul Conrad3-Jul-08 12:22
professionalPaul Conrad3-Jul-08 12:22 
GeneralRe: Need some help Pin
Paul Conrad3-Jul-08 12:21
professionalPaul Conrad3-Jul-08 12:21 
GeneralRe: Need some help Pin
RCoate3-Jul-08 13:03
RCoate3-Jul-08 13:03 
GeneralRe: Need some help Pin
Paul Conrad3-Jul-08 15:50
professionalPaul Conrad3-Jul-08 15:50 
AnswerRe: Need some help Pin
Thomas Stockwell3-Jul-08 10:19
professionalThomas Stockwell3-Jul-08 10:19 
Questionwindow service method Pin
Ebube3-Jul-08 1:23
Ebube3-Jul-08 1:23 
Questionrunning DOS exe using Process.Start Pin
johnjsm3-Jul-08 0:35
johnjsm3-Jul-08 0:35 
AnswerRe: running DOS exe using Process.Start Pin
sumit70343-Jul-08 0:42
sumit70343-Jul-08 0:42 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 1:16
johnjsm3-Jul-08 1:16 
AnswerRe: running DOS exe using Process.Start Pin
KarstenK3-Jul-08 1:09
mveKarstenK3-Jul-08 1:09 
AnswerRe: running DOS exe using Process.Start Pin
Chinners3-Jul-08 1:34
Chinners3-Jul-08 1:34 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 1:42
johnjsm3-Jul-08 1:42 
GeneralRe: running DOS exe using Process.Start Pin
Chinners3-Jul-08 1:45
Chinners3-Jul-08 1:45 
GeneralRe: running DOS exe using Process.Start Pin
johnjsm3-Jul-08 2:08
johnjsm3-Jul-08 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.