Search:

Type: Posts; User: joossie4

Search: Search took 0.00 seconds.

  1. i do have two window classes, is that not good?...

    i do have two window classes, is that not good? if that is good should i have a second window procedure and a second HINSTANCE?
  2. thanks

    thanks
  3. RegisterClassEx gives fails as error code 87 (Invalid Parameter)

    this is my code:


    WNDCLASSEX wc;
    wc.cbSize = sizeof(WNDCLASSEX);
    wc.style = NULL;
    wc.lpfnWndProc = WindowProcedurepopup;
    wc.cbClsExtra = NULL;
    wc.hInstance = Instancepopup;
    wc.hIcon =...
Results 1 to 3 of 3