Hi
say i have declare the following types
VB Code:
Public Type objinner Top As String Bottom As String End Type Public Type obj Something As String subobj As objinner End Type Public Myobj As obj
now i m wrinting Myobj.subobj and then press the dot ".". Vb's intellisense feature is supposed to drop down the list box but it doesn't why? am i missing somthing?




Reply With Quote