CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: JorMaia

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    1,381

    Re: Program Main Loop.

    Hi felows,

    I'm reading the posts and trying some advices you gave, but i'm sorry to say none of them help me.

    First i tried this Sleep(...) function, witch seems to be a nice way out my...
  2. Replies
    8
    Views
    1,381

    Program Main Loop.

    Hi all,

    How does one make a main loop in a c++ program? Is there any secret on it?

    I've done the very simple code below and it is taking 50% of CPU Usage, so, is there any thing i should do to...
  3. Replies
    2
    Views
    802

    Ultrageous CPU Usage X Total Bummer!

    Hi all!

    I'm facing a problem while building a WIN32 app, in my Window Procedure Function. It's weird behavior the program is showing with my WM_PAINT message.

    I was using the WM_PAINT to draw...
  4. Replies
    2
    Views
    860

    Re: Resizing the desktop area with C++

    Hey, thanks man. I think this SHAppBarMessage is the direction i was in need!

    Now i'm going to put my brains to work... and thanks for the fast replying too.
  5. Replies
    2
    Views
    860

    Resizing the desktop area with C++

    Hi fellows!

    Some of you guys know how to restrict the area the desktop has to fit the windows of other applications?

    I've seen a program once that occupied the upper part of the screen, so...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured