J
Jay B. Harlow [MVP - Outlook]
Just Me,
In VS.NET 2003 when you use "form As Form", sometimes (not always) VB.NET
will change it to "from As form" and refuse to change the case of the type.
Using fully qualified names as you did, does not have this problem.
So "intellisense" might have been the wrong term its more the "Pretty
listing (reformatting) of code" option that gets confused...
Hope this helps
Jay
In VS.NET 2003 when you use "form As Form", sometimes (not always) VB.NET
will change it to "from As form" and refuse to change the case of the type.
Using fully qualified names as you did, does not have this problem.
So "intellisense" might have been the wrong term its more the "Pretty
listing (reformatting) of code" option that gets confused...
Hope this helps
Jay