B
BrianP
I just installed SP3 of CF 1 to resolve another issue I had with the
title bar appearing. But I've got one left. I have one form (Form)
Menuwhere the Title Bar flickers when going from my MainForm to and
from this FormMenu. I have a few other forms that I go back and forth
from the MainForm and I don't have this issue. I've compared the code
and can't find anything different between the forms where the title bar
doesn't flicker, and the FormMenu where the title bar does flicker.
I'm not sure where the
this.WindowState = FormWindowState.Maximized;
line is supposed to go, so I have it multiple places : the form's
constructor, the onPaint method, and the onLoad method. I do that in
the forms where the title bar doesn't flicker, too. There is no menu on
FormMenu, and I have tried it with and w/out
this.Menu = null;
just to try different things.
Any ideas what might be causing this?
Thanks
title bar appearing. But I've got one left. I have one form (Form)
Menuwhere the Title Bar flickers when going from my MainForm to and
from this FormMenu. I have a few other forms that I go back and forth
from the MainForm and I don't have this issue. I've compared the code
and can't find anything different between the forms where the title bar
doesn't flicker, and the FormMenu where the title bar does flicker.
I'm not sure where the
this.WindowState = FormWindowState.Maximized;
line is supposed to go, so I have it multiple places : the form's
constructor, the onPaint method, and the onLoad method. I do that in
the forms where the title bar doesn't flicker, too. There is no menu on
FormMenu, and I have tried it with and w/out
this.Menu = null;
just to try different things.
Any ideas what might be causing this?
Thanks