Jump to content

RodrigoRR

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by RodrigoRR

  1. Hello, good night everyone! im new in this Vbs world, so im learning step by step

    recently I been tempted by make buttons for my own satisfy using windows and bars as rocketdock


    I added my first vbs codes 1 for windows menu, and 2 for task manager


    so now, Im trying to write one that helps me to simulate: windows key + S, this combination of keys opens the windows search, also im interested in one for screenshot directed to the desktop (not sure if this last is possible with vbs)


    can you please help me to make it? I would appreciate a lot!


    Also I share with you the mentioned scripts for task manager and windows menu


    set wShell=wscript.createobject("wscript.shell") wShell.sendkeys "+(^{ESC}"



    set wShell=wscript.createobject("wscript.shell") wShell.sendkeys "+(^{ESC})"





×
×
  • Create New...