 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Jan Carol Guest
|
Posted: Thu Dec 07, 2006 7:38 am Post subject: Mouse wheel scroll with Quickreports V3.6 & Delphi V5 |
|
|
Hello
Using Delphi V5 & Quickreports V3.6 (no source, just dcu's only).
How can I get the mouse to scroll using the mouse wheel in the
Quickreports PREVIEW WINDOW
I've added code into the main application and it works for all of Delphi's windowed controls, but not the Quickreport preview screen eg:
const
CM_PostMessage = CM_MouseWheel + 2;
TForm1.FormMouseWheel........
begin
PostMessage(Handle, CM_PostMessage, 0, 0);
end;
Jan |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|