Temporarily hide a form..help

Temporarily hide a form..help

Anonymous
Not applicable
204 Views
3 Replies
Message 1 of 4

Temporarily hide a form..help

Anonymous
Not applicable
How exactly would I got about tryuing to make my form hide when the user
presses the "CTRL" key.

In other words it stays hidden until he lets go of the control key!

Thanks in advance,
joseguia
0 Likes
205 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable
on key down event and on key press events??
?
Jose Guia wrote in message
news:EBC6B83B75DB1565263D55C6106446A1@in.WebX.maYIadrTaRb...
> How exactly would I got about tryuing to make my form hide when the user
> presses the "CTRL" key.
>
> In other words it stays hidden until he lets go of the control key!
>
> Thanks in advance,
> joseguia
>
>
0 Likes
Message 3 of 4

Anonymous
Not applicable
Are you going to transfer control over to AutoCAD after hiding the form? A
simple but not-so-elegant solution could be to use Utility.GetString or the
like to get a keyword or string or simply an "enter", then show your form
again.

Just a thought....


Jacob

"Jose Guia" wrote in message
news:EBC6B83B75DB1565263D55C6106446A1@in.WebX.maYIadrTaRb...
> How exactly would I got about tryuing to make my form hide when the user
> presses the "CTRL" key.
>
> In other words it stays hidden until he lets go of the control key!
>
> Thanks in advance,
> joseguia
>
>
0 Likes
Message 4 of 4

Anonymous
Not applicable
Thanks Jacob that is something I thought of doing but is a very
NOT-SO-ELEGANT way of doing it.

I will be transferring control over to autocad and I can have it prompt to
return focues but the puropose
of hiding the form in the first place is so the user can view 3 or 4 objects
so a quick solution would be
to keep it hidden while the CTRL key is pressed then shown when it is
released.

Currently I have Down/Up Arrows which say Hide or Show Form and all it does
is change the height
but you can still see the title bar! and is sometimes in the way of items
that need to be viewed.

thanks jose


"Jacob Dinardi" wrote in message
news:BC019DAC83A15AC7DCA689C46B646DAF@in.WebX.maYIadrTaRb...
> Are you going to transfer control over to AutoCAD after hiding the form? A
> simple but not-so-elegant solution could be to use Utility.GetString or
the
> like to get a keyword or string or simply an "enter", then show your form
> again.
>
> Just a thought....
>
>
> Jacob
>
> "Jose Guia" wrote in message
> news:EBC6B83B75DB1565263D55C6106446A1@in.WebX.maYIadrTaRb...
> > How exactly would I got about tryuing to make my form hide when the user
> > presses the "CTRL" key.
> >
> > In other words it stays hidden until he lets go of the control key!
> >
> > Thanks in advance,
> > joseguia
> >
> >
>
>
0 Likes