| View previous topic :: View next topic |
| Author |
Message |
Zooker Freshman
Joined: 22 Jan 2004 Posts: 31
|
Posted: Mar 24th, 2004 12:43 AM Post subject: Visual Basic Four |
|
|
Could someone email the vb4 source code for a small recipe catalog or a address book program. I need to understand howe to write and read random files and read text boxes correctly. I am trying to re-write a check register program I originally wrote in Basic Pds 7.1 to a windows program and am having a terrible time. :dgi: _________________ An Onion a Day keeps everyone away! |
|
| Back to top |
|
RoofRabbit Regular

Joined: 06 Jul 2005 Posts: 95 Location: Lenoir, NC USA
|
Posted: Jul 6th, 2005 11:33 PM Post subject: |
|
|
I don't have vb4, but coding is almost the same as vb5 or vb6. It's mainly the format of the files saved that's different in most cases. Try copying/pasting vb code you might want rather than trying to use vb5 or vb6 project files.
Check out the vb section on my website, I think most of your answers can be found there. _________________ Website - [link] |
|
| Back to top |
|
vbman995 Moderator

Joined: 19 Aug 2005 Posts: 264 Location: Planet Earth
|
Posted: Aug 21st, 2005 11:42 AM Post subject: |
|
|
| In the folder where VB4 is installed there are some examples. I believe that one of them is something very close to a address book. Some of the examples might help. |
|
| Back to top |
|
|