Your First Program? |
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 10, 2008, 04:39:56 AM
|
|
Ok, so what was the first program you created when you first used VB6?
Well for me (although this is cliche), I created a 'Hello World' program, as that was the first in a tutorial series I was going to follow.
So how many of you broke the cliche and started with a more advanced program?
|
|
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 10, 2008, 10:17:58 AM
|
|
Well i too developed a message displaying program when i was in class XI but the message was something really Different which could not be discussed here on this forum........ I think most of guys follow the same rule irrespective of the programming language used ..............
|
|
| |
|
|
|
New Coder Posts: 37 Topics: 2
|
|
|
September 11, 2008, 11:49:15 AM
|
|
Well, I don't know about more advanced, but my first program was written in a language called CESIL that wasn't capable of printing to the screen so my first program simply added two numbers.
|
|
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 11, 2008, 04:52:20 PM
|
Well, I don't know about more advanced, but my first program was written in a language called CESIL that wasn't capable of printing to the screen so my first program simply added two numbers.
That sounds quite interesting, a bit different from the usual norms. Might have to look 'CESIL' up to read a bit more on it.
|
|
| |
|
|
|
New Coder Posts: 20 Topics: 13
|
|
|
September 11, 2008, 07:20:16 PM
|
|
I have created Library application as my college project in VB 6 and Oracle database. It was a great experience doing so.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
September 12, 2008, 03:02:11 AM
|
My first program was on a BBC micro in BBC Basic. It displayed some message - even that I think was probably quite taxing for the 32KB RAM and 2MHz processor  Happy days!
|
|
| |
|
|
|
Regular Coder Posts: 50 Topics: 15
|
|
|
September 13, 2008, 09:13:57 AM
|
My first program was on a BBC micro in BBC Basic. It displayed some message - even that I think was probably quite taxing for the 32KB RAM and 2MHz processor  Happy days! The good old days huh  Reminds me of QBasic for some reason, was one of the first languages I toyed round with... Remember making little games and what not. Was fun.
|
|
| |
|
|
|
New Coder Posts: 49 Topics: 14
|
|
|
September 15, 2008, 04:16:52 AM
|
|
Ofcourse, all the time everyone use the same Hello Word to any of the language. when i was learning the VB i also send a message at button click "Hello" thats amazing in each language it starts from Hello.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
September 15, 2008, 04:24:19 AM
|
My first program was on a BBC micro in BBC Basic. It displayed some message - even that I think was probably quite taxing for the 32KB RAM and 2MHz processor  Happy days! The good old days huh  Reminds me of QBasic for some reason, was one of the first languages I toyed round with... Remember making little games and what not. Was fun. Yup, for its time QBasic (especially the IDE IMHO) was ahead of the game.
|
|
| |
|
|
|
New Poster Posts: 2 Topics: 0
|
|
|
November 19, 2008, 05:44:54 PM
|
|
Well The First programs i made was a shutdown, log off,restart program and a contact database with a login
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
November 20, 2008, 05:10:51 AM
|
|
Right, good stuff - what language did u use to do that in?
|
|
| |
|
|
|
New Coder
Location: Austin TX
Gender:  Posts: 26 Topics: 2
|
|
|
December 10, 2008, 09:21:07 AM
|
Ok, so what was the first program you created when you first used VB6? My first program ever was in C and was a Hello World program. But my first VB program was a bit of a "sink or swim" thing. I was working for a manufacturing company that made replacement parts for semiconductor manufacturers. The needed to grind tungsten plates to have a certain curve and had purchased a grinder that had a programmable carving tool. The thing was so old, it was meant to be run with PLC (programmable logic controllers) and I had to figure out how to actually get it to talk to the PC through VB. Anyway, the program was a GUI that allowed the worker to select one of several profiles as well as whether or not it was a new profile or a touch up of one that had worn. Then the program sent all the parameters to the grinder and made the profile on the wheel. It was fun but a lot of work. And there was no AC in the building with the computer and it was the middle of the summer...
|
|
| |
|
Formerly theone759. Activity
|
|
Professional Coder Posts: 351 Topics: 53
|
|
|
December 21, 2008, 11:42:55 AM
|
An internet browser! It's pretty good, just not very pleasing to the eye. The program (Visual Basic 2008 Express Edition) keeps closing on me for no reason, and its getting me mad  ).
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
December 21, 2008, 03:39:22 PM
|
|
Did you use VB's internet ocx "object" for the browser?
|
|
| |
|
Formerly theone759. Activity
|
|
Professional Coder Posts: 351 Topics: 53
|
|
|
December 21, 2008, 03:53:18 PM
|
|
Well I followed a tutorial on MetaCafe.So not sure what you mean about the "object" part.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
December 21, 2008, 04:01:34 PM
|
|
Ah right, well (bare with me, its been about 6 or 7 years since Ive used VB), but if I remember correctly there is a "control" called inet, which you can drag onto the form, assign attributes to and use to help in the creation of a webbrowser with this component
|
|
| |
|
Formerly theone759. Activity
|
|
Professional Coder Posts: 351 Topics: 53
|
|
|
December 21, 2008, 04:58:52 PM
|
|
Yeah, I dragged a button into the space and clicked on it and would write WebBrowser1.GoBack if I wanted that button to be the back button.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
December 22, 2008, 05:15:29 AM
|
Yup, brings back memories that  - I, like yourself, used the same control some years ago to help in creation of a browser Nick
|
|
| |
|
|
|
Code Guru
Location: India
Gender:  Posts: 1387 Topics: 105
|
|
|
December 22, 2008, 06:50:56 AM
|
|
LOL , true Polas, that really bring back some old memories of VB 6 for me too.
I remember I tried creating some applications in VB 6, by using ready made controls, but I enjoyed more by creating my own custom controls from my own work.
In VB 6, I created one controls for data validations similar to one that come with current .net visual studio. I always hated writing validation code for each and every time for controls, so I decided to make a new OCX control and use it rather than using the original Textbox Control.
Another control I created was related to database handling. It was really frustrating when you have to write same code again and again for ADODC controls like ADODC.MoveNext, ADODC.MoveFirst, ADODC.Movelast etc. Therefore I created one OCX control which will have four buttons for First, Previous, Next, Last. Then added code behind them. It really worked well in my some applications.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
December 22, 2008, 04:13:33 PM
|
|
Sounds good - you should release some of that source (if you still have it) as others may find it useful
Nick
|
|
| |
|
|
|
Regular Coder Posts: 67 Topics: 33
|
|
|
January 01, 2009, 11:51:58 PM
|
|
my first program in visual basic was the'hello world program' which i did it in my class12. its really great working with such a application. learning VB is very easy when compared to other programming languages. typing the code is also too easy.
|
|
| |
|
|
|
New Coder Posts: 22 Topics: 4
|
|
|
October 30, 2009, 08:05:15 AM
|
|
My first program was "Hello World" program. I also learnt how to use MsgBox function in that program only.
Old Memories Back!
|
|
| |
|
|
|
New Poster Posts: 14 Topics: 0
|
|
|
October 31, 2009, 01:18:49 AM
|
|
It was Hotel Management Project in VB 6.0 that I did for my college project. I don't have it with me any more. But I still remember the logic and loops I used to think about while developing the project. A database to store the Hospital staff information and medicine information, the salaries, etc.
|
|
| |
|
|
|
New Coder Posts: 22 Topics: 4
|
|
|
October 31, 2009, 11:09:34 PM
|
|
You did a big project as your first project? Sounds Great.
|
|
| |
|
|
|
Regular Coder Posts: 99 Topics: 3
|
|
|
February 16, 2010, 09:55:48 AM
|
|
Aha... my first program using VB is student information data... I made it when I still in college...
|
|
| |
|
|
|
New Poster Posts: 11 Topics: 0
|
|
|
January 07, 2011, 03:52:50 AM
|
|
I do not know a more sophisticated, but the first program was written in a language called CESIL that was not possible to print the screen as the first program adds two numbers.
|
|
| |
|
|
|
New Coder Posts: 28 Topics: 0
|
|
|
January 23, 2011, 05:42:04 PM
|
|
really Different which could not be discussed here on this forum........ I think most of guys follow the same rule irrespective of the programming language used
|
|
| |
|
|
|
New Coder Posts: 18 Topics: 0
|
|
|
March 08, 2011, 02:42:52 AM
|
|
Great post, thanks for sharing!!. .
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
April 04, 2011, 06:46:42 AM
|
|
my first program was a video rental software that uses the vb6 language..
|
|
| |
|
|
|
New Coder Posts: 25 Topics: 2
|
|
|
April 26, 2011, 12:44:34 PM
|
|
I don't undergo roughly solon late, but my basic announcement was typewritten in a module called CESIL that wasn't open of printing to the protect so my foremost programme simply further two drawing.
|
|
| |
|
|
|
Skilled Coder Posts: 149 Topics: 0
|
|
|
May 31, 2011, 01:01:30 AM
|
|
my first program is in C where i wrote code about "hello world".............. n i feel good.........
|
|
| |
|
|
|
Professional Coder Gender:  Posts: 242 Topics: 3
|
|
|
June 04, 2011, 06:38:21 AM
|
|
my first program was a video rental system..
|
|
| |
|
|
|
Professional Coder Real name: Odusee
Location: Australia
Gender:  Posts: 458 Topics: 47
|
|
|
June 07, 2011, 12:17:21 AM
|
|
My first ever VB program was a stop light. haha. I was in High school for crying out loud XD I wonder why I could remember O_O It was like 15 years ago.
|
|
| |