Click here to Skip to main content
16,013,918 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse19-May-04 21:37
sachinkalse19-May-04 21:37 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Dave Kreskowiak21-May-04 0:19
mveDave Kreskowiak21-May-04 0:19 
AnswerRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse19-May-04 22:33
sachinkalse19-May-04 22:33 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Heath Stewart20-May-04 2:32
protectorHeath Stewart20-May-04 2:32 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse20-May-04 15:18
sachinkalse20-May-04 15:18 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Dave Kreskowiak21-May-04 0:26
mveDave Kreskowiak21-May-04 0:26 
AnswerRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
sachinkalse20-May-04 18:30
sachinkalse20-May-04 18:30 
GeneralRe: How to change cursor when mouse is moved over PrintPreviewControl Pin
Dave Kreskowiak21-May-04 0:28
mveDave Kreskowiak21-May-04 0:28 
The PrintPreviewControl doesn't expose this functionality. You'd have to extend the PrintPreviewControl class and write the functionality in yourself. Getting the screen coordinates of the page 'images' will be the ruff part (Good Luck!). Once you have that, it's not too hard to figure out if the mouse cursor is inside those rectangles to determine which page is clicked.

A better bet would be to look into a 3rd party PrintPreviewControl.


RageInTheMachine9532
"...a pungent, gastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralStrip commas Pin
Odyssey3619-May-04 18:35
Odyssey3619-May-04 18:35 
GeneralRe: Strip commas Pin
Heath Stewart19-May-04 18:46
protectorHeath Stewart19-May-04 18:46 
GeneralRe: Strip commas Pin
Bee Master19-May-04 19:08
Bee Master19-May-04 19:08 
GeneralRe: Strip commas Pin
Uwe Keim19-May-04 23:24
sitebuilderUwe Keim19-May-04 23:24 
GeneralRe: Strip commas Pin
Bee Master20-May-04 5:09
Bee Master20-May-04 5:09 
GeneralRe: Strip commas Pin
Bitwise Gamgee20-May-04 5:22
Bitwise Gamgee20-May-04 5:22 
GeneralRTF - Codes Pin
Moon Boy19-May-04 14:12
Moon Boy19-May-04 14:12 
GeneralRe: RTF - Codes Pin
Charlie Williams19-May-04 17:28
Charlie Williams19-May-04 17:28 
GeneralDataGrid, Generic GDI+ errors, and a Big Red X Pin
inyoursadachine19-May-04 13:30
inyoursadachine19-May-04 13:30 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
Heath Stewart19-May-04 13:52
protectorHeath Stewart19-May-04 13:52 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
inyoursadachine19-May-04 14:22
inyoursadachine19-May-04 14:22 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
Heath Stewart19-May-04 18:28
protectorHeath Stewart19-May-04 18:28 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
inyoursadachine20-May-04 5:41
inyoursadachine20-May-04 5:41 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
Heath Stewart20-May-04 5:47
protectorHeath Stewart20-May-04 5:47 
GeneralRe: DataGrid, Generic GDI+ errors, and a Big Red X Pin
ABean19-May-04 15:11
ABean19-May-04 15:11 
GeneralC#'s sprintf Pin
ABean19-May-04 13:19
ABean19-May-04 13:19 
GeneralRe: C#'s sprintf Pin
Heath Stewart19-May-04 13:24
protectorHeath Stewart19-May-04 13:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.