is there a fix for this?!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi peeps

Yep, it's the perennial problem of Design view deleting code, except this
time it deleted about 20 lines from the InitialiseComponent Code-Behind
function, rendering all my buttons entirely useless.

Is there a fix for this?! It's getting incredibly annoying! I'm using VC#
2k3 Standard.

Cheers


Dan
 
Yes, the fix is called Visual Studio 2005 and it will be released next year.
 
Steve,

One thing that annoyed me to start, with, but I've gotten used to, was the
fact that you couldn't stop the designer from reformatting your HTML to some
degree... If you made a change in the HTML, and placed everything how you
like it with indentation and comments to make it more readable, then added
some control in the designer, it mucked up the layout you'd taken the time
to configure.

Understandably this occurs because the designer takes control of the HTML
when you use it, and if you're using the HTML, the I suppose you should
stick to it without resorting to the designer.

Anyway, does all this change in 2005?

Thanks.

Dan.
 
Back
Top