CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AKE

Search: Search took 0.03 seconds.

  1. Re: Why this code don't chage size of control?

    Hwnd_bottom
  2. [RESOLVED] Why this code don't chage size of control?

    case WM_SIZE:
    SendMessage(hsb, WM_SIZE, 0, 0);
    {RECT WindowRect;
    GetWindowRect(hwnd, &WindowRect);
    int width = WindowRect.right-WindowRect.left;
    SetWindowPos(hProgress,...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured