Glitch??

Ryker Wells

Member
Joined
Feb 9, 2012
Messages
16
Location
Fort Kent, ME
Programming Experience
1-3
So I had some buttons in the program that would not go invisible just WOULD NOT. So i deleted them to start over and make new ones, well... they disappeared on the designing window but when i run it the buttons come back just where they were. Please tell me i can fix this, i have many hours into this project.

Please look at the "Max" buttons below...they are not there at all when i design the game (picture 1) but they show up when compiled (picture 2)
In development:
in development.png

When compiled:
game after.png
 
If you think build files has been corrupted you can simple delete them, they are all generated by VS from source files when you compile. One way to do this is to exit the project and use Windows Explorer to delete Bin and Obj folders from project. In VB Express in expert mode there is also a 'Clean Solution' option available, but it may not be so easy to find for non-expert users.
It is very rare for those files to be locked/corrupted, but it can happen.
 
So you're saying the program won't run?
 
It gives you an error too?
 
Close VS and reopen if you didn't.
Build menu > Build project.
 
Back
Top