![]() |
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.
|
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. |
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