Author |
Message |
Kris Watt #1 / 16
|
 SCHOOL PROJECT
I am starting a school project and I have to make a progrma with a programming language and I am going to use Visual Basic 5 (learning edition) it doesnt have to be too fancy does anyone have any tips for me. I have the visual basic in 21 days book but I need some tips of so people that have had hands on experience thanks heaps Kris!
|
Mon, 24 Jul 2000 03:00:00 GMT |
|
 |
Andre' Somer #2 / 16
|
 SCHOOL PROJECT
Maybe a simple database-app for storing the adresses and phonenumbers of your friends? Andre' Quote:
>I am starting a school project and I have to make a progrma with a >programming language and I am going to use Visual basic 5 (learning >edition) >it doesnt have to be too fancy does anyone have any tips for me. I have the >visual basic in 21 days book but I need some tips of so people that have >had hands on experience >thanks heaps >Kris!
|
Mon, 24 Jul 2000 03:00:00 GMT |
|
 |
Timothy O'Nei #3 / 16
|
 SCHOOL PROJECT
You have the right book. All the SAMS books are pretty good, especially if you are just starting. I would also suggest that you do something related to a database. It is not difficult and VB 5 handles it with ease. Quote:
> I am starting a school project and I have to make a progrma with a > programming language and I am going to use Visual basic 5 (learning > edition) > it doesnt have to be too fancy does anyone have any tips for me. I have the > visual basic in 21 days book but I need some tips of so people that have > had hands on experience > thanks heaps > Kris!
|
Mon, 24 Jul 2000 03:00:00 GMT |
|
 |
Daniel Holz #4 / 16
|
 SCHOOL PROJECT
What is your assignment? Will you have to create EXEs or merely the source code. If you have to compile code (turn it into EXEs) be careful when working with the learning edition. It does not allow you to compile code with CreateDatabase and it may not allow you to compile code that directly accesses database (I think that you have to go through the database control). You can get around this by creating the database (with empty tables) with MS Access and then merely adding or removing records. If you 1) plan on doing considerable programming in VB in the future 2) are going to be a student for many years 2) purchased the learning edition 3) can return it for a refund then you should consider returning the learning edition and purchasing the Student Edition. It cost significantly more (about $100) and it is not upgradable, but it has all the features of VB5Pro and some come bundled with Windows NT4.
: You have the right book. All the SAMS books are pretty good, especially if you : are just starting. I would also suggest that you do something related to a : database. It is not difficult and VB 5 handles it with ease.
: > I am starting a school project and I have to make a progrma with a : > programming language and I am going to use Visual basic 5 (learning : > edition) : > it doesnt have to be too fancy does anyone have any tips for me. I have the : > visual basic in 21 days book but I need some tips of so people that have : > had hands on experience : > thanks heaps : > Kris! -- ---=====-----=====-----=====-----=====-----======-----=====-----=====-----===
| http://www.sas.upenn.edu/~dholzer/ | | University of Pennsylvania | |______________________________________|
|
Mon, 24 Jul 2000 03:00:00 GMT |
|
 |
Robert L. Wals #5 / 16
|
 SCHOOL PROJECT
The following web sites have lots of tips and tutorials as well as links to tons of other VB-related sites: http://pi1438.kub.nl:2080/VisualBasicSource/ http://users.aol.com/vb4uandme/index.htm The first is in the Netherlands but has a English version. It is operated by a frequent respondent to this and other VB newgroups The second is not as heavy-duty, but has good stuff for newbies. Good tips and tutorials written in understandable terms. VB4U and ME also has a good message board for posting questions like yours. Hth, Bob Walsh Quote:
> > I am starting a school project and I have to make a progrma with a > > programming language and I am going to use Visual basic 5 (learning > > edition) > > it doesnt have to be too fancy does anyone have any tips for me. I have the > > visual basic in 21 days book but I need some tips of so people that have > > had hands on experience > > thanks heaps > > Kris!
|
Mon, 24 Jul 2000 03:00:00 GMT |
|
 |
Bas Vosse #6 / 16
|
 SCHOOL PROJECT
