E
Eddie Berman
Does anyone have any idea what could cause our app to drag real slowly when
a user tries to move the app. Since we don't have a caption bar (it's a
skinned app) we're using the tried and true SendMessage(Handle,
WM_NCLBUTTONDOWN, HTCAPTION, 0); and have even tried the longhand approach
of moving the window based on mouseevents, however both results are the
same. Since our app's OnPaint doesn't get called, what other issues could
come into play?
All guesses appreciated.
Thanks,
Eddie
a user tries to move the app. Since we don't have a caption bar (it's a
skinned app) we're using the tried and true SendMessage(Handle,
WM_NCLBUTTONDOWN, HTCAPTION, 0); and have even tried the longhand approach
of moving the window based on mouseevents, however both results are the
same. Since our app's OnPaint doesn't get called, what other issues could
come into play?
All guesses appreciated.
Thanks,
Eddie