Posted 17 years ago
by Leif Zars
With the following
.....
Private Sub b(X As Subcontracted)
End Sub
Public Enum Subcontracted
A
B
C
End Enum
i would like to automatically show the intellisense for the enum Subcontracted after the following have been typed.
b(
Dim X as Subcontracted =
Basically as an auto suggest. Would you point me in the proper direction for handling this.
Thank you
Leif Zars
[Modified at 10/03/2007 01:49 AM]
.....
Private Sub b(X As Subcontracted)
End Sub
Public Enum Subcontracted
A
B
C
End Enum
i would like to automatically show the intellisense for the enum Subcontracted after the following have been typed.
b(
Dim X as Subcontracted =
Basically as an auto suggest. Would you point me in the proper direction for handling this.
Thank you
Leif Zars
[Modified at 10/03/2007 01:49 AM]