Search:

Type: Posts; User: Kosei Inoue

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,560

    ugh I knew it would be something dumb, must have...

    ugh I knew it would be something dumb, must have typed the ; without thinking. I never thought to check before winmain for the error, but i guess the error was in winmain as IDC_EDIT would have been ...
  2. Replies
    2
    Views
    1,560

    Edit Control

    Hi, I have a error with my createwindow for the edit control:C2198 to few parameters.
    As far as I can see the parameters are correct or am I not seeing something stupid that I did. If I comment out...
  3. Replies
    1
    Views
    3,935

    Ok my bad, all it needs is a call to...

    Ok my bad, all it needs is a call to validaterect(),
    when you use a hdc with getdc its not validated so windows spams you with wm_paint messages, validaterect lets windows kmow you dealt with it...
  4. Replies
    1
    Views
    3,935

    opengl and WM_PAINT

    Hi,

    Im not using a game loop as it is graphics that will be used by the user selecting certain menu options ervey so often. So I dont need to constanly draw new frames.
    But this code when run...
Results 1 to 4 of 4