Hello everybody :
please help me about my question.In my project I set the window at
the HHTastBar.But it does not move as the sound icon when a window open.I
need to solve the question that when a window open the icon mvoe to right as
the sound icon,so that it can not hide other windows title. Below the code in
my project:
g_hWndMain = CreateWindow(TEXT("PowerInfo"),TEXT("abc"), WS_VISIBLE |
WS_CHILD,
80, 2, 20, 20,
hWnd_TitleBar, NULL, g_hInst, NULL);