Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic (http://www.programmingforums.org/forum18.html)
-   -   Word Proccessor on VB (http://www.programmingforums.org/showthread.php?t=7611)

Indigno Dec 16th, 2005 8:53 PM

Word Proccessor on VB
 
I'm taking the word processor challenge in VB (Since it's the only language I know well enough to do that in). I just don't know how to load and unload external files into the program. If anyone could tell me the code for doing this, it would be most appreciiated.

coldDeath Dec 17th, 2005 3:08 AM

Theres a lot of stuff on google man.

Some keywords are: VB, file handling, load files, open files, etc.

Just google for "File handling in VB" or similar.

Kilo Dec 18th, 2005 1:52 PM

example:

[php]
open CurDir$ + FileName$ for intput/output as #1
close #1
[/php]


EDIT: ok that was probably usless?


All times are GMT -5. The time now is 8:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC