G
Guest
Hello,
I'll break up the problems I've encountered into a list.
Problem 1:
I'm loading some forms to add them to a form cache mechanism. When I try to
instantiate a form I can see the form's menu/toolbar painted to the screen
even though I never told the form to show itself. Below is a sample of the
instantiation code for the form. This code is based on code from exisiting
form caching sample code posted on the web.
//FormType = the form class to load
Form f= (Form) Activator.CreateInstance(typeof(FormType));
Problem 2:
On WM 2003 (first edition) I can mix a menu bar and toolbar just fine on the
same form. On WM 2003 Second Edition I can not see the toolbar when I run the
same code.
Has anyone come up with any workarounds for these issues?
Thank you kindly,
Jarod Lavay
I'll break up the problems I've encountered into a list.
Problem 1:
I'm loading some forms to add them to a form cache mechanism. When I try to
instantiate a form I can see the form's menu/toolbar painted to the screen
even though I never told the form to show itself. Below is a sample of the
instantiation code for the form. This code is based on code from exisiting
form caching sample code posted on the web.
//FormType = the form class to load
Form f= (Form) Activator.CreateInstance(typeof(FormType));
Problem 2:
On WM 2003 (first edition) I can mix a menu bar and toolbar just fine on the
same form. On WM 2003 Second Edition I can not see the toolbar when I run the
same code.
Has anyone come up with any workarounds for these issues?
Thank you kindly,
Jarod Lavay