Advertisement

VB game programming

Started by March 14, 2001 09:32 AM
0 comments, last by TechnoHydra 23 years, 10 months ago
I''m basicly a newbie to programming in general. However, I''m learning Visual Basic and have some game ideas I''d like to try out in VB. Problem is I have no idea where to start programming. I won''t put everyone through the agonizing task of telling me this subject is too braod so I''m just looking for any links, articles, published materials, sites, etc. that talk about programming games in VB, specifically RPG/Strategy. But any game refs would help. Even just source code with comments would be nice to focus my mind on to give me an idea. Any help on this would be greatly appreciated, Thx.
Well, of course, there''s always http://www.programmingtutorials.com -- they have links to VB tutorials. Also, just look on Yahoo! search (naturally); there are several VB tutorials if you can find them. Here''s a page with lots of links that I got using the search "visual basic rpg tutorial":

http://www.cyber-matrix.com/vb.htm
--



WNDCLASSEX Reality;
...
...
Reality.lpfnWndProc=ComputerGames;
...
...
RegisterClassEx(&Reality);


Unable to register Reality...what''s wrong?
---------
Dan Upton
Lead Designer
WolfHeart Software
WNDCLASSEX Reality;......Reality.lpfnWndProc=ComputerGames;......RegisterClassEx(&Reality);Unable to register Reality...what's wrong?---------Dan Uptonhttp://0to1.orghttp://www20.brinkster.com/draqza

This topic is closed to new replies.

Advertisement