Link to home
Start Free TrialLog in
Avatar of nds_rahulmistry
nds_rahulmistry

asked on

Visual Basic NOT allowing to create any control or menu item in MDI Form

I am creating a visual basic application

The MDI Form has huge menu structure. Now I want to add further menu items, but Visual Basic is throwing the following message...!

Reached Limit : cannot create any more controls for this form

How to solve this ?
ASKER CERTIFIED SOLUTION
Avatar of appari
appari
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Heres the msdn reference for this issue

http://msdn.microsoft.com/en-us/library/aa265801(VS.60).aspx

Regards
Steve
Avatar of nds_rahulmistry
nds_rahulmistry

ASKER

IT IS VB6

AFTER I DELETED ONE TIMER CONTROL FROM THE DESIGN VIEW OF MDI FORM, NOW IT IS ALLOWING ME TO ADD MANY CONTROLS........!    

ACTUALLY, AFTER ABOVE MESSAGE, I WAS TRYING TO LOCATE UN-USED COMPONENTS OR CONTROLS. I FOUND ONLY THE TIMER CONTROL ON MY MDI FORM. I DELETED IT AND NOW ITS WORKING FINE.....!

ISN'T IT STRANGE ??

REGARDS,

RAHUL
THANX