Making Buttons Larger/Longer ... 
Author Message
 Making Buttons Larger/Longer ...

Hi,
    If I have the control identifier for a button on a dialog is there a
way to make the button larger or longer (change it's size)?

Thanks,
            Will



Sun, 20 Feb 2005 04:54:03 GMT  
 Making Buttons Larger/Longer ...
        Yes.. Do a GetDlgItem( YOURCONTROL_ID )  to get the handle of the
control and then call MoveWindow() / SetWindowPos(..) to change its size.

--
Cheers
Check Abdoul
----------------


Quote:
> Hi,
>     If I have the control identifier for a button on a dialog is there a
> way to make the button larger or longer (change it's size)?

> Thanks,
>             Will



Sun, 20 Feb 2005 04:51:20 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. char size (was long long long long long int)

2. long long long long integers

3. Count lines in a long/large file

4. Large LONG or BCD in Visual C++ ?

5. Help needed: define constant that is larger than long

6. sh arg list too long in large project

7. Adding #pragma once made my build time longer

8. making the CListCtrl header control longer

9. short/long/long long Formatting questions

10. Long long and long double

11. change the behavior of CPropertySheet: Larger Buttons

12. change the behavior of CPropertySheet: Larger Buttons

 

 
Powered by phpBB® Forum Software