|
-
April 13th, 2004, 07:31 PM
#1
just simple one, not important
Why this doesn't work?
public CMyTestView: class CView
BOOL CMyTestView::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.cy = 400;
cs.cx = 200;
return CView::PreCreateWindow(cs);
}
the windows is always big, witdh = 1000.( use mouse clikc to check position).
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|