Visual Basic GUI
... Some of the applications that might need to use the information would be Visual Basic or Microsoft Excel. ... Graphical User Interface (GUI) A GUI is another name for an interface. ... Software to use for a GUI I have chosen to use Visual Basic for the production of my GUI. ... Visual Basic lets you create your own layout so you can make it as easy to use as you want. ... At the foot of the system the database will be there storing the data, but at the top of the system there will be a fats and friendly front end GUI. Database Concept The database will need to have a blatant layout so that Visual Basic can retrieve information from it, and also so that changes made using the VB GUI can be sent and saved to the database. ... Design To make the best possible system and GUI in Visual Basic I need to design it thoroughly. ... The database will then be joined to the GUI made in Visual Basic. ... System Map This map shows what the structure of the main part of the GUI will be like. ... · Location: This will let the user find all the accounts in a certain area Implementation Starting a new Project The first thing that needs to be done to start making my system is to open Visual Basic and start a new project. ... When Visual Basic starts running a dialogue pop up window will appear, this will let you choose to start a new Standard EXE. ... When your new form is visible your basic layout is ready for the controls.