Click here to Skip to main content
15,796,299 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionSounds in .Net. How? Pin
Cyclone_S2-Apr-11 14:26
Cyclone_S2-Apr-11 14:26 
AnswerRe: Sounds in .Net. How? Pin
Richard Andrew x642-Apr-11 17:02
professionalRichard Andrew x642-Apr-11 17:02 
QuestionAny update on Intellisense for C++/CLI in VS2010 Pin
Ger Hayden1-Apr-11 9:44
Ger Hayden1-Apr-11 9:44 
AnswerRe: Any update on Intellisense for C++/CLI in VS2010 Pin
John Schroedl2-Apr-11 14:46
professionalJohn Schroedl2-Apr-11 14:46 
GeneralRe: Any update on Intellisense for C++/CLI in VS2010 Pin
T21026-Apr-11 18:29
T21026-Apr-11 18:29 
QuestionAnimating a snake (aka Snafu) [modified] Pin
Cyclone_S25-Mar-11 15:20
Cyclone_S25-Mar-11 15:20 
AnswerRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6425-Mar-11 15:40
professionalRichard Andrew x6425-Mar-11 15:40 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S25-Mar-11 15:54
Cyclone_S25-Mar-11 15:54 
hmm my best guess would be to paint the snake onto the screen using some onpaint method which I don't know which one to use. And how to update it so it can be animated. I don't know much about Brushes or graphics in .net. But I did use owner drawn tool tips and menues.

I tried this and updated it using a timer and "this->Invalidate();" but it didn't do what I wanted.

virtual void OnPaint(PaintEventArgs^ e) override
{

}

GeneralRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6425-Mar-11 15:57
professionalRichard Andrew x6425-Mar-11 15:57 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S26-Mar-11 14:09
Cyclone_S26-Mar-11 14:09 
GeneralRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6426-Mar-11 14:50
professionalRichard Andrew x6426-Mar-11 14:50 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S27-Mar-11 14:27
Cyclone_S27-Mar-11 14:27 
GeneralRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6427-Mar-11 15:12
professionalRichard Andrew x6427-Mar-11 15:12 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S27-Mar-11 15:25
Cyclone_S27-Mar-11 15:25 
GeneralRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6427-Mar-11 16:24
professionalRichard Andrew x6427-Mar-11 16:24 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S28-Mar-11 14:21
Cyclone_S28-Mar-11 14:21 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S30-Mar-11 14:22
Cyclone_S30-Mar-11 14:22 
GeneralRe: Animating a snake (aka Snafu) Pin
Richard Andrew x6430-Mar-11 15:41
professionalRichard Andrew x6430-Mar-11 15:41 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S31-Mar-11 10:14
Cyclone_S31-Mar-11 10:14 
GeneralRe: Animating a snake (aka Snafu) Pin
Cyclone_S16-Apr-11 9:44
Cyclone_S16-Apr-11 9:44 
Questionissue while loading MFC extension dll dynamically Pin
ptr_Electron25-Mar-11 0:37
ptr_Electron25-Mar-11 0:37 
AnswerRe: issue while loading MFC extension dll dynamically Pin
Richard MacCutchan25-Mar-11 1:02
mveRichard MacCutchan25-Mar-11 1:02 
GeneralRe: issue while loading MFC extension dll dynamically Pin
ptr_Electron25-Mar-11 1:21
ptr_Electron25-Mar-11 1:21 
GeneralRe: issue while loading MFC extension dll dynamically Pin
Richard MacCutchan25-Mar-11 2:03
mveRichard MacCutchan25-Mar-11 2:03 
GeneralRe: issue while loading MFC extension dll dynamically Pin
ptr_Electron25-Mar-11 3:50
ptr_Electron25-Mar-11 3: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.