
Creating A Window Without A Caption Bar.....
Quote:
>MenuA.CreateEx (WS_EX_TOPMOST,AfxRegisterWndClass(CS_DBLCLKS || CS_OWNDC ||
>CS_VREDRAW || CS_HREDRAW,NULL,hBrush),"Menu 1",WS_POPUPWINDOW ||
>WS_VISIBLE,rect,NULL,0);
Chris,
You're using the logical OR operator || rather than the bitwise OR |
operation.
Dave
----
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.