Use VB to create your own online game platform (2)

xiaoxiao2021-03-06  70

As we have already said the basic architecture of the platform, now we start from my first job, step by step, how do I use VB6.0 to do this game.

Of course, the content of the personal information is involved on the platform, and it must have a personal system. I am now using the Access database to save user data (of course, I am just testing now. If I really can operate, I think it is best to use SQL Server first is to build a user table, the structure of the table is as follows

Picture production ...

The database is built, then we open our VB.

The first step is to build a login window.

Since there is some personal information to enter the game,. You must log in before entering the game.

Open VB, create a new project, named Client. Add a login form.

...... If you have anything to do it ...

转载请注明原文地址:https://www.9cbs.com/read-92630.html

New Post(0)