lidds Posted February 6, 2008 Posted February 6, 2008 I have managed to create an application that allows drawing of items on a screen capture, however some flicker appears when drawing items. The first item when drawn does not flicker but then after that any item when being drawn flickers, I have been trying to solve this for some time now with no luck. Would someone be able to help me with this? I have attached the whole project so you can see exacually what I am doing. Download from this link http://www.ticodi.com/temp/orig.zip Thanks in advance Simon Quote
lidds Posted February 7, 2008 Author Posted February 7, 2008 The strange things is that when an item is placed if I go to modify the size of it or move the item it does not flicker, I don't know if that is any help Regards Simon Quote
Nate Bross Posted March 8, 2008 Posted March 8, 2008 You may want to do all of your drawing to a Bitmap object, and then in your form's OnPaint method draw that bitmap to the form... it's what I do and has generally worked well for me. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.