Hi guys,
I have a simple problem which i cant seem to figure out. Im not sure if its my fault, or just VS2008.. I have a group box, which i change its name to show a user that the contents of the group box have changed. It works fine the very first time i do this.
But after i close the form, and then create a new instance of the form, the group box no longer allows me to change the name. Or it DOES change the name, however the drawing of the name does not occur. I have tried to invalidate it, but it didnt work.
This is a totally new form, i dont know why this isnt a simple fix.. I also tried disposing it, but that makes it not able to be opened later for some reason.
Cheers
Gunsligner
I have a simple problem which i cant seem to figure out. Im not sure if its my fault, or just VS2008.. I have a group box, which i change its name to show a user that the contents of the group box have changed. It works fine the very first time i do this.
But after i close the form, and then create a new instance of the form, the group box no longer allows me to change the name. Or it DOES change the name, however the drawing of the name does not occur. I have tried to invalidate it, but it didnt work.
This is a totally new form, i dont know why this isnt a simple fix.. I also tried disposing it, but that makes it not able to be opened later for some reason.
Cheers
Gunsligner
Comment