Discussion:
switching between code and winform
(too old to reply)
.:Alex:.
2007-01-29 10:28:26 UTC
Permalink
Hello,

I have this very annoying problem. for example I have a class , a
partial class of a Form. When I modify some code in this class and I switch
to the Form, I have to wait some time to refresh the control. It's very
interesting because I don't modify a param regarding the form...

There is a solution to stop this refresh when I switch between Code and
Form?

Thank you in advance,

Alex
RobinS
2007-01-29 23:57:05 UTC
Permalink
Are you running VS2005? Do you have SP-1 installed?

Do you mean it takes a long time for Visual Studio to paint the form and
let you access it when you switch from the code window to design mode? Like
it takes up to, say, 30 seconds? I'm having that problem, too. Not that
that makes you feel any better. (And before anyone asks, I *do* have SP-1
installed.)

Robin S.
-------------------------
Post by .:Alex:.
Hello,
I have this very annoying problem. for example I have a class , a
partial class of a Form. When I modify some code in this class and I
switch to the Form, I have to wait some time to refresh the control. It's
very interesting because I don't modify a param regarding the form...
There is a solution to stop this refresh when I switch between Code
and Form?
Thank you in advance,
Alex
Loading...