always on top

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

1.) how do i tell my winform to be "always on top"?

2.) is there any way to make a "hole" in my window form? For instance, as i
drag my form around what ever is behind my form you can you thru the hole of
my form?

thanks,
rodchar
 
rodchar said:
1.) how do i tell my winform to be "always on top"?

Set the form's 'TopMost' property to 'True'.
2.) is there any way to make a "hole" in my window form? For instance, as
i
drag my form around what ever is behind my form you can you thru the hole
of
my form?

Check out the form's 'TransparencyKey' and 'Region' properties.
 
thank you.


Herfried K. Wagner said:
Set the form's 'TopMost' property to 'True'.


Check out the form's 'TransparencyKey' and 'Region' properties.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top