Dim Form as Form OK usage???

  • Thread starter Thread starter Just Me
  • Start date Start date
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
 
I think I may have seen that one time.

Thanks

Jay B. Harlow said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top