A
Agnes
dim c as controls
for each c in me.controls
messagebox.show(c.name)
next c
I found that the menu time didn't show up ?? It didn't belongs to the
control in the form ???
I need to Me.mnuXXX.Enabled = false during run-time
Anyone know how can do that ??
for each c in me.controls
messagebox.show(c.name)
next c
I found that the menu time didn't show up ?? It didn't belongs to the
control in the form ???
I need to Me.mnuXXX.Enabled = false during run-time
Anyone know how can do that ??
