Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Help with VB6 Error!


mergars
 Share

Recommended Posts

You have to stop double-posting. I won't give you an official warning this time, but if it continues I will be forced to.

That error ("Variable not defined") means that there is a variable within your code that hasn't actually been created. You need to look through the code itself to see where the issue is. You need to declare the variable, which I don't quite remember the exact code for it in VB6, but essentially you create the variable name, and assign it a type.

Also, you don't need to post in your topic every three hours. At the very least keep a day between posts. It takes time for people to look through the board at topics to see what the issues are, and some of the people who tend to offer better support (I.e. Soul) aren't online 24/7, they have lives. So please, if your topic hasn't been posted in for 24 hours, then I would think it would be appropriate to post in it again to bump it back up.

Thanks,
Aero/EBrown
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...