Click here to Skip to main content
15,897,187 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: a question regarding the "abilities" of VB Pin
Christian Graus14-May-08 2:38
protectorChristian Graus14-May-08 2:38 
JokeRe: a question regarding the "abilities" of VB Pin
CPallini14-May-08 3:55
mveCPallini14-May-08 3:55 
GeneralRe: a question regarding the "abilities" of VB Pin
MikeMarq14-May-08 8:28
MikeMarq14-May-08 8:28 
GeneralRe: a question regarding the "abilities" of VB Pin
CPallini14-May-08 10:51
mveCPallini14-May-08 10:51 
GeneralRe: a question regarding the "abilities" of VB Pin
Christian Graus14-May-08 12:52
protectorChristian Graus14-May-08 12:52 
GeneralRe: a question regarding the "abilities" of VB Pin
MikeMarq14-May-08 16:32
MikeMarq14-May-08 16:32 
Questionhow to save/open a text file(in menu editor prog) in visual basics 6 Pin
Pulkit joshi14-May-08 1:07
Pulkit joshi14-May-08 1:07 
AnswerRe: how to save/open a text file(in menu editor prog) in visual basics 6 Pin
Guffa14-May-08 7:19
Guffa14-May-08 7:19 
It's not working because you are opening the file (when creating it), and then try to open it again without first closing it.

The CreateTextFile creates the file by opening it for writing, so you should take care of the text stream object that the method returns, and not try to open the file again.

Don't forget to close the stream when you are done writing to it.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionDifferent Format Document compare [modified] Pin
Member 72965213-May-08 22:06
Member 72965213-May-08 22:06 
AnswerRe: Different Format Document compare Pin
Christian Graus13-May-08 22:31
protectorChristian Graus13-May-08 22:31 
GeneralRe: Different Format Document compare Pin
Oakman14-May-08 5:28
Oakman14-May-08 5:28 
QuestionReturning data from datagrid view Pin
aspireneo13-May-08 21:04
aspireneo13-May-08 21:04 
AnswerRe: Returning data from datagrid view Pin
nishkarsh_k13-May-08 21:15
nishkarsh_k13-May-08 21:15 
AnswerRe: Returning data from datagrid view Pin
Mycroft Holmes14-May-08 14:52
professionalMycroft Holmes14-May-08 14:52 
GeneralRe: Returning data from datagrid view Pin
aspireneo14-May-08 20:02
aspireneo14-May-08 20:02 
GeneralRe: Returning data from datagrid view Pin
Mycroft Holmes14-May-08 20:39
professionalMycroft Holmes14-May-08 20:39 
GeneralRe: Returning data from datagrid view Pin
aspireneo14-May-08 20:58
aspireneo14-May-08 20:58 
QuestionSyntax Pin
John.L.Ponratnam13-May-08 21:03
John.L.Ponratnam13-May-08 21:03 
AnswerRe: Syntax Pin
Ashfield13-May-08 21:18
Ashfield13-May-08 21:18 
AnswerRe: Syntax Pin
Dave Kreskowiak14-May-08 7:11
mveDave Kreskowiak14-May-08 7:11 
AnswerRe: Syntax Pin
Dave Doknjas14-May-08 14:02
Dave Doknjas14-May-08 14:02 
QuestionProblem of Flyout window Pin
please help13-May-08 20:40
please help13-May-08 20:40 
AnswerRe: Problem of Flyout window Pin
Christian Graus13-May-08 20:41
protectorChristian Graus13-May-08 20:41 
AnswerCross post Pin
leckey14-May-08 2:58
leckey14-May-08 2:58 
QuestionTextbox Pin
Jamal Abdul Nasir13-May-08 20:06
Jamal Abdul Nasir13-May-08 20:06 

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.