Jump to content

Hi,

 

I need help with something! I would like to make a program for myself. It needs to be made using visual basic, but I am a "noob" to programming and don't have much knowledge to start with :/ I would like it to be a fillable form piece of software with database behind, so I could save all the data I put in in a database.

 

Can anyone help?

Link to comment
https://linustechtips.com/topic/754995-windows-application-using-visual-basic/
Share on other sites

Link to post
Share on other sites

There is three parts of learning this.

First would be just the displays, basically what ever you see on the screen when you use the application is a display.

Next is the backend code, the backend code basically decides what you do with the information you attained from the displayed tools.

For example, a button can be pressed to display "Hi", where the display function itself is inputted by the backend code.

 

Database wise is another sector of learning, in which you need to learn the DBMS(Database management system) language, which is a simple language used to write to databases and retrieve from it.

Databases comprise of CRUD, create retrieve update and delete.

Usually there is codes online for this for you to steal from, google is your best friend.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×