Quote Originally Posted by software07 View Post
...Controls on the Form should be visible apart from my drawing when the UserControl is over them. ...
Quote Originally Posted by wqweto View Post
This works:
...
'--- design-time settings
' UserControl.Windowless = True
...
I'm pretty sure that a Windowless control can't be drawn over other controls (other than other windowless controls) so doesn't quite work as the OP specified.