I've looked in the msdn's For an answer for this but It does'nt seem to work.......
This is from the msdn
Private Sub MyMenuItem_Click ()
' Turn check mark on menu item on and off.
MyMenuItem.Checked = Not MyMenuItem.Checked
End Sub
It gives an error "Method or data member not found".
With the word Checked being highlighted..
Anyone with so insight that could send me off in the right direction?
