-
DBGrid
VB6 SP1
I have a DBGrid control on my form, and when I set the mousepointer of the form to be vbHourGlass I still get a vbArrow over the DBGrid control.
The DBGrid control is disabled and I am processing the result set and updating information in the result set.
The entire process is started from a menu item and handled in the menu handler function.
-
Re: DBGrid
Try changing the icon property to "vbCustom" and including the HourGlass as the icon.
I hope this will solve your problem.
By the way, can you please tell me how to populate the unbound dbgrid from a table.... the sample application which comes along with
the vb software is not of much help.
Thanking you in advance.
shashi.