|
links menu |
|
|
|
What is Visual
Basic? |
|
Visual
Basic
is a tool that allows you
to develop Windows (Graphic User Interface - GUI) applications. The
applications have a familiar appearance to the user |
|
|
Saving Visual Basic Applications |
|
When saving Visual
Basic applications, you need to be concerned with saving both the
forms (.FRM) and modules (.BAS) and the project file (.VBP). In
either case, make sure you are saving in the desired directory.....see
more... |
|
|
VB tutorial |
|
in this first
class, we will do a quick overview of how to build an application in
Visual Basic. You’ll learn a new vocabulary, a new approach to
programming, and ways to move around in the Visual Basic environment.
You will leave having written your first Visual Basic program.
|
|
|
|
|
Contact VB
Team |
|
you can contact us at this e-mail :
sherif_sakr82@yahoo.com
this site under developed and
the VB team not finish yet you can send to us your ideas and your experience
with VB6.0 and we will purplish it with your name and your image if you
like, we work for students and the beginners in this field thank you
for visiting and support our work. |
|
|

the target of this site is helping and
recommend the beginner programmers and the seekers for develop .you can
search here for the most advanced feature about the vb programming
developing
Visual Basic
is event-driven,
meaning code remains idle until called upon to respond to some event (button pressing,
menu selection, ...). Visuby aal Basic is governed n event
processor. Nothing happens until an event is detected. Once an
event is detected, the code corresponding to that event (event procedure)
is executed. Program control is then returned to the event processor.see
more.......
|

|