topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 8:22 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - asihuay [ switch to compact view ]

Pages: [1]
1
Thanks for the code.
Yes for control userform with vba is very easy I use it only to example in order to obtain the correct command line code.
My need are to open in default browser all network camera in sequence all are protected by user and password at this point I will use winsendkeys and then run snapshot(alt+S) then enter to take picture.
At this time I successfully obtain the required snapshot.
Thanks.

2
Hi to all.
I need example of full command line to send keystrokes to an excel vba userform1
I am trying  the following:
UserForm1.Show vbModeless
Shell "S:\WinSendKeys.exe -w:UserForm1 Tab"   'try to send   Tab key to UserForm1
Shell "S:\WinSendKeys.exe -w:UserForm1 a"   'try to send   "a"   to UserForm1
thanks in advance.

Pages: [1]