--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
"Seth" <a...@b.com> wrote in message
news:1a6dnUIEk9y_gDDY...@speakeasy.net:
[System.Security.Permissions.PermissionSet(
System.Security.Permissions.SecurityAction.Demand, Name = "FullTrust" )]
public class PadDesigner : System.Windows.Forms.Design.ControlDesigner
{
protected override void OnMouseDragMove( int x, int y )
{
System.Diagnostics.Trace.WriteLine( string.Format( "{0}, {1}", x, y ) );
base.OnMouseDragMove( x, y );
}
}
"Bryan Phillips" <bphi...@nospam.spamcop.net.spammenot> wrote in message
news:ezRl$cdOHH...@TK2MSFTNGP02.phx.gbl...
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
"Seth" <a...@b.com> wrote in message
news:yYOdnZaAB8lEGTDY...@speakeasy.net:
Even worse: OnMouseDragEnd not called unless user didn't move the control!
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
> Same problem here: A few calls then nothing.
>
> Even worse: OnMouseDragEnd not called unless user didn't move the control!
Worst of all: these stupid Web forums that are echoing their posts to
newsgroups and providing NO context.