Fantasy World Creations

Fantasy World Creations => FWC Community Project => FWC Projects => General Discussion => Tutorials => Topic started by: Kazamatta on October 28, 2012, 03:12:08 PM

Title: Visual Basic 6 (VB6)
Post by: Kazamatta on October 28, 2012, 03:12:08 PM
So I decided that s ince MRAt is being devoled as a project that we are working on and knowing it uses VB6 as the proggraming language I decided to learn it. I have VB6 Pro on this computer and have found a site I think will be very useful in learning it. Here is the link for those already experienced using the language to check over and tell me if you think it will be beneficial to learning from. I found it when searching for learning how to create a GUI (Graphical User Interface) through VB6:

http://www.vb6.us/tutorials/Graphical%20User%20Interface%20(GUI) (http://www.vb6.us/tutorials/Graphical%20User%20Interface%20(GUI))
Title: Re: Visual Basic 6 (VB6)
Post by: Hasabushi on October 28, 2012, 05:37:50 PM
I look forward to seeing some of your GUI layouts :D
Title: Re: Visual Basic 6 (VB6)
Post by: Kazamatta on October 28, 2012, 07:27:18 PM
Here is a simple GUI layout made in paint.net. It will be the layout for the beta mode of a online game i want to create.
Title: Re: Visual Basic 6 (VB6)
Post by: mrlemke on October 29, 2012, 09:03:03 AM
The stuff not related to the form designer are much more relevant to MRAT since 90%, IIRC, of the code doesn't deal with GUI specifically, but the game screen or game logic.
Title: Re: Visual Basic 6 (VB6)
Post by: Kazamatta on October 29, 2012, 09:59:42 AM
Yea I understand that bout MRAT but learning the language overall is gonna be interesting since it is used for so many games, programs, ect. Here is a GUI based off the setup of the above one i posted. This one is done in the VB6 IDE though it has no coding done its just the layout.
Title: Re: Visual Basic 6 (VB6)
Post by: Hasabushi on October 29, 2012, 01:11:27 PM
I think thats just the project file no forms are in that.
Title: Re: Visual Basic 6 (VB6)
Post by: Kazamatta on October 29, 2012, 04:41:57 PM
I modified the attachment it should have both the project data and form data in it now.
Title: Re: Visual Basic 6 (VB6)
Post by: Kazamatta on October 29, 2012, 07:25:28 PM
I am running VB6 Pro on on a computer running Windows 7 Home Premium OS now i followed the tutorial on how to create the alarm clock as i have been with other things so i can learn the language now obviously you have to have win xp to use this code if anyone is running win 7 (any version) and using VB6 can u help me re write this code so it will work I will add th eproject and form data as an attachment.
Title: Re: Visual Basic 6 (VB6)
Post by: Kazamatta on October 31, 2012, 04:44:59 PM
Iv'e have a full length registration form i working on with a databse as well for it. This is a simple register/login system i just finished.