I am using
VB 6.0
I have MDI for that has 4 Menus
Previously few of the items of a menu have index
so I assign index to every item of all the menus
and it gave me error when I compile
"Procedure decleration doesnot match description of event or procedure having same name"
convention followed for assigning index is somthing like this
index
Add 1
itm 1 11
itm 2 12
subitm of itm2 121
subitm of itm2 122
subitm of itm2 123
itm3 13
Delete 2
itm 1 21
itm 2 22
subitm of itm2 221
subitm of itm2 222
subitm of itm2 223
itm3 23
I assigned index because I want to diable mnu items for differant users according to their previllages.
So How to remove the error ........
It is due to the index I've given coz I've commented that sub and it gave me error on other sub and so on............