Search:

Type: Posts; User: SundayDeveloper

Search: Search took 0.00 seconds.

  1. I thought that saying "on my machine it works...

    I thought that saying "on my machine it works fine" was not allowed as an answer ...


    Bob
  2. Have you read my post? I'm saying that...

    Have you read my post?

    I'm saying that GetClientRect followed by a call to TabCtrl_AdjustRect does not return the correct client area (or display area) when the tab control styles include both...
  3. Tab control: how to calculate a tab display area???

    Hello,

    in the tab control parent window procedure I usually do something like the
    following:


    case WM_SIZE:

    MoveWindow(hTab, ....);
Results 1 to 3 of 3