S Sharrukin Amiri Jun 9, 2005 #1 Which VB NET Platform is the "My NameSpaces" function included? For Example: My.Computer.?? Thanks! Sharrukin
Which VB NET Platform is the "My NameSpaces" function included? For Example: My.Computer.?? Thanks! Sharrukin
C Crouchie1998 Jun 9, 2005 #2 You can use namespaces from VB.NET 2002 Namespace Crouchie1998.MyApp .... End Namespace Crouchie1998 BA (HONS) MCP MCSE
You can use namespaces from VB.NET 2002 Namespace Crouchie1998.MyApp .... End Namespace Crouchie1998 BA (HONS) MCP MCSE
H Herfried K. Wagner [MVP] Jun 9, 2005 #3 Sharrukin Amiri said: Which VB NET Platform is the "My NameSpaces" function included? For Example: My.Computer.?? Click to expand... The 'My' namespace is a feature of VB 2005 and is not available for VB.NET 2002 and VB.NET 2003.
Sharrukin Amiri said: Which VB NET Platform is the "My NameSpaces" function included? For Example: My.Computer.?? Click to expand... The 'My' namespace is a feature of VB 2005 and is not available for VB.NET 2002 and VB.NET 2003.