Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by TRuff

  1. TRuff

    MousePointer

    Thanks for the example code. I wanted to know why my problem was happening instead of just applying a fix on faith. Your code helped.
  2. TRuff

    MousePointer

    Yes! The suggestion from strongm worked. Thanks very much. I changed to Form.MousePointer and added DoEvents inside my loops. The mystery of MousePointer working in my other event procedures is due to the mouse being over the command button when the MousePointer call was made. In event...
  3. TRuff

    MousePointer

    Thanks for the response. I am aware that I was only changing the mousepointer for the command button, but I do the exact same thing in an event procedure for another command button that does not have a common dialog call and the mouse pointer changes as long as the mouse is over the form...
  4. TRuff

    MousePointer

    Thanks. I tried DoEvents both before and after my MousePointer calls. It did not help. Any other suggestions?
  5. TRuff

    MousePointer

    Thanks for the response. Here is the abbreviated code for my procedure: Private Sub CmdCompare_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)'Originally I tried the Click event but it wasn't working either Variable declarations here CommonDialog1.Filter =...
  6. TRuff

    MousePointer

    I am trying to change the mouse pointer to an hourglass in an event procedure. In most cases this is easy, but in any event procedure that has a msgBox or CommonDialog object the pointer wiil not change from the default (arrow) to the hourglass. I have tried many of the suggested fixes in other...

Part and Inventory Search

Back
Top