Changes made to Windows Form not showing up

Tyecom

Well-known member
Joined
Aug 8, 2007
Messages
78
Programming Experience
Beginner
There have been more the one occurence when I make changes to a Windows Form and those changes are not showing up on the form. I can make multiple changes and they still do not show up. Can anyone explain this? Thanks in advance.
 
I'm trying to figure out WHY this is happening. I believe you can't make any changes to a form while its debugging. Is that correct? Some of the forms I am creating are very detailed forms, with a lot of controls on them. I don't want to have to recreate a form every time this happens. Please advised.
 
I'm trying to figure out WHY this is happening. I believe you can't make any changes to a form while its debugging. Is that correct?
Correct

Some of the forms I am creating are very detailed forms, with a lot of controls on them. I don't want to have to recreate a form every time this happens. Please advised.
Er.. Tough! For example, I'd love to be able to change the Tab Order while debugging, even if the changes didnt show till the next program run, but its just not possible..
 
Back
Top