Click here to Skip to main content
15,923,557 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalmultiline txtbox Pin
Nadroj3-Mar-04 18:44
Nadroj3-Mar-04 18:44 
GeneralRe: multiline txtbox Pin
Dave Kreskowiak4-Mar-04 2:29
mveDave Kreskowiak4-Mar-04 2:29 
GeneralRe: multiline txtbox Pin
Nadroj4-Mar-04 4:27
Nadroj4-Mar-04 4:27 
QuestionHOw to Change Font Language in Menus in VB.Net? Pin
Richard Blair3-Mar-04 18:24
Richard Blair3-Mar-04 18:24 
QuestionHow to insert lines of text into an existing text file? Pin
MJay3-Mar-04 16:31
MJay3-Mar-04 16:31 
AnswerRe: How to insert lines of text into an existing text file? Pin
Nadroj3-Mar-04 18:47
Nadroj3-Mar-04 18:47 
GeneralRe: How to insert lines of text into an existing text file? Pin
MJay8-Mar-04 2:10
MJay8-Mar-04 2:10 
GeneralRe: How to insert lines of text into an existing text file? Pin
Dave Kreskowiak8-Mar-04 2:46
mveDave Kreskowiak8-Mar-04 2:46 
Open the file for Append and start writing.
Dim myFile As New FileStream( "filename.txt", FileMode.Append )
myFile.WriteLine( "Text I want to append..." )
myFile.Close()



RageInTheMachine9532
AnswerRe: How to insert lines of text into an existing text file? Pin
Dave Kreskowiak8-Mar-04 2:42
mveDave Kreskowiak8-Mar-04 2:42 
QuestionFormatting a diskette? Pin
KreativeKai3-Mar-04 8:34
professionalKreativeKai3-Mar-04 8:34 
AnswerRe: Formatting a diskette? Pin
Mike Ellison3-Mar-04 10:22
Mike Ellison3-Mar-04 10:22 
AnswerRe: Formatting a diskette? Pin
Dave Kreskowiak3-Mar-04 10:37
mveDave Kreskowiak3-Mar-04 10:37 
GeneralRe: Formatting a diskette? Pin
KreativeKai15-Mar-04 5:50
professionalKreativeKai15-Mar-04 5:50 
GeneralRe: Formatting a diskette? Pin
Dave Kreskowiak15-Mar-04 6:50
mveDave Kreskowiak15-Mar-04 6:50 
QuestionHow can i login to yahoo from vb.net??? Pin
drcyrus3d3-Mar-04 6:24
drcyrus3d3-Mar-04 6:24 
Questionwat is subclassing and how is it used? Pin
gpa20003-Mar-04 5:51
gpa20003-Mar-04 5:51 
AnswerRe: wat is subclassing and how is it used? Pin
Mike Ellison3-Mar-04 7:50
Mike Ellison3-Mar-04 7:50 
Questionwhat is hWnd and how is it used Pin
gpa20003-Mar-04 5:49
gpa20003-Mar-04 5:49 
AnswerRe: what is hWnd and how is it used Pin
Dave Kreskowiak3-Mar-04 10:10
mveDave Kreskowiak3-Mar-04 10:10 
GeneralOpening a website when button pressed Pin
GaryKoh3-Mar-04 3:26
GaryKoh3-Mar-04 3:26 
GeneralRe: Opening a website when button pressed Pin
gpa20003-Mar-04 5:45
gpa20003-Mar-04 5:45 
GeneralRe: Opening a website when button pressed Pin
GaryKoh6-Mar-04 16:18
GaryKoh6-Mar-04 16:18 
GeneralPrint at the center Pin
terence20042-Mar-04 21:46
terence20042-Mar-04 21:46 
GeneralRe: Print at the center Pin
Dave Kreskowiak3-Mar-04 2:01
mveDave Kreskowiak3-Mar-04 2:01 
GeneralRe: Print at the center Pin
terence20043-Mar-04 13:53
terence20043-Mar-04 13:53 

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.