5 pts.
0
Q:
Visual basic 6.0 varible completion with user defined types not working
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
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
5 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Last Answered: Dec 25 2008  9:16 PM GMT by Stingrr44   5 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0