answersLogoWhite

0

Billing System, Time Keeping System, Point of Sales System, Reservation System

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the different program structure of visual basic?

Program in visual basic are the component being used by the programer that will give the user fast and easy way.


GIve an example of Object oriented language?

Visual basic..VB uses premade objects for window apps.


Does the visual boy advance give you viruses?

No, the Visual Boy Advance program does not give you viruses. You can get a virus from files downloaded from unsafe sources and then used with the Visual Boy Advance program.


Can you give me a particular system where I can apply Visual Basic Programming?

One common example is Microsoft 'Excel' - VBA is used for writing and editing macros in spreadsheets.


What is the use of visual?

Visual Basic is a program that i myself use alot to make my web browsers. But VB is a program made by Microsoft© to help people make and understand their own programs. VB has a wide variety of programs that can be made with it, i would give it a try if you havent already. But note that you have to understand basic script, example (MsgBox("hello world") or (button1.textbox.go). Good luck and enjoy VB.


Give a business example of how loops can be beneficial in a program?

Give a business example of how loops can be beneficial in a program?


How can you make your own club penguin membership hack and if you have the program please give me the link?

you should have visual studio or basic just use them to make a hack:)) BTW NOT MY ANSWER FROM YOUTUBE! ~JULIANA


What visual basic training is best?

I believe ITT technical institute offers great visual basic training. From what i know they offer a lot of programs that can relate to this. Give that a try!


Can you give me some example of visual sign?

Any sign that you can see.


Can you give an example of a basic 'Hello World' program?

#include<iostream> int main() { std::cout << "Hello world!" << std::endl; return(0); }


Give an example of an email program?

palawan


Give some ideas to learn visual basic?

You could start with Visual Basic Express; this is a free download from Microsoft and you can write real programs in VBE. Although there are several books on VBE that are aimed at beginners, in my experience, the best way to learn how to use a language is to have a project to do. Start with a "hello, world" program - to open a window displaying Hello, World". This is a simple program and to write it you'll have to have installed VBE correctly, created a project, entered the code and run the program. Having done that, think of a project - perhaps a simple appointment calender, or basic word processor and write that.