![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Professional Programmer
|
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.
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
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.
__________________
Join us at #programmingforums @ irc.freenode.net! My software never has bugs. It just develops random features.
|
|
|
|
|
|
#3 |
|
Expert Programmer
|
example:
[php] open CurDir$ + FileName$ for intput/output as #1 close #1 [/php] EDIT: ok that was probably usless?
__________________
"When in Rome, Do as the Romans Do" "Beauty is in the eye of the BEER holder" "Save your breath your going to need it for your blow up doll later" SearchLores.org |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|