Jump to content

VB only capable of typing letters and numbers

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
nickboygta

nickboygta

    Newbie

  • Members
  • Pip
  • 1 posts
For ecologic i have to make a presentation about economics, i'm dutch and my English isn't that well so can a let VB (.vbs file's) type thinks in notepad like #$% and stuff like that, wshShell.SendKeys ''#'' doesn't work ...Its going to look awsome when im finisht:)

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
There is a lot of information in the MSDN article on SendKeys: SendKeys Method

From what I can see that you should enclose #$% in braces, such as {#}, {$} and {%}
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.