Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Changing Mouse pointer when mouse over Header
Message
De
22/05/2001 13:43:36
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00509971
Message ID:
00509995
Vues:
26
This message has been marked as the solution to the initial question of the thread.
>Hi
>I disabled the Movable property for all columns in my grid. I have some click in the Click() event of some of the headers, and it works fine. The only problem is that when the columns were movable, it changed the Mouse pointer when over the Header area ( normal VFP behavior ), and now it doesn't. I checked, and there is no MousePointer property for the Header, so does anybody have an idea on how to change the Mouse pointer *only* when Mouse is over the Header?
>I also tried to leave the Movable property of the columns .T., and then added NODEFAULT into the Moved event, but this didn't prevent the columns from moving.
>
>Thanks,
>Jaime

Jaime,
You could use grid.mousepointer. In header mousemove set :
with this.Parent.Parent
  .Mousepointer = 99
  .MouseIcon = 'SomeIcon.ico'
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform