If I have the following code...
Type xyz
V1 as byte
V2 as byte
End Type
Dim myVar as xyz
It used to be that when I typed:
myVar.
in the VB 6.0 editor, I would get a pop up menu with V1 and V2 as my choices. I've done something to disable that and now I don't get the menu anymore. What have I done?
ASKED:
Dec 25 2008 9:16 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _