Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00482272
Message ID:
00482301
Vues:
11
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform