Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Game Programming UI Solutions: 1 - 25 of 26
 
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?
Is there any sourcecode online for a program like Hangman using MFC's to create the interface?? thanks, a
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 ...
Ok so i am trying to make a simple chess game using java and these are the instructions i got from my proffessor: Purpose: The purpose of this project is to demonstrate that you can use the...
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...
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 movie where I have a custom cursor.  On mouse down (held) particle effects are activated and on release or mouse up they stop.  I also have a "wall" made up of several mc's.  When the...
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...
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 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 ...
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...
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...
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 ...
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 ...
Is there a possability to get a WM_KILLFOCUS message in the message handler in a fullscreen running DirectX application (not window!)?
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...
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...
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 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 ...