Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: monochrome bitmap Pin
Mike Nordell23-Apr-02 9:54
Mike Nordell23-Apr-02 9:54 
GeneralRe: monochrome bitmap Pin
Niklas L23-Apr-02 22:37
Niklas L23-Apr-02 22:37 
GeneralRe: monochrome bitmap Pin
Christian Graus23-Apr-02 10:08
protectorChristian Graus23-Apr-02 10:08 
GeneralRe: monochrome bitmap Pin
Niklas L23-Apr-02 22:27
Niklas L23-Apr-02 22:27 
GeneralRe: monochrome bitmap Pin
Niklas L23-Apr-02 22:31
Niklas L23-Apr-02 22:31 
GeneralIXMLDOMDocument/node question Pin
Christian Graus23-Apr-02 3:17
protectorChristian Graus23-Apr-02 3:17 
GeneralRe: IXMLDOMDocument/node question Pin
Joaquín M López Muñoz23-Apr-02 3:34
Joaquín M López Muñoz23-Apr-02 3:34 
GeneralInvalidate method Pin
Rajveer23-Apr-02 2:57
Rajveer23-Apr-02 2:57 
I'm drawing graphics with OpenGL in an MDI application. In my OnDraw() function, I have the following portion of code:

if(spin==1)
{
Y_Angle++;
Invalidate(TRUE);
}

I have a button which makes spin=1. So when I press this, Y_Angle will continue to increment and then Invalidate(TRUE) redraws the scene each time, giving the appearance of continuous rotation. This works fine. Problem is, when I click any menu thats supposed to bring up a dialog box, the box doesn't come up. I have a feeling this has something to do with Invalidate(TRUE) continuously redrawing the scene. How can I fix this?

GeneralRe: Invalidate method Pin
Joaquín M López Muñoz23-Apr-02 3:07
Joaquín M López Muñoz23-Apr-02 3:07 
GeneralNovell Pin
Brian Delahunty23-Apr-02 2:40
Brian Delahunty23-Apr-02 2:40 
GeneralRe: Novell Pin
Joaquín M López Muñoz23-Apr-02 2:46
Joaquín M López Muñoz23-Apr-02 2:46 
GeneralRe: Novell Pin
Brian Delahunty23-Apr-02 2:59
Brian Delahunty23-Apr-02 2:59 
GeneralConversions Pin
Vis23-Apr-02 2:25
Vis23-Apr-02 2:25 
GeneralRe: Conversions Pin
Joaquín M López Muñoz23-Apr-02 2:37
Joaquín M López Muñoz23-Apr-02 2:37 
GeneralRe: Re: Conversions Pin
Vis23-Apr-02 2:44
Vis23-Apr-02 2:44 
GeneralRe: Conversions Pin
Albert Pascual23-Apr-02 6:40
sitebuilderAlbert Pascual23-Apr-02 6:40 
GeneralRe: Conversions Pin
Joaquín M López Muñoz23-Apr-02 6:43
Joaquín M López Muñoz23-Apr-02 6:43 
GeneralMinumum spanning tree Pin
Vladimir Georgiev23-Apr-02 1:00
Vladimir Georgiev23-Apr-02 1:00 
GeneralRe: Minumum spanning tree Pin
Niklas L23-Apr-02 2:00
Niklas L23-Apr-02 2:00 
GeneralRe: Minumum spanning tree Pin
Joaquín M López Muñoz23-Apr-02 2:08
Joaquín M López Muñoz23-Apr-02 2:08 
GeneralIs that correct?! Pin
Deian23-Apr-02 0:24
Deian23-Apr-02 0:24 
GeneralRe: Is that correct?! Pin
Christian Graus23-Apr-02 0:58
protectorChristian Graus23-Apr-02 0:58 
GeneralBringing modeless dialogs to background Pin
Hans Ruck22-Apr-02 23:54
Hans Ruck22-Apr-02 23:54 
GeneralRe: Bringing modeless dialogs to background Pin
Paul M Watt23-Apr-02 5:17
mentorPaul M Watt23-Apr-02 5:17 
GeneralRe: Bringing modeless dialogs to background Pin
Hans Ruck23-Apr-02 5:54
Hans Ruck23-Apr-02 5:54 

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.