Form Reverting when Starting (F5)

hurley

Newcomer
Joined
Dec 12, 2004
Messages
1
OK - I'm a beginner, and this is really annoying me.

It's the simplest part of what i'm doing, so yeah...anyways..

I added a button to my blackjack game form, and changed around some of the names of the buttons. I increased the size of the form, and that is all.

then when i went to start it to view it, it was the same as it was before i added the button and did those changes.

the assembly code is updated.

Is this a glitch? is there something i can do? Right now i have build errors because i'm not done with the whole project yet, but still, it should at least show the superficial level without trouble.


HEEEEELPP

thanks a bunch,

Hurley
 
hurley said:
OK - I'm a beginner, and this is really annoying me.

It's the simplest part of what i'm doing, so yeah...anyways..

I added a button to my blackjack game form, and changed around some of the names of the buttons. I increased the size of the form, and that is all.

then when i went to start it to view it, it was the same as it was before i added the button and did those changes.

the assembly code is updated.

Is this a glitch? is there something i can do? Right now i have build errors because i'm not done with the whole project yet, but still, it should at least show the superficial level without trouble.


HEEEEELPP

thanks a bunch,

Hurley

Did you remember to build it first? Control + Shift + B before you press F5.
 
If you are getting build errors then it will not be building the executable - you will still be running the original one. Once the errors are removed then you should see the changes.
 
Back
Top