Hi everybody !
I am coding game project in C# ! When I used PictureBox control to display image I get some problems.
this is my coding :
this.mypictureBox.image = new ...
how do you make a internet game to play it on the intrnet could some 1 tell me
Does anyone know of any good DirectDraw tutorials in VB.NET or C#.NET?
Need help with this college project,
1. Create a two player Tic-Tac-Toe game using pictureboxes as the 9 possible squares (you will have to design your own graphics for the O and X in pa...
This is what I got working so far .. next problem is .. I'd like an event when my ship hits an enemy ship .. also .. I'd like a #defined number of enemies on my screen at all times .. I don't ...
Hi,
I've been assigned to create a battleship board game using C++ or Java.
I was wondering if there might be a generic GUI tool that I could use to build the game. Basically, what I am...
Is there any sourcecode online for a program like Hangman using MFC's to create the interface??
thanks,
a
I am looking for code in Actionscript 3.0 which will allow a user to dynamically load a different image each time a single button is clicked.
I've created a device using intertial sensors and I want to use this device to alter viewpoint just like a mouse in existing video games without manipulating the code of the games. Since vide...
I have a Flash movie with multiple Scenes which the user can navigate (out of sequence) as desired. I want to create a back button within the Flash movie that "remember" the last Scene the use...
I want to write an app thats like a 2D level editor. It will have a map (as in a map of an area) and icons or sprites on it that can be added, deleted, moved, rotated etc. I have intermediate ...
how would i create an Edit Box control (using c++/win32/DirectX9.0) which will allow the user to input their name (where they can see what they're typing). Is it a simple process? Is there a ...
This is more out of curiosity than necessity, as it could potentially be useful with a app in development.
I remember playing Settlers (1) when I first got my PC, and it was possible to plu...
Hi!
I am wrting a game using C++, MFC, Sockets to be played by at least two players over a network.
Can you please recommend any web site etc where I can find some basic code for my game. I...
I'm using FreeType to handle TrueType fonts in my game project. Text is rendering to the screen, but am at a loss for how to properly scale the font based on resolution changes to my app. No...
Battle of Britain runs to begin with, but when I select a particular game module, it starts to load for a while, before displaying the standard error message with the usual invitation to notif...
I have done very little GUI programming, so I am really looking for a good place to start (tutorial), or sample code to alter. I have all the game playing algorithms I need, but I don't know ...
Is there a possability to get a WM_KILLFOCUS message in the message handler in a fullscreen running DirectX application (not window!)?
anyone know where i can get some 'C' code for user interface primitives.
For example, source code to a text entry field.
The less dependancies the code has the better. I dont want to rely ...
hello experts, i'm trying to enumerate all the joysticks on my pc... and i've been had some success, i got the names... but where is the controller ID? can i assume the controller ID's are co...
Well yes I have great problems with it. I understand most of it but it won't compile. I think I've set up the compiler wrong but I can't see what. I can't even compile the keyboard code that w...
Hello All -
I'm working on a "traditional" board game style, map based, strategy game. Developing w/ VC++ & DirectX. I have an image representing the game board and want to display it in ...
Hi,
I am writing the TDD for a game that I am going to create, and I encounter some problems at the UI section.
I am new in game development, so I am not sure how UI State Machine works. I...
I wish to create a clickable icon/object that floats across a (Windows) desktop, rather than remaining in a fixed position. Almost like a transparent screensaver. If possible, I would like i...