M
Mehul Malhotra
Hi everyone. I am trying to make a context menu that
takes its values from an array but am unable to get it to
work. I have defined an array as follows
Dim custarray() as Object = {"1","2","3"}
the contextmenu when created should have 1 displayed
which has 2 and 3 as sub selections of it. So if someone
could please tell me how I could put this information in
a contextmenu then I would really appreciate it.
Thanks a lot
takes its values from an array but am unable to get it to
work. I have defined an array as follows
Dim custarray() as Object = {"1","2","3"}
the contextmenu when created should have 1 displayed
which has 2 and 3 as sub selections of it. So if someone
could please tell me how I could put this information in
a contextmenu then I would really appreciate it.
Thanks a lot