-
Hai Friends,
I have a situation in which I want to use multiple MDIs in a project.
For Example. I am having 5 modules a,b,c,d,e.
Each module will have its own menu items. If I include all menu Items within one MDI, it takes long time to load. and moreover it shows limit exceeded(255). I have tried using control arrays also. But it is showing the same message.
How can I solve the above said problem ?
Regards
Md. Rafik
-
if u use manus on each module(if they are mdi child forms..) then at runtime u can get menu according to active child window....
I hope this sort note will help you....
All the Best...
-
create menu on each child form instead of MDI parent...and u will got solution..i thin it is as simple try it...