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

Visual Basic

 
GeneralRe: IntPtr Pin
MikeMarq5-Mar-07 5:51
MikeMarq5-Mar-07 5:51 
AnswerRe: IntPtr Pin
Vasudevan Deepak Kumar4-Mar-07 17:04
Vasudevan Deepak Kumar4-Mar-07 17:04 
Questionpreview Pin
amaneet4-Mar-07 3:27
amaneet4-Mar-07 3:27 
AnswerRe: preview Pin
Vasudevan Deepak Kumar4-Mar-07 17:04
Vasudevan Deepak Kumar4-Mar-07 17:04 
Questionlandascare and ........... Pin
amaneet4-Mar-07 3:21
amaneet4-Mar-07 3:21 
AnswerRe: landascare and ........... Pin
Vasudevan Deepak Kumar4-Mar-07 17:06
Vasudevan Deepak Kumar4-Mar-07 17:06 
QuestionFile. ! Pin
KOKEMO4-Mar-07 3:04
KOKEMO4-Mar-07 3:04 
AnswerRe: File. ! Pin
Dave Kreskowiak4-Mar-07 3:44
mveDave Kreskowiak4-Mar-07 3:44 
Don't bother opening the file for Read. Just open the StreamWriter for append and anything you write will show up at the end of the file automatically.
Dim sw As StreamWriter = New StreamWriter(filename, True)

The True parameter means "Append" if the file exists.
Documentation on the StreamWriter constructor overloads is here[^].


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questionchecking programically Pin
amaneet4-Mar-07 2:54
amaneet4-Mar-07 2:54 
AnswerRe: checking programically Pin
JUNEYT4-Mar-07 4:41
JUNEYT4-Mar-07 4:41 
AnswerRe: checking programically Pin
Vasudevan Deepak Kumar4-Mar-07 17:10
Vasudevan Deepak Kumar4-Mar-07 17:10 
Questiondate format Pin
amaneet4-Mar-07 2:43
amaneet4-Mar-07 2:43 
AnswerRe: date format Pin
Dave Kreskowiak4-Mar-07 3:38
mveDave Kreskowiak4-Mar-07 3:38 
AnswerRe: date format Pin
haggenx5-Mar-07 12:26
haggenx5-Mar-07 12:26 
Questiondifference between Pin
amaneet4-Mar-07 2:36
amaneet4-Mar-07 2:36 
AnswerRe: difference between Pin
Dave Kreskowiak4-Mar-07 3:37
mveDave Kreskowiak4-Mar-07 3:37 
Questionautomatic shutdown of computer Pin
Member 38161214-Mar-07 2:10
Member 38161214-Mar-07 2:10 
AnswerRe: automatic shutdown of computer Pin
JUNEYT4-Mar-07 2:32
JUNEYT4-Mar-07 2:32 
AnswerRe: automatic shutdown of computer Pin
Vasudevan Deepak Kumar4-Mar-07 17:12
Vasudevan Deepak Kumar4-Mar-07 17:12 
QuestionCodeDom IdentityInequality Problem Pin
simonh234-Mar-07 0:20
simonh234-Mar-07 0:20 
AnswerRe: CodeDom IdentityInequality Problem Pin
Dave Kreskowiak4-Mar-07 3:33
mveDave Kreskowiak4-Mar-07 3:33 
QuestionRe: CodeDom IdentityInequality Problem [modified] Pin
simonh234-Mar-07 12:47
simonh234-Mar-07 12:47 
AnswerRe: CodeDom IdentityInequality Problem Pin
Dave Kreskowiak5-Mar-07 3:23
mveDave Kreskowiak5-Mar-07 3:23 
GeneralRe: CodeDom IdentityInequality Problem Pin
simonh235-Mar-07 22:40
simonh235-Mar-07 22:40 
QuestionRe: CodeDom IdentityInequality Problem Pin
simonh234-Mar-07 23:56
simonh234-Mar-07 23:56 

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.