Jump to content

VB 6.0: Tutorial, Explaining the VB 6.0 GUI

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Introduction/Problem:-
Well first of all what is GUI?
GUI is the "Graphical User Interface", graphics-based user interface that incorporates icons, pull-down menus and a mouse.

When I first started VB, I was confused and didn't know what all those buttons were, and I was just confused!
I am sure that this will happen to most Newbies, so I decided to make this Tutorial to explain you the BASICS of VB 6.0

Requirements:-

    Visual Basic (prefiribly 6.0)

Explaning the GUI of VB:-
Ok so here is the most basic thing:-

Posted Image

Its Self-Explaning

Then we have:-

Posted Image

This is the MOST important thing! If you want to make your program FOR SURE you will need to use this! To display that "Components..." thingy just right click on the toolbar

Ok, I thing the one below is the most basic thing, you will start from here and finish where you want!:-

Posted Image

Well the next one, I dont think it's so important unless you have any modules or User Controls or other files linked to the Program:-

Posted Image

The next one, is important because from there you can set some important propetries to your components:-
*Fixed* Sorry but from now on I can only just post the link of the picture because there is a restriction that will not let me post more than 4 images! So I just posted the links! ( just click on the link to see the picture )

Posted Image

Well the one below isn't so much important, because you can set it from the Properties of the Form, but still its useful:-

Posted Image

And now the most famous one, that will make you sweat ( lol ):-

Posted Image

This is where you will write the code.To display it just double click on a component ex. Command button, form etc..

Ending:-
Well I hope that you understood the Basics of the GUI of VB!

If you have any questions/problems/feedback pls post here and I will sureley Help you!
So I'm waiting for your feedback
Ow and if you want me to make you some tutorials request what you want and I will see what I can do! I will be happy making some tuts here!

#2
pcdctr

pcdctr

    Newbie

  • Members
  • PipPip
  • 10 posts
What about a tut on creating a e-book compiler? or at least a good starting point. Where you can drag and drop your html files in a textbox or listbox, or is it too hard to add a directory browse to load the files? I couldnt seem to get the drag and drop to work, then again I am new to programming.

Thanks,

pcdctr