Click here to Skip to main content
15,894,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Why......button click event func calling itself Pin
Christian Graus20-Mar-06 16:27
protectorChristian Graus20-Mar-06 16:27 
GeneralRe: Why......button click event func calling itself Pin
intrigued21-Mar-06 10:32
intrigued21-Mar-06 10:32 
GeneralRe: Why......button click event func calling itself Pin
Christian Graus21-Mar-06 10:50
protectorChristian Graus21-Mar-06 10:50 
GeneralRe: Why......button click event func calling itself Pin
intrigued21-Mar-06 13:08
intrigued21-Mar-06 13:08 
GeneralRe: Why......button click event func calling itself Pin
intrigued24-Mar-06 12:07
intrigued24-Mar-06 12:07 
Questionprobelm on Reading txt file..?? Pin
campbells20-Mar-06 14:30
campbells20-Mar-06 14:30 
AnswerRe: probelm on Reading txt file..?? Pin
Steve Pullan20-Mar-06 15:14
Steve Pullan20-Mar-06 15:14 
AnswerRe: probelm on Reading txt file..?? Pin
Guerven20-Mar-06 17:28
Guerven20-Mar-06 17:28 
num = strmw.ReadLine()

- i assume you have a number on the first line of your textfile
For x = 1 To Val(num)

- then you read another number and modified x, where x is your loop control counter
- the loop itself is pretty much destroyed with the next statement

<code>  x = strmw.ReadLine()</code>


  wpname(x).Text = strmw.ReadLine()<br />
  wPP(x).Text = strmw.ReadLine()<br />
  wcounter(x).Text = strmw.ReadLine() <br />
<br />
Next

you probably need to change your loop control. use <code>while .. do .. loop </code>instead
 or you could post a sample of your data(textfile) so we could help you better and probably suggest
 a working snippet.


Marvin N. Guerrero
- Taje Kage_bunshinNunJutsU
GeneralRe: probelm on Reading txt file..?? Pin
campbells20-Mar-06 18:54
campbells20-Mar-06 18:54 
GeneralRe: probelm on Reading txt file..?? Pin
Dave Kreskowiak20-Mar-06 19:09
mveDave Kreskowiak20-Mar-06 19:09 
GeneralRe: probelm on Reading txt file..?? Pin
campbells20-Mar-06 19:53
campbells20-Mar-06 19:53 
GeneralRe: probelm on Reading txt file..?? Pin
Dave Kreskowiak21-Mar-06 4:03
mveDave Kreskowiak21-Mar-06 4:03 
GeneralRe: probelm on Reading txt file..?? Pin
campbells21-Mar-06 22:16
campbells21-Mar-06 22:16 
GeneralRe: probelm on Reading txt file..?? Pin
Dave Kreskowiak22-Mar-06 3:37
mveDave Kreskowiak22-Mar-06 3:37 
GeneralRe: probelm on Reading txt file..?? Pin
campbells24-Mar-06 21:46
campbells24-Mar-06 21:46 
GeneralRe: probelm on Reading txt file..?? Pin
Dave Kreskowiak25-Mar-06 2:38
mveDave Kreskowiak25-Mar-06 2:38 
GeneralRe: probelm on Reading txt file..?? Pin
campbells25-Mar-06 5:37
campbells25-Mar-06 5:37 
GeneralRe: probelm on Reading txt file..?? Pin
campbells27-Mar-06 2:11
campbells27-Mar-06 2:11 
GeneralRe: probelm on Reading txt file..?? Pin
Dave Kreskowiak27-Mar-06 17:02
mveDave Kreskowiak27-Mar-06 17:02 
QuestionIP address from TCPClient Pin
Polymorpher20-Mar-06 12:46
Polymorpher20-Mar-06 12:46 
AnswerRe: IP address from TCPClient Pin
Dave Kreskowiak20-Mar-06 19:03
mveDave Kreskowiak20-Mar-06 19:03 
Questiontry/catch block usage Pin
spoodygoon20-Mar-06 11:42
spoodygoon20-Mar-06 11:42 
AnswerRe: try/catch block usage Pin
Steve Pullan20-Mar-06 12:22
Steve Pullan20-Mar-06 12:22 
AnswerRe: try/catch block usage Pin
HimaBindu Vejella20-Mar-06 18:41
HimaBindu Vejella20-Mar-06 18:41 
QuestionModem/Adsl status Pin
FeRtoll20-Mar-06 11:24
FeRtoll20-Mar-06 11:24 

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.