Ok, I'm almost done with my first 'killer' app. I'm reasonably new to VB and use an old version (6)
I need a boolean value of TRUE when the application starts. I try to use the line:
Dim IsSaved As Boolean = TRUE
...or
Public IsSaved As Boolean = TRUE
And I CAN"T GET IT TO WORK. I get 'expected end of statement' etc. I am ready to THROW MY LAPTOP THROUGH THE WALL.
Where/How do I assign ANY value to ANY variable when my VB app starts? You can't do it in the main declarations (DUH!- Declare WHAT?) you can't do it OUTSIDE procedure. I am ready to have a heart attack. I am SO close to completing most of the code.
HELP!


