CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: DBGrid

  1. #1
    Join Date
    Apr 1999
    Posts
    1

    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.

  2. #2
    Join Date
    May 1999
    Posts
    22

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured