I have a Windows Form Application in Visual Studio 2008 – PictureBox.Refesh() method causes a delay when drawing on a PictureBox. Is there any method that gives the same result without delay?
I have a Windows Form Application in Visual Studio 2008 – PictureBox.Refesh() method causes
Share
i have solved my problem my self
i just set a timer and on its event i have updated my image and the timer interval is set as i desired to 100 miliseconds now my application is running so smoothly any one up with this problem try this it works for me
regards: