Click here to Skip to main content
16,004,969 members
Home / Discussions / C#
   

C#

 
AnswerRe: Adding event handler to custom control Pin
Manas Bhardwaj19-Jun-07 5:03
professionalManas Bhardwaj19-Jun-07 5:03 
QuestionAvoid trailing while dragging control Pin
sinosoidal19-Jun-07 4:49
sinosoidal19-Jun-07 4:49 
AnswerRe: Avoid trailing while dragging control Pin
Alaric_19-Jun-07 5:08
professionalAlaric_19-Jun-07 5:08 
GeneralRe: Avoid trailing while dragging control Pin
sinosoidal19-Jun-07 5:10
sinosoidal19-Jun-07 5:10 
GeneralRe: Avoid trailing while dragging control Pin
Alaric_19-Jun-07 9:14
professionalAlaric_19-Jun-07 9:14 
GeneralRe: Avoid trailing while dragging control Pin
Alaric_19-Jun-07 9:14
professionalAlaric_19-Jun-07 9:14 
Question3D cube Pin
Noharyiasa19-Jun-07 4:03
Noharyiasa19-Jun-07 4:03 
AnswerRe: 3D cube Pin
Alaric_19-Jun-07 4:09
professionalAlaric_19-Jun-07 4:09 
no...It doesn't work that way: But you can

look into Microsoft's XNA framework, and you can look up Direct3D tutorials.  Building a 3D cube will be one of the first things you will build

or
do it the old fashioned way...register a Win32 Window, register your callback and message loop, and hack away inside your render code to build a cube(in Direct3D, OpenGL...or whatever graphics library you like)


My suggestion would be to look into the XNA. You'll be able to execute your DirectX code inside the CLR, so all of your resources will be inherently Managed. Smile | :)

Welcome my son...Welcome..to the Machine

GeneralRe: 3D cube Pin
Noharyiasa19-Jun-07 4:16
Noharyiasa19-Jun-07 4:16 
AnswerRe: 3D cube Pin
Alaric_19-Jun-07 4:12
professionalAlaric_19-Jun-07 4:12 
GeneralRe: 3D cube Pin
Noharyiasa19-Jun-07 4:20
Noharyiasa19-Jun-07 4:20 
GeneralRe: 3D cube Pin
Alaric_19-Jun-07 4:26
professionalAlaric_19-Jun-07 4:26 
AnswerRe: 3D cube Pin
Alaric_19-Jun-07 4:23
professionalAlaric_19-Jun-07 4:23 
GeneralRe: 3D cube Pin
Noharyiasa19-Jun-07 4:32
Noharyiasa19-Jun-07 4:32 
GeneralRe: 3D cube Pin
Bekjong19-Jun-07 4:46
Bekjong19-Jun-07 4:46 
GeneralRe: 3D cube Pin
Alaric_19-Jun-07 4:49
professionalAlaric_19-Jun-07 4:49 
QuestionRandom Number Generator Pin
LCI19-Jun-07 3:35
LCI19-Jun-07 3:35 
AnswerRe: Random Number Generator Pin
Not Active19-Jun-07 3:44
mentorNot Active19-Jun-07 3:44 
GeneralRe: Random Number Generator Pin
LCI19-Jun-07 4:31
LCI19-Jun-07 4:31 
GeneralRe: Random Number Generator Pin
Luc Pattyn19-Jun-07 4:37
sitebuilderLuc Pattyn19-Jun-07 4:37 
GeneralRe: Random Number Generator Pin
LCI19-Jun-07 6:31
LCI19-Jun-07 6:31 
GeneralRe: Random Number Generator Pin
Not Active19-Jun-07 7:39
mentorNot Active19-Jun-07 7:39 
AnswerRe: Random Number Generator Pin
Jimmanuel19-Jun-07 3:57
Jimmanuel19-Jun-07 3:57 
AnswerRe: Random Number Generator Pin
Le centriste19-Jun-07 6:42
Le centriste19-Jun-07 6:42 
AnswerRe: Random Number Generator Pin
Amar Chaudhary19-Jun-07 6:42
Amar Chaudhary19-Jun-07 6:42 

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.