NameSpaces

  • Thread starter Thread starter Sharrukin Amiri
  • Start date Start date
S

Sharrukin Amiri

Which VB NET Platform is the "My NameSpaces" function included?

For Example: My.Computer.??

Thanks!

Sharrukin
 
You can use namespaces from VB.NET 2002

Namespace Crouchie1998.MyApp

....

End Namespace

Crouchie1998
BA (HONS) MCP MCSE
 
Sharrukin Amiri said:
Which VB NET Platform is the "My NameSpaces" function included?

For Example: My.Computer.??

The 'My' namespace is a feature of VB 2005 and is not available for VB.NET
2002 and VB.NET 2003.
 

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

Similar Threads

Lost the "MY" namespace 2
VB 2005 OOP Videos 2
Upgrade Wizard 2
How come My.Computer doesn't work? 4
Using VB.NET in the Real World 10
VB 2005 Syntax 4
VB 2005 DUN 2
pass my.application object 1

Back
Top