Losing properties changing from Design mode to code...

  • Thread starter Thread starter dwhittenburg
  • Start date Start date
D

dwhittenburg

Anyone experience this?

After I add something to the designer, when I switch back over to code, any
properties that I have changed previously in code has been removed...

Thanks...
 
Some controls don't allow you to modify some properties like you could
in a desktop environment. Perfect example would be label color
backgrounds.
 
any properties that I have changed previously in code has been removed...
Where these code changes in the InitializeComponent region? Anytime you
change something in the forms designer, that code region gets regenerated.

Cheers
Daniel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top