a29 Posted March 26, 2008 Report Share Posted March 26, 2008 Как создать кнопку исползуя WIN API Quote Link to comment Share on other sites More sharing options...
Darhazer Posted March 27, 2008 Report Share Posted March 27, 2008 // Create a buttonhWndButton = CreateWindow("button", "", WS_CHILD|WS_VISIBLE, 100,20,iWidth ,iHeight, hWnd, (HMENU)"", hInst, NULL);SetWindowText(hWndButton, "Click Me" );UpdateWindow(hWndButton); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.