Posted by: Fernando Cerca
Hi to all:
I have a problem:
I create a window with no title bar using the function
Call SetWindowLongA( hWndForm, GWL_STYLE,
GetWindowLongA( hWndForm, GWL_STYLE ) - ( WS_THICKFRAME | WS_VSCROLL |
WS_HSCROLL ) )
, thist works fine in Windows XP, but in Windows 2003 the app crashes. Can
anybody provide with and example with the needed arrangements to avoid this
behavior?
I'm using CTD 2.0
Thanks in advance.
Fernando.