Having a bit of trouble understanding the following context menu instructions from page 370...
Code:
'Create a new context menu
Dim objMenu As New ContextMenu()
When I add this code, the program works fine; however, as I'm typing the code, Intellisense does not offer "New ContextMenu" - it only offers "New ContextMenuStrip".
Can anyone explain why? Just trying to gain a better understanding of the code.