LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hand cursor/icon like with Internet Explorer hyperlink

PS The original posting may be found at:
<http://groups.google.com.au/group/microsoft.public.vb.syntax/msg/7675b4d391cc386c?hl=en

I have modified the code as follows:

Public Sub SetHandCursor(bUseHandA As Boolean)
Dim lCursor As Long

lCursor = IIf(bUseHandA = True, IDC_HAND, IDC_ARROW)
SetCursor LoadCursor(0, lCursor)
End Sub

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why does Internet Explorer open a jpeg from a hyperlink ??? Roman Excel Discussion (Misc queries) 0 June 15th 09 05:44 PM
Why does Internet Explorer open a jpeg from a hyperlink ??? Roman Excel Discussion (Misc queries) 11 June 15th 09 05:35 PM
Internet Explorer opens jpeg from a hyperlink ??? Roman Excel Worksheet Functions 0 June 11th 09 01:23 PM
Hyperlink to a .gif opens with Internet Explorer jase Excel Discussion (Misc queries) 0 March 7th 07 02:21 AM
Hyperlink from Internet Explorer to Excel Ian West Excel Discussion (Misc queries) 0 July 20th 05 02:25 PM


All times are GMT +1. The time now is 10:03 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"