Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
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
mve#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 
WPF does use directx to render it's 3d graphics, so does use hardware acceleration, but it is not intended as a games platform. It does not support all the 3d operations you will need to build a decent 3d engine.

If you are looking to write games you should look at XNA[^] (XNA Creators club[^]). It's a framework specifically intended for games. Your other options are DirectX[^] or OpenGL[^]. Both are high end hardware accelerated graphics/media libraries. Both are generally used with c++ rather than .net though. Alternatively, there are plenty of other free/open source 3d engines that you can google for - some are specifically designed for use with C#.

Simon

AnswerRe: Wpf Pin
Shyam Bharath15-Oct-08 23:20
Shyam Bharath15-Oct-08 23:20 
QuestionDataBound DataGridView not displaying data? [modified] Pin
kbalias15-Oct-08 20:55
kbalias15-Oct-08 20:55 
AnswerRe: DataBound DataGridView not displaying data? Pin
Shyam Bharath15-Oct-08 23:25
Shyam Bharath15-Oct-08 23:25 
QuestionRe: DataBound DataGridView not displaying data? Pin
nelsonpaixao16-Oct-08 12:54
nelsonpaixao16-Oct-08 12:54 
Question"Allow Service to interact with Desktop" Windows Services Pin
Piyush Vaishnav15-Oct-08 20:14
Piyush Vaishnav15-Oct-08 20:14 
AnswerRe: "Allow Service to interact with Desktop" Windows Services Pin
Scott Dorman16-Oct-08 7:55
professionalScott Dorman16-Oct-08 7:55 
AnswerRe: "Allow Service to interact with Desktop" Windows Services Pin
Steve Messer21-Oct-08 6:25
Steve Messer21-Oct-08 6:25 
GeneralRe: "Allow Service to interact with Desktop" Windows Services Pin
aftkak3-May-10 5:25
aftkak3-May-10 5:25 
GeneralRe: "Allow Service to interact with Desktop" Windows Services Pin
mehappycamper9-Jun-11 2:43
mehappycamper9-Jun-11 2:43 
AnswerRe: "Allow Service to interact with Desktop" Windows Services Pin
stan_p21-Dec-10 1:05
stan_p21-Dec-10 1:05 
QuestionUsing reflection modify List<int> type class member...</int> [modified] Pin
chandrap15-Oct-08 17:12
chandrap15-Oct-08 17:12 
AnswerRe: Using reflection modify List type class member... Pin
Mogyi16-Oct-08 3:33
Mogyi16-Oct-08 3:33 
GeneralRe: Using reflection modify List type class member... Pin
chandrap16-Oct-08 3:49
chandrap16-Oct-08 3:49 
GeneralRe: Using reflection modify List type class member... Pin
chandrap16-Oct-08 3:54
chandrap16-Oct-08 3:54 
GeneralRe: Using reflection modify List type class member... Pin
chandrap16-Oct-08 4:24
chandrap16-Oct-08 4:24 
GeneralRe: Using reflection modify List type class member... Pin
Mogyi16-Oct-08 4:26
Mogyi16-Oct-08 4:26 
AnswerUsing reflection modify Generic type List<int> class member...</int> Pin
chandrap16-Oct-08 5:50
chandrap16-Oct-08 5:50 

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.