pro_vb thread: Hourglass MousePointer over DataGrid (6.0 OLEDB)
I am not sure if this will help, but I played around a little bit with the
Data Grid. I found that if you did something like below it would work.
Form1.MousePointer = vbHourGlass
DataGrid1.Enabled = False
[Long Procedure]
DataGrid1.Enabled = True
Form1.MousePointer = vbDefault
I hope it is appropriate for your solution.
Dave
---
You are currently subscribed to pro_vb as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-pro_vb-$subst('Recip.MemberIDChar')@p2p.wrox.com
|