Quote:
> You have the right book. All the SAMS books are pretty good, especially if you > are just starting. I would also suggest that you do something related to a > database. It is not difficult and VB 5 handles it with ease.
> > I am starting a school project and I have to make a progrma with a > > programming language and I am going to use Visual basic 5 (learning > > edition) > > it doesnt have to be too fancy does anyone have any tips for me. I have the > > visual basic in 21 days book but I need some tips of so people that have > > had hands on experience > > thanks heaps > > Kris!
Learn about the data control, the grid control and about tables. You can use Access to create the database. It can be done in hours. Fox
|
Sun, 06 Aug 2000 03:00:00 GMT |
|
 |
David Lockhart I #7 / 16
|
 SCHOOL PROJECT
Quote:
> i know this is stuppid and it is probably easy but could you help any ways
i am having problems with an if statements ever time i try to run it and press a button it says prorgram errors out ihave it wrote like this if (m_TextEdit== True ) MessageBox (m_TextEdit); else MessageBox("Enter Text Here");
|
Tue, 08 Aug 2000 03:00:00 GMT |
|
 |
David Lockhart I #8 / 16
|
 SCHOOL PROJECT
Quote:
> i know this is stuppid and it is probably easy but could you help any ways
i am having problems with an if statements ever time i try to run it and press a button it says prorgram errors out ihave it wrote like this if (m_TextEdit== True ) MessageBox (m_TextEdit); else MessageBox("Enter Text Here");
|
Tue, 08 Aug 2000 03:00:00 GMT |
|
 |
David Lockhart I #9 / 16
|
 SCHOOL PROJECT
Quote:
> i know this is stuppid and it is probably easy but could you help any ways
i am having problems with an if statements ever time i try to run it and press a button it says prorgram errors out ihave it wrote like this if (m_TextEdit== True ) MessageBox (m_TextEdit); else MessageBox("Enter Text Here");
|
Tue, 08 Aug 2000 03:00:00 GMT |
|
 |
David Lockhart I #10 / 16
|
 SCHOOL PROJECT
Quote:
> i know this is stuppid and it is probably easy but could you help any ways
i am having problems with an if statements ever time i try to run it and press a button it says prorgram errors out ihave it wrote like this if (m_TextEdit== True ) MessageBox (m_TextEdit); else MessageBox("Enter Text Here");
|
Tue, 08 Aug 2000 03:00:00 GMT |
|
 |
Niels Anderse #11 / 16
|
 SCHOOL PROJECT
VB only uses one = -- ############################################ # Niels Andersen # http://users.{*filter*}city.dk/~dko2897/
# to respond directly, remove NOSPAM ############################################
|
Wed, 09 Aug 2000 03:00:00 GMT |
|
 |
Bill #12 / 16
|
 SCHOOL PROJECT
Try this. You need a space after m_TextEdit and also, your then statement was missing. I dont know if it will help. What version of vb do you have. I use 5.0, it is really sweet. Bill if (m_TextEdit == True ) then MessageBox (m_TextEdit); else MessageBox("Enter Text Here"); Quote:
>> i know this is stuppid and it is probably easy but could you help any ways >i am having problems with an if statements ever time i try to run it and press >a button it says prorgram errors out ihave it wrote like this >if (m_TextEdit== True ) >MessageBox (m_TextEdit); >else >MessageBox("Enter Text Here");
|
Wed, 09 Aug 2000 03:00:00 GMT |
|
 |
Jim #13 / 16
|
 SCHOOL PROJECT
The correct BASIC syntax is IF (m_TextEdit= True ) then MessageBox m_TextEdit ELSE MessageBox("Enter Text Here") END IF Quote:
>> i know this is stuppid and it is probably easy but could you help any ways >i am having problems with an if statements ever time i try to run it and press >a button it says prorgram errors out ihave it wrote like this >if (m_TextEdit== True ) >MessageBox (m_TextEdit); >else >MessageBox("Enter Text Here");
|
Wed, 09 Aug 2000 03:00:00 GMT |
|
 |
Alex Schu #14 / 16
|
 SCHOOL PROJECT
You are using Vb not C. It should be: if (m_TextEdit = True ) Assingment and comparisons both default to the single = operator in VB. Cheers Alex
|
Sat, 12 Aug 2000 03:00:00 GMT |
|
|