Search:

Type: Posts; User: William Putnam

Search: Search took 0.01 seconds.

  1. novacain, would I then declare the button like...

    novacain, would I then declare the button like this:



    HWND btn = CreateWindowExW(NULL,
    L"BUTTON",
    L"SET MANUAL",
    WS_VISIBLE|WS_CHILD|BS_DEFPUSHBUTTON,
    25,//x...
  2. Dynamic button controls [WIN32 API/c++/VS 2010]

    I'm developing an application that finds devices on a network and creates a window in the main window for each device and their processor cores. I want the core buttons to toggle the number of cores...
Results 1 to 2 of 2