Hi All,

I'd like to display a "resize handle" in the bottom right corner of a
form like in the windows explorer for instance (the 3 diagonal lines
in the corner).
Can anybody tell me how to do that?

Thanks
JB

Re: How to display a resize handle in the bottom right corner of a form by Nathan

Nathan
Wed May 07 14:33:12 CDT 2008

Set the form's SizeGripStyle property to "Show". I'm not sure, but I think
certain settings for the FormBorderStyle may override this.

"JB" <jb.brossard@gmail.com> wrote in message
news:f9e66aab-b34e-49ac-a5c3-02b356059cdf@e39g2000hsf.googlegroups.com...
> Hi All,
>
> I'd like to display a "resize handle" in the bottom right corner of a
> form like in the windows explorer for instance (the 3 diagonal lines
> in the corner).
> Can anybody tell me how to do that?
>
> Thanks
> JB


Re: How to display a resize handle in the bottom right corner of a by zacks

zacks
Wed May 07 15:47:59 CDT 2008

On May 7, 3:33=A0pm, "Nathan" <mspassp...@macgregorfamily.net> wrote:
> Set the form's SizeGripStyle property to "Show". =A0I'm not sure, but I th=
ink
> certain settings for the FormBorderStyle may override this.

You're right. For example, FormBorderStyle of FixedSingle will not
show the icon even withthe SizeGripStyle set to Show.

>
> "JB" <jb.bross...@gmail.com> wrote in message
>
> news:f9e66aab-b34e-49ac-a5c3-02b356059cdf@e39g2000hsf.googlegroups.com...
>
>
>
> > Hi All,
>
> > I'd like to display a "resize handle" in the bottom right corner of a
> > form like in the windows explorer for instance (the 3 diagonal lines
> > in the corner).
> > Can anybody tell me how to do that?
>
> > Thanks
> > JB