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 Wanet Telecoms Ltd 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 aqm

  1. aqm

    PROBLEMS WITH ERRORS

    I'm having problem with MSACCESS. When I'm working with my application and I decide to close the MSACCESS, I receive a error message: The instruction at "0x77f892e5" referenced memory at 0x001fb550". the memory could not be "read". Click on OK to terminate the...
  2. aqm

    how can i create txt?

    hi, how can i create a .txt file, I want regular text saved to a binary file (.txt.). help. aqm
  3. aqm

    how to create txt file?

    hi sorry, i was on lunch. I wants regular text saved to a binary file (.txt.). aqm
  4. aqm

    how to create txt file?

    hi, how can i create a .txt file through vb code? help. aqm
  5. aqm

    DLL command?

    hi, iam having troubles with scroll key. how can I create a DLL command to disable the scroll key? is there any code? please help? help?help? aqm.
  6. aqm

    HOW CAN I DISABLE

    hi, i really tried hard to disable the mouse wheel, i was given this code below but it didn´t work, can you work it for me and see, what is wrong, or if you have another please send me? Here is the code that I am using: It includes 3 modules: Module 1 (a Standard Module named...
  7. aqm

    how to disable

    you just told me to search the microsoft site, but i found nothing. please help aqm
  8. aqm

    how to disable

    hi, the pgup and down now are not working, but it is being down by the mouse wheel(scroll). how do i disable it totally? help aqm
  9. aqm

    how to disable

    hi, i tried it but could not work. where do i put it, on the keydown click?
  10. aqm

    how to disable

    hi, please help, how can i disable page up and page down keys? i have already used this code: '************ Code Start ********** Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer) '33 - PgUp; 34 - PgDown; 9 - Tab; 18=Alt Select Case KeyCode Case 33, 34, 9, 18...
  11. aqm

    HI, I HAVE A PUBLIC VARIABLE ON A

    hi, sorry jeremy, i didn´t know that wriing with cap is shouting. would please help to this? aqm
  12. aqm

    how to disable a mouse?

    hi, iam using access 2000, how can disable a mouse scroll? i check microsoft KB didn´t find it. help aqm
  13. aqm

    HI, I HAVE A PUBLIC VARIABLE ON A

    HI, HOW CAN I DESABLE A MOUSE SCROLL? PLEASE HELP. AQM
  14. aqm

    HI, I HAVE A PUBLIC VARIABLE ON A

    HI, THE PUBLIC VARIABLE IS DECLARED ON THE CODE MODULE. EVEN THOUGH NOTHING HAPPENS. WHAT CAN I DO? AQM
  15. aqm

    HI, I HAVE A PUBLIC VARIABLE ON A

    HI, I HAVE A PUBLIC VARIABLE ON A MODULE AND I GIVE A VALUE TO THE VARIABLE ON THE FIRST FORM, WHEN I OPEN THE SECOND FORM, I CLOSE THE FIRST FORM, AFTER THIS THE VARIABLE GOES NULL. I HAVE THREE FORMS. OPN THE FIRST FORM, I ATRIBUTE A VALUE TO A VARIABLE WHICH WAS DECLARED AS PUBLIC ON THE...

Part and Inventory Search

Back
Top