Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Classes & Source Code Thread, Save Text To A Text File. in Visual Basic Programming; Save Text To A Text File. Author : Project7 Date Submitted : 7/15/2007 Category : Windows Operations Compatibility : VB ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3063


Reply
LinkBack Thread Tools Display Modes
Save Text To A Text File.
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
31-08-2008, 08:42 PM
 
Save Text To A Text File.



Author: Project7
Date Submitted: 7/15/2007
Category: Windows Operations
Compatibility: VB 6

Declarations

PHP Code:
Will need:
1 x text box
1 x command button
Lay out
- however you like.

Code :

PHP Code:
Private Sub Command1_Click()
    
Open App.Path & ("\data.txt") For Output As #1
    
Print #1, Text1.Text 'The saved text will be saved in the same folder that
                          
the EXE is located - Must be EXE.
    
Close #1             'See my web browser.
End Sub
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Classes & Source Code Thread, Save Text To A Text File. in Visual Basic Programming; Save Text To A Text File. Author : Project7 Date Submitted : 7/15/2007 Category : Windows Operations Compatibility : VB ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3063


Bookmarks

Tags
file, save, text


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
MSN Text Spreader Developer Software and Programs 0 30-11-2008 06:18 PM
HTML Text Formatting Developer Articles 0 28-10-2008 06:40 PM
HTML Text Formatting Developer Articles 0 28-10-2008 06:40 PM
Text Speaker 2.01 Developer Software and Programs 0 24-10-2008 07:14 PM
[TIP] Use An External Text Editor Developer Articles 0 10-09-2008 06:39 PM