Posted 17 years ago
by Dan Brown
-
Head of Development,
Oppono Ltd
Version: 4.0.0252
Environment: Windows XP (32-bit)
I am semi reluctant to post this, but would it be possible to invoke the member drop down in VB when the case is incorrect, as per VB.NET in Visual Studio. Example below:
Although obviously good practice, our VB users don't expect to have to watch their casing and would help them a great deal.
Thanks for any help!
Public Class Class1
Public Shared Sub TestSub
End Sub
End Class
Public Class Class2
Public Shared Function TestSub As Boolean
Class1. ' Member list displayed when . typed
class1. ' Member list not displayed when . typed
End Function
End Class
Thanks for any help!