Re: VB6 - Forcing a UserControl's dimensions
- From: erewhon@xxxxxxxxxx (J French)
- Date: Thu, 22 Jun 2006 14:04:46 GMT
On Thu, 22 Jun 2006 06:04:57 -0400, "MyndPhlyp" <nobody@xxxxxxxxxxxxx>
wrote:
A nice feature I've discovered with UserControls is that the
UserControl_Initialize() subroutine fires even at design time. (Not a big
surprise.) Setting UserControl.Height and UserControl.Width however has no
effect, at least in the form designer, and I end up having to look at the
control's properties to see what the dimensions should be. Is there a slick
way of forcing the UserControl's Height and Width at design time?
Use the Resize Event
.
- Follow-Ups:
- Re: VB6 - Forcing a UserControl's dimensions
- From: MyndPhlyp
- Re: VB6 - Forcing a UserControl's dimensions
- References:
- VB6 - Forcing a UserControl's dimensions
- From: MyndPhlyp
- VB6 - Forcing a UserControl's dimensions
- Prev by Date: Disappearing registry keys when adding scrrun.dll to VB Project
- Next by Date: Re: VB6 - API or VB function to determine MDI parent's inside dimensions?
- Previous by thread: Re: [Nevermynd] - Forcing a UserControl's dimensions
- Next by thread: Re: VB6 - Forcing a UserControl's dimensions
- Index(es):
Relevant Pages
|