
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