S
serge calderara
Dear all,
I have a simple class in my application whcih create
dynamically textbox control to be place on a form
When I execute the code :
log(time)
my control = new myclass()
log (time)
it take more than 3 secondes to execute, even if I have
just a simple line in myclass contructor.
I have notice that If I compile my project in release mode
it execute withinh 500ms but in debug mode more than 4
seconds.
Should I pay attention of this timimg in debug mode, I
mean how to dig out what is wrong ?
regards
serge
I have a simple class in my application whcih create
dynamically textbox control to be place on a form
When I execute the code :
log(time)
my control = new myclass()
log (time)
it take more than 3 secondes to execute, even if I have
just a simple line in myclass contructor.
I have notice that If I compile my project in release mode
it execute withinh 500ms but in debug mode more than 4
seconds.
Should I pay attention of this timimg in debug mode, I
mean how to dig out what is wrong ?
regards
serge