Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Hourglass MousePointer over DataGrid (6.0 OLEDB)


Message #1 by "David Sommer" <davids@p...> on Tue, 5 Dec 2000 22:38:55 -0000
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

  Return to Index