Firedancer wrote: |
You can get the prototype from Shunjie. |
|
ok I've just got a look at the prototype from him (got it after the first meeting).
the sticky is using FormBorderStyle = Sizable, which making use of the
resizing feature, while leaving the title bar to blank will strip the
title bar off.
But, that doesn't look nice with that ugly border, although it is only a few pixels.
There's 2 ways to it that I can see:
1) change the border color: I've no clue on this.
2) Use FormBorderStyle = None, and use a sizable panel behind. (refer
to http://www.dotnet247.com/247reference/msgs/49/245824.aspx)
I think I'm almost there to the 2nd one, but I don't know how to go
about it, I've added a panel to the background with Fill Dock and still
my resizing arrows don't came up.
I seldom develop on winform, so this is abit tough on me.