Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00482272
Message ID:
00482301
Views:
12
>In the Init of my grid I have the following code. Even with this code,
>the mouse icon is still an I Bar. What gives?
>
>
>WITH This
>
>  cIcon = "normal01.cur"
>
>  .MousePointer = 99
>  .MouseIcon = cIcon
>
>  FOR nColumn = 1 TO .ColumnCount
>
>    .Columns[nColumn].Text1.MousePointer = 99
>    .Columns[nColumn].Text1.MouseIcon = cIcon
>
>  ENDFOR
>
>ENDWITH
>


Hi Kevin,
Does it happen from EXE? As I recall, there was a bug when it did not work if the .cur file was compiled into exe. It should be separate.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform