B BobDude Member Joined Jan 26, 2007 Messages 5 Programming Experience Beginner Jan 26, 2007 #1 Hi Folks. Being from the old VB-6 school, what is the equivalant of declaring a Global Variable in Visual Studio 2005? Thanks.
Hi Folks. Being from the old VB-6 school, what is the equivalant of declaring a Global Variable in Visual Studio 2005? Thanks.
Administrator VB.NET Forum Admin Joined Jun 3, 2004 Messages 1,462 Programming Experience 10+ Jan 26, 2007 #2 Create a module and then just use a Friend (or Public) scope variable. Not much diff, if any, from VB6. Upvote 0 Downvote
Create a module and then just use a Friend (or Public) scope variable. Not much diff, if any, from VB6.