Search results

  1. A

    Adding Common Dialog

    Unfortunately, has failed
  2. A

    Adding Common Dialog

    When I want to register the ActiveX control of the common dialog to use it,I do it by going to Tools->ActiveX, and link it to ocx file C:\WINNT\System\COMDLG16.ocx. it fails and gives me a message that you have to Install/Remove this ActiveX by another Setup utility. Please tell me what I do to...
  3. A

    List Box with Scroll bar

    How can I make a List Box object has horizental Scroll bar
  4. A

    Space keystroke

    What is the code of SPACE, because I want to send this stroke through the Sendkeys command
  5. A

    Urgent: Input Locale

    Hi, How can I change the input locale from one to another. We now that manually we can chnage be press Alt+Shift, but how can we do the programmarically. Another question is that how can we make the cursor at the end of an text box. Regards,
  6. A

    Urgently Required

    I can't view the path of the picture because it is embedded
  7. A

    Urgently Required

    Hi, How can I get the path of an embedded picture used as command button picture regards,
  8. A

    Access Concepts

    What is the difference between ActiveX controls and OLE objects , Automation
  9. A

    Combo Box Editing

    how can I prevent editing a Combo Box control. If I set the locked property to Yes, It will also prevents the user from change the content of the combo box, so the change event will be prevented. Example: Combo box Name: Country Source data: USA, England,France. Current text:USA locked:Yes...
  10. A

    Prevent Editing

    Thanks alot for this help. it works perfectly
  11. A

    real time

    is there any way to get the actual system time (calender time), even i change the setting of the system time. Example: actual time: 25/04/2003 17:22 system time is changes accidentially by control panel system dates screen to 18/04/2003 17:38. I want to ge the first time which is the real date...
  12. A

    Prevent Editing

    How can I prevent editing text box. I mean not allow user to edit the text box but the text box is enabled and visible at the same time. regards
  13. A

    Add Library

    Hi.. How can I add new library automatically by writing a code line? The known method to add library is to go to Tools -> References and then select the file to add as library. Can I made this automatically by code line? regards..
  14. A

    How to change design of two Access instances concurrently

    I have MS Access 2000. My problem is that when we are development team, we need to work in the same MS Access project from different workstations. When some one open this project to make some Design changes, the later developer who open it, see the message " You must have exclusive access...
Back
Top Bottom