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.
 
Back
Top