How to remove the white space at top of form

  • Thread starter Thread starter Minh Bui Thanh
  • Start date Start date
M

Minh Bui Thanh

Guest
Hi everybody,

I have problem with winform application and need to help.

I create a new form, i want hide the title bar but the form can be resize and move. I try set some below attributes but when run it, it always have a whitespace at top of the form

- formborderstyle = sizable

- control box = false

- me.text = ""

How can I remove it?

Please help me, thank you very much!

Continue reading...
 
Back
Top