Search:

Type: Posts; User: rike

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    100
    Views
    107,935

    Re: VB - Spell Check a Textbox

    Sorry I was unable to find a fix for this.
  2. Thread: Sendkeys

    by rike
    Replies
    4
    Views
    536

    Have tried that already but no luck - very...

    Have tried that already but no luck - very frustrating!!!!!
  3. Thread: Sendkeys

    by rike
    Replies
    4
    Views
    536

    Is this possible?

    Is this possible?
  4. Thread: Sendkeys

    by rike
    Replies
    4
    Views
    536

    Sendkeys

    Trying to send the below string to an application but havng trouble escaping the parentheses.

    SendKeys "EXISTS('MSISDN'='" & g_sClipboardText & "')"

    Any ideas?
  5. Replies
    2
    Views
    738

    Thanks for that

    Thanks for that
  6. Replies
    2
    Views
    738

    Sendkeys [resolved]

    How would I send "CTRL + SHIFT + T" simultaneously using the Sendkeys function?
  7. Replies
    1
    Views
    368

    Check internet instance

    From a VB app I need to know how to check for a specific instance of an application running in IE by checking it's title display. Then by using AppActivate I want to send a key value to it for...
  8. Replies
    0
    Views
    381

    Send Keys API/ Internet App

    From a VB application I want to find a certain web application if present on the same client and by using the Send Keys API send some values to it and that will cause it to perform a search.

    Has...
  9. Thread: file properties

    by rike
    Replies
    3
    Views
    637

    file properties

    In Windows 2000, when I right click on a file in windows explorer and select properties, I can set various propertys of that file via the summary tab.
    Such as title, summary ,comments....

    I need...
  10. Replies
    6
    Views
    535

    Thanks buddy. Thats what I was after!

    Thanks buddy. Thats what I was after!
  11. Replies
    6
    Views
    535

    Cheers but I have an existing app with plenty of...

    Cheers but I have an existing app with plenty of code already based around the existing combo box. I need a quick fix for this or at least be able to say it is not possible. Any API ideas anyone?
  12. Replies
    6
    Views
    535

    Combo box options [Resolved]

    Is it possible to change the background colour of a specific option in a combo box (in this case the first option) or even make it somehow different from the rest such as a change of font etc?
  13. Replies
    1
    Views
    401

    I have since discovered how to fix this through...

    I have since discovered how to fix this through the use of API's but do not wish to do so. Can someone tell me how to turn the tool tips off or set them to a null string. I can for the root nodes...
  14. Replies
    1
    Views
    401

    Treeview tool tips

    I am having problems with my tool tips flashing on my treeview. A colleague said this is a known issue with microsoft and yet to be resolved. Is anyone else aware of this issue? If so how do I...
  15. Thread: Carriage returns

    by rike
    Replies
    3
    Views
    482

    Cheers gusy - Martin has resolved this in 'Spell...

    Cheers gusy - Martin has resolved this in 'Spell Check a Textbox"
  16. Thread: Carriage returns

    by rike
    Replies
    3
    Views
    482

    Carriage returns

    How does one insert text that contains carriage returns into a textbox? (textbox in on an access form)
  17. Replies
    3
    Views
    815

    Thanks for your help guys! brucevde thats...

    Thanks for your help guys!

    brucevde thats exactly what I was after!
  18. Replies
    100
    Views
    107,935

    I haven't added it to my project yet as I was...

    I haven't added it to my project yet as I was just investigating the possibility. I just created a form in Access with a couple of textboxes and put your code under a command button. Unfortunately...
  19. Replies
    100
    Views
    107,935

    No that didn't work either. I guess I will just...

    No that didn't work either. I guess I will just force them to check only one text box at a time.

    Cheers for your help.
  20. Replies
    3
    Views
    815

    Command button right click

    I have a toolbar series which the client has now asked for additional functionality but with the lack of realestate they do not want any more buttons added to the toolbar.

    I am trying to execute...
  21. Replies
    100
    Views
    107,935

    Cheers for the tip ...

    Cheers for the tip

    App.OleRequestPendingTimeout = 999999

    is not recognised in Access is this line necessary. I tried commenting it out and alter the code as such for access but still the word...
  22. Replies
    100
    Views
    107,935

    Basically a company using access 97 runtime with...

    Basically a company using access 97 runtime with office 2003 want to see if they can use the 2003 spell checker as the 97 office spellchecker is no longer installed. So I want to use this code in an...
  23. Replies
    100
    Views
    107,935

    Martin I am trying to use the above code with...

    Martin I am trying to use the above code with numerous textboxes on the same form and have altered it to achieve this. The problem I am having is if I cancel the spellchecker it proceeds to the next...
  24. Replies
    4
    Views
    467

    thanks Martin that works fine. so I take there...

    thanks Martin that works fine.

    so I take there is no similar command to

    DoCmd.RunCommand acCmdSpelling

    which it currently uses to check each textbox on the form?
  25. Replies
    4
    Views
    467

    Office 2003 spellchecker

    Is it possible to run the office 2003 spellchecker from an access 97 app running on Windows XP with Office 2003 and access 97 runtime?
  26. Replies
    2
    Views
    592

    Thanks mate!

    Thanks mate!
  27. Replies
    4
    Views
    389

    Cheers mate you're a champion! Quoted the client...

    Cheers mate you're a champion! Quoted the client 1½ days work to come up with this and now I can relax for xmas!
  28. Replies
    4
    Views
    389

    [Resolved] Access spellchecker

    Currerntly trying to run access spellchecker with Access 97 runtime on office XP. Obviously it isn't working - anyone know any tips or hacks to get this going
  29. Replies
    2
    Views
    592

    [Resolved]Bringing dialog box to the front

    I would like to bring a non-modal custom dialog box to the front of all applications but remain non-modal. Is this possible?
  30. Replies
    1
    Views
    411

    Printing letterhead

    I need to write some code that can be placed in an existing function that specifies to print the fiirst page from source tray 1 (letterhead) and the remaining pages from source tray 2 (plain) Any...
  31. Replies
    2
    Views
    622

    Thanks Marty - I'll check it out!

    Thanks Marty - I'll check it out!
  32. Replies
    2
    Views
    622

    redundant code checker

    Are there any tools out there that would check for redundant code in Access 97?
  33. Replies
    6
    Views
    427

    I set the form to modal during its load event and...

    I set the form to modal during its load event and it seemed to work - not sure why it couldn't be done from the outside the form but thanks for your help anyway.
  34. Replies
    6
    Views
    427

    DoCmd.OpenForm "frmCustomMessageBox" ...

    DoCmd.OpenForm "frmCustomMessageBox"

    [Forms]![frmCustomMessageBox].Form.Modal = True

    I have stepped through the code and the code still continues to execute after I set the form's modal...
  35. Replies
    6
    Views
    427

    I can set it to modal in Access but perhaps I am...

    I can set it to modal in Access but perhaps I am coming at it from the wrong angle. I want to call a function that opens a custom message box and returns an integer value corresponding to option...
  36. Replies
    6
    Views
    427

    Cusomised Message box

    I have written my own customised message box but a problem I am having is that I want the function that calls it to stop until the user selects an option from the message box and the box is shutdown....
  37. Thread: Access 97 and XP

    by rike
    Replies
    2
    Views
    384

    Access 97 and XP

    I am about to go on-site for a company that is running a number of access 97 apps. They have recently upgraded to Windows XP and Office XP but the want to keep running their apps as access 97. ...
  38. Replies
    4
    Views
    495

    Thanks - what are your thoughts on Secure MDB...

    Thanks - what are your thoughts on Secure MDB Launcher ?
  39. Replies
    4
    Views
    495

    Access 97 security

    I am performing a system review on an existing access 97 database app. Security has been implemented through a login form where one must enter a username and password. The password is encrypted and...
  40. Thread: MSI Packages

    by rike
    Replies
    2
    Views
    386

    Cheers!

    Cheers!
Results 1 to 40 of 53
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width