mouse evnt

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I have a drawing module in my application which work with standart mouse
event

I just played a bit the Note taking application and found that you could
draw with great accuracy, however my drawing application is more akward,
like if I was missing a few mouse event compare to the Note application

any idea of why is it so ?
 
in fact my painting module is a bit better than the signature sample, in
fact :)
but thanks for the link !

--
ihookdb
Get your data mobile
http://www.ihookdb.com


Mark Arteaga said:
Take a look at the Signature.cs from OpenNETCF.org at http://www.opennetcf.org/SourceBrow...t/Source/OpenNETCF.Windows.Forms/Signature.cs

This should be able to help you out in get smoothlines. Another sample
can be found at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/PPCSignatureApp.asp
You may just need to optimize some of your code but these should get you
on your way to fixing the issues.
 
Back
Top