Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Posted

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

  • 1 month later...
Posted
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.

~Nate�

___________________________________________

Please use the [vb]/[cs] tags on posted code.

Please post solutions you find somewhere else.

Follow me on Twitter here.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...