Search:

Type: Posts; User: Knight Chat X

Search: Search took 0.00 seconds.

  1. [Deleted]

    [Deleted]

    Found the answer! ;o)
  2. Replies
    6
    Views
    1,685

    Ok, just got your other post after I already sent...

    Ok, just got your other post after I already sent the last post, oops!!! lol =o)
  3. Replies
    6
    Views
    1,685

    Here's how I have it now: //Global Variable....

    Here's how I have it now:

    //Global Variable.
    HWND hListbox=0;

    //Create Listbox.
    hListbox = CreateWindowEx(WS_EX_CLIENTEDGE, Listbox_Class, NULL, WS_VSCROLL | WS_VISIBLE | WS_BORDER | WS_CHILD...
  4. Replies
    6
    Views
    1,685

    Thanks, just tried that, but now it gives 2...

    Thanks, just tried that, but now it gives 2 error's =o( :

    error C2065: 'hListBox' : undeclared identifier
    error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'struct HWND__ *' to 'const...
  5. Replies
    6
    Views
    1,685

    Displaying Handle in Messagebox?

    How do I display a window handle in Messagebox after using the CreateWindowEx function?

    This is how I'm using Messagebox:
    MessageBox(NULL, hListbox, "Window Handle!", MB_OK);

    And it gives...
Results 1 to 5 of 5