Visual basic 6.0 varible completion with user defined types not working
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?



