|
Posted by John Brown on September 4, 2007, 2:46 pm
Please log in for more thread options
I am using WM5.0 and VB 2005
My understanding is that I cannot declare a public variable, i.e.:
Public strKW1 as String
in a form class. When I include it in a module, modMain.vb, and set the
Startup Object to Sub Main() which is also in modMain.vb, the application
will not start, or at least keep running, on my device. This is the way I
have always declared Public variables in Windows Applications.
So how do I Declare a Public variable (actually class in this particular
instance) in an application for Windows Mobile?
Thanks for your help.
--
John Brown
|