logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Sunday, January 5, 2020 2:19:45 AM(UTC)
 
Just override this method (InternalSetCursor) and implement your own rules
Bazi Posted: Saturday, January 4, 2020 9:35:08 AM(UTC)
 
Hi,
how can i add a cursor to the CursorTypes Enum and use at PdfViewer.InternalSetCursor Method ?
With this code i create a cursor:
Code:
If cr Is Nothing Then cr = New Windows.Forms.Cursor(IO.Path.Combine(IO.Path.Combine(Application.StartupPath, "Bilder"), "Cross-blau-100.ico"))


Christian