[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Charles A. Lackman

11/3/2004 6:27:00 PM

Hello,

I am creating a clipboard that is always on top of my application. How can
I make my form (MyClipboard) always on top??

Thanks,
Chuck


3 Answers

policywatcher

11/3/2004 6:39:00 PM

0

Set it's TopMost property to True?

Or have I missed something?



"Charles A. Lackman" wrote:

> Hello,
>
> I am creating a clipboard that is always on top of my application. How can
> I make my form (MyClipboard) always on top??
>
> Thanks,
> Chuck
>
>
>

Justin Rogers

11/3/2004 6:41:00 PM

0

TopMost = true on the form...

You may still fall under other TopMost forms.


--
Justin Rogers
DigiTec Web Consultants, LLC.
Blog: http://weblogs.asp.net/jus...

"Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
news:uwFSuKdwEHA.2192@TK2MSFTNGP14.phx.gbl...
> Hello,
>
> I am creating a clipboard that is always on top of my application. How can I
> make my form (MyClipboard) always on top??
>
> Thanks,
> Chuck
>


policywatcher

11/3/2004 7:00:00 PM

0

True. To avoid that, you're probably reduced to a timer and bringing the
form to front at regular intervals.

"Justin Rogers" wrote:

> TopMost = true on the form...
>
> You may still fall under other TopMost forms.
>
>
> --
> Justin Rogers
> DigiTec Web Consultants, LLC.
> Blog: http://weblogs.asp.net/jus...
>
> "Charles A. Lackman" <Charles@CreateItSoftware.net> wrote in message
> news:uwFSuKdwEHA.2192@TK2MSFTNGP14.phx.gbl...
> > Hello,
> >
> > I am creating a clipboard that is always on top of my application. How can I
> > make my form (MyClipboard) always on top??
> >
> > Thanks,
> > Chuck
> >
>
>
>