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

Thread: NumLock problem

  1. #1
    Join Date
    Jan 2001
    Posts
    11

    NumLock problem

    Have run into a strange problem in my app involving the status of the NumLock. I find that in various places in the program, such as in clicking a command button that fills a simple variant array, or sometimes just showing a form, the NumLock status is changed to off and must be manually reset to on. The odd thing is that nowhere in the app is the Numlock addressed in code and I can't figure out what is causing the off condition. Any insight into this problem would certainly be appreciated. Thanks in advance.

    Boris


  2. #2
    Join Date
    Jan 2001
    Posts
    11

    Re: NumLock problem

    Additional Info: The development environment is VB5. The problem is not limited to a single machine and occurs in both the development environment and in the compiled version of the app. Thanks.


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