[RESOLVED] DC performance
Hai all,
i have a timer with 1 interval and it keep bitblt'ing screen in to a memory dc.
my question is,
do i need to create and delete the memory dc on each interval or better i i create the dc at form load and keep bitblt on to it and delete it on forum unload.
:)
Re: [RESOLVED] DC performance
1 and now made it to 100 y milk?
Re: [RESOLVED] DC performance
Only because I thought you meant 1 and then you mentioned a second which would tip the balance for me making me more inclined to create the DC each time, basically because it would be just sitting there doing nothing for 99% of the time. It's much of a muchness anyway.
Good luck with your prog :)
Re: [RESOLVED] DC performance
yah it was just 1 ms only. now it is 100 ms,
Thank you.