Click here to Skip to main content
15,915,611 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
This is a really inefficient way of doing this. You'd be better off writing it in a CSV format (commna delimited):
Name,Age,Sex,Something
"Amy",17,"F",123456
"Bobby",18,"M",123456

This will make it easier to parse and easier to recover from a lightly corrupted file.

Better yet, use XML!


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

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 
QuestionMemory issue Pin
luciodandrea20-Mar-06 6:49
luciodandrea20-Mar-06 6:49 
AnswerRe: Memory issue Pin
CWIZO20-Mar-06 7:49
CWIZO20-Mar-06 7:49 

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.