Emuman
November 30th, 2005, 01:21 AM
hWndEdit= CreateWindowEx( 0L, TEXT("Edit"), NULL, WS_CHILD | WS_BORDER | WS_VISIBLE,
0, 0, 50, 22, hwndParent, (HMENU) ID_TOOLBAR_EDIT, hInstance, 0 );
this will create a Edit with a black border, but on WinXP, it should be gray.
is there any way to set the style? thanks in advance.
0, 0, 50, 22, hwndParent, (HMENU) ID_TOOLBAR_EDIT, hInstance, 0 );
this will create a Edit with a black border, but on WinXP, it should be gray.
is there any way to set the style? thanks in advance.