|
-
March 29th, 2004, 12:11 AM
#1
how to change the size of the control in a dialog dynamicly?
when i resize my dialog(maximize),the edit control looks very small,is there any method to change the size of these controls when the dialog's size is changed?
-
March 29th, 2004, 12:15 AM
#2
In the OnSize(...) of Dialog, get the CEdit (or whatever window), either through GetDlgItem(...) or through control variable and use MoveWindow(...) function to resize the Edit or whatever window to whatever new size you want.
-
March 30th, 2004, 03:52 PM
#3
Look in the CodeGuru articles for many answers to this question.
-
March 30th, 2004, 04:09 PM
#4
Take a look at the following article...
-
March 30th, 2004, 04:22 PM
#5
Originally posted by Andreas Masur
Take a look at the following article...
However there are other articles too, right? I think lugangxyz should look at all of them.
-
March 30th, 2004, 07:30 PM
#6
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
|