A hurdle I'm not getting through...Need some quick help.
Hey guys, I just recently started going through the tutorials in my VB.net book, and I've run into an obstacle that I can't figure out for anything.
After completing my assignment for the "RM Sales" application and successfully starting the application under "Debug", I find that the entire application is totally inviable--everything appears gray, all the buttons, words and textboxes. I can't click on any textboxes or buttons. I've searched frantically trying to figure out what the problem might be, but to no avail. I couldn't find anything in the Properties that would seem to cause this.
It would be greatly appreciated if someone could help me out on this.
Re: A hurdle I'm not getting through...Need some quick help.
Did you set the forms Enabled property to false?
If not post the code in the "Windows Form Designer" region...
Re: A hurdle I'm not getting through...Need some quick help.
Quote:
Originally Posted by <ABX
Did you set the forms Enabled property to false?
If not post the code in the "Windows Form Designer" region...
Thank you so much, that was the problem! I can't figure out how I put it on false. :p
I rated your post.