Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: Threads and WinForms Pin
Programm3r16-Oct-08 3:39
Programm3r16-Oct-08 3:39 
GeneralRe: Threads and WinForms Pin
Giorgi Dalakishvili16-Oct-08 5:44
mentorGiorgi Dalakishvili16-Oct-08 5:44 
QuestionHow to change the height property of panel dynamically Pin
mharoonkhan16-Oct-08 1:04
mharoonkhan16-Oct-08 1:04 
AnswerRe: How to change the height property of panel dynamically Pin
EliottA16-Oct-08 2:08
EliottA16-Oct-08 2:08 
QuestionC# Print DataGridView Pin
Socheat.Net15-Oct-08 23:42
Socheat.Net15-Oct-08 23:42 
AnswerRe: C# Print DataGridView Pin
Giorgi Dalakishvili15-Oct-08 23:53
mentorGiorgi Dalakishvili15-Oct-08 23:53 
RantRe: C# Print DataGridView Pin
Nagy Vilmos16-Oct-08 3:11
professionalNagy Vilmos16-Oct-08 3:11 
AnswerRe: C# Print DataGridView Pin
Dave Kreskowiak16-Oct-08 3:45
mveDave Kreskowiak16-Oct-08 3:45 
QuestionC# Help Pin
boiDev15-Oct-08 23:36
boiDev15-Oct-08 23:36 
AnswerRe: C# Help Pin
Pete O'Hanlon15-Oct-08 23:57
mvePete O'Hanlon15-Oct-08 23:57 
AnswerRe: C# Help Pin
Ashfield16-Oct-08 0:33
Ashfield16-Oct-08 0:33 
QuestionDoes Any one Know how to link a treeview to a listview? Pin
boiDev15-Oct-08 22:30
boiDev15-Oct-08 22:30 
AnswerRe: Does Any one Know how to link a treeview to a listview? Pin
Pete O'Hanlon15-Oct-08 22:41
mvePete O'Hanlon15-Oct-08 22:41 
GeneralRe: Does Any one Know how to link a treeview to a listview? Pin
boiDev15-Oct-08 22:43
boiDev15-Oct-08 22:43 
GeneralRe: Does Any one Know how to link a treeview to a listview? Pin
Pete O'Hanlon16-Oct-08 0:30
mvePete O'Hanlon16-Oct-08 0:30 
AnswerRe: Does Any one Know how to link a treeview to a listview? Pin
SeMartens15-Oct-08 22:43
SeMartens15-Oct-08 22:43 
GeneralRe: Does Any one Know how to link a treeview to a listview? Pin
boiDev15-Oct-08 22:44
boiDev15-Oct-08 22:44 
AnswerRe: Does Any one Know how to link a treeview to a listview? Pin
#realJSOP16-Oct-08 1:07
professional#realJSOP16-Oct-08 1:07 
QuestionWpf Pin
Mogaambo15-Oct-08 21:37
Mogaambo15-Oct-08 21:37 
AnswerRe: Wpf Pin
blackjack215015-Oct-08 22:35
blackjack215015-Oct-08 22:35 
AnswerRe: Wpf Pin
Pete O'Hanlon15-Oct-08 22:40
mvePete O'Hanlon15-Oct-08 22:40 
GeneralRe: Wpf Pin
Mogaambo16-Oct-08 2:27
Mogaambo16-Oct-08 2:27 
GeneralRe: Wpf Pin
Pete O'Hanlon16-Oct-08 2:30
mvePete O'Hanlon16-Oct-08 2:30 
AnswerRe: Wpf Pin
Simon P Stevens15-Oct-08 22:41
Simon P Stevens15-Oct-08 22:41 
AnswerRe: Wpf Pin
Shyam Bharath15-Oct-08 23:20
Shyam Bharath15-Oct-08 23:20 
Sorry... WPF is only for powering presentation layer of biz apps... not "motogp" type games Frown | :(

You should rather choose an existing game engine... Wink | ;) that in turn depends on the type of games you wanna write... for instance, for FPS games you might wanna use Unreal engine or Quake3 engine.

Read this article to know more!
http://en.wikipedia.org/wiki/Game_engine[^]

Usually these engines take care of rendering the texture and adding effects and to some extent, the AI coding also. But for defining your own texture, you might either use a software (like Maya) but for most scenarios, you can search for textures online and use them in your game.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.