Click here to Skip to main content
15,914,013 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: share of vb.net application Pin
Dave Kreskowiak22-Sep-06 9:47
mveDave Kreskowiak22-Sep-06 9:47 
QuestionSetup and Deployment for .Net 1.1 question Pin
subir12322-Sep-06 4:23
subir12322-Sep-06 4:23 
AnswerRe: Setup and Deployment for .Net 1.1 question Pin
Dave Kreskowiak22-Sep-06 9:54
mveDave Kreskowiak22-Sep-06 9:54 
QuestionReading a two line text file into seperate textbox Pin
johnjsm22-Sep-06 4:06
johnjsm22-Sep-06 4:06 
AnswerRe: Reading a two line text file into seperate textbox Pin
Kschuler22-Sep-06 5:05
Kschuler22-Sep-06 5:05 
GeneralRe: Reading a two line text file into seperate textbox Pin
johnjsm22-Sep-06 9:45
johnjsm22-Sep-06 9:45 
GeneralRe: Reading a two line text file into seperate textbox Pin
johnjsm15-Jan-07 5:04
johnjsm15-Jan-07 5:04 
GeneralRe: Reading a two line text file into seperate textbox Pin
Kschuler15-Jan-07 5:33
Kschuler15-Jan-07 5:33 
You may have to add another strLine = sReader.ReadLine to the code I gave you before. You will have to read in the first line (even if it is blank) but then just don't do anything with and read the second line right away. So in the spot where you read the first line of text, it would look more like this:

'Read first line of text file<br />
strLine = sReader.ReadLine<br />
<br />
'Don't do anything with the first line because it is blank<br />
'Read the second line<br />
strLine = sReader.ReadLine



Hope this helps.
QuestionError when populating DataSet Pin
Richard Segerlund22-Sep-06 3:31
Richard Segerlund22-Sep-06 3:31 
AnswerRe: Error when populating DataSet Pin
Kschuler22-Sep-06 5:13
Kschuler22-Sep-06 5:13 
QuestionIs it possible to add to My.Settings at runtime? Pin
TJO122-Sep-06 3:19
TJO122-Sep-06 3:19 
AnswerRe: Is it possible to add to My.Settings at runtime? Pin
MohammadAmiry23-Sep-06 1:30
MohammadAmiry23-Sep-06 1:30 
AnswerRe: Is it possible to add to My.Settings at runtime? Pin
TJO123-Sep-06 3:28
TJO123-Sep-06 3:28 
QuestionFile System Controls in VB for Excel Pin
manustone22-Sep-06 2:32
manustone22-Sep-06 2:32 
AnswerRe: File System Controls in VB for Excel Pin
Dave Kreskowiak22-Sep-06 3:17
mveDave Kreskowiak22-Sep-06 3:17 
GeneralRe: File System Controls in VB for Excel Pin
manustone22-Sep-06 4:51
manustone22-Sep-06 4:51 
QuestionPrinting from a website (ASP & JavaScript) Pin
nsr2006nsr22-Sep-06 2:16
nsr2006nsr22-Sep-06 2:16 
AnswerRe: Printing from a website (ASP & JavaScript) Pin
Dave Kreskowiak22-Sep-06 3:10
mveDave Kreskowiak22-Sep-06 3:10 
Question.Net Controls Postion Pin
Jhony91122-Sep-06 2:00
Jhony91122-Sep-06 2:00 
AnswerRe: .Net Controls Postion Pin
Dave Kreskowiak22-Sep-06 3:08
mveDave Kreskowiak22-Sep-06 3:08 
Questioninstallation headache Pin
ihe22-Sep-06 1:26
ihe22-Sep-06 1:26 
AnswerRe: installation headache Pin
Dave Kreskowiak22-Sep-06 3:05
mveDave Kreskowiak22-Sep-06 3:05 
GeneralRe: installation headache Pin
ihe25-Sep-06 5:23
ihe25-Sep-06 5:23 
GeneralRe: installation headache Pin
Dave Kreskowiak25-Sep-06 12:54
mveDave Kreskowiak25-Sep-06 12:54 
GeneralRe: installation headache Pin
ihe26-Sep-06 1:28
ihe26-Sep-06 1:28 

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.