M
Mulucian
In my project, I have a single (base) form that has
IsMdiContainer set to TRUE. I load an initial form and
from there show and hide forms based on button clicks.
Everything is working the way I want it to but there's a
problem with the painting. I want to use borderless forms
(FormBorderStyle = None), but if I do so, there is a
split-second "flicker" effect. Basically, the form is
drawn with a full border and then has its border erased.
The forms' content is shifted slightly down about 1/4
inch and then jumps back to its correct position after
the border is erased. (If I use forms with any other kind
of border, the flicker effect doesn't happen but I don't
want to use bordered forms.)
While this is only for a split-second, it is completely
noticeable and irritating. Does anyone know how to get
around this?
Please email me at (e-mail address removed) since I may not
check this message board for awhile.
Thanks!
IsMdiContainer set to TRUE. I load an initial form and
from there show and hide forms based on button clicks.
Everything is working the way I want it to but there's a
problem with the painting. I want to use borderless forms
(FormBorderStyle = None), but if I do so, there is a
split-second "flicker" effect. Basically, the form is
drawn with a full border and then has its border erased.
The forms' content is shifted slightly down about 1/4
inch and then jumps back to its correct position after
the border is erased. (If I use forms with any other kind
of border, the flicker effect doesn't happen but I don't
want to use bordered forms.)
While this is only for a split-second, it is completely
noticeable and irritating. Does anyone know how to get
around this?
Please email me at (e-mail address removed) since I may not
check this message board for awhile.
Thanks!