gusrJeff
06-21-2001, 09:32 PM
I'm not new to VB but I have not used graphics (other than icons and a few bitmaps) in my programs. I would like to create a pretty simple game that would work RTS style (ie: having a static map with animated characters that run around). Reference warcraft or starcraft at http://www.blizzard.com if you don't know what an RTS is.
Anyway, I was wondering if anybody had any suggestions for how I should go about creating graphics for this program. All I have currently to work with is the built in graphics programs in Windows 2000 professional and Windows 98. Should I download something else? Should I work with these? I'd rather not buy something, unless it's really, really worth it. I'm doing this project to learn. Not for profit or anything. By the way: none of these "graphics" should be animated on their own. I'm thinking of creating a few frames and animating them in code.
Secondly, once I determine what I should use to create my graphics: What should I use to implement them into my program? Should I use a simple picturebox control? Is there a better way to display graphics? (better can be faster, cleaner, simplier, or prettier; Im going for simplier the most, I think) If you suggest a way to display my graphics be sure to mention an easy way to animate them too (please). I don't need somebody to write my project for me. Just some ideas.
Finnally, is there a way to make a VB (graphical) project run in a full screen mode (without the window)? Certainly you could just make your main form maximized and make the border style none. But I'm just asking for a more game like interface. I'm sure you know what I'm talking about.
Thanks for your help
-Jeff
Anyway, I was wondering if anybody had any suggestions for how I should go about creating graphics for this program. All I have currently to work with is the built in graphics programs in Windows 2000 professional and Windows 98. Should I download something else? Should I work with these? I'd rather not buy something, unless it's really, really worth it. I'm doing this project to learn. Not for profit or anything. By the way: none of these "graphics" should be animated on their own. I'm thinking of creating a few frames and animating them in code.
Secondly, once I determine what I should use to create my graphics: What should I use to implement them into my program? Should I use a simple picturebox control? Is there a better way to display graphics? (better can be faster, cleaner, simplier, or prettier; Im going for simplier the most, I think) If you suggest a way to display my graphics be sure to mention an easy way to animate them too (please). I don't need somebody to write my project for me. Just some ideas.
Finnally, is there a way to make a VB (graphical) project run in a full screen mode (without the window)? Certainly you could just make your main form maximized and make the border style none. But I'm just asking for a more game like interface. I'm sure you know what I'm talking about.
Thanks for your help
-Jeff