Leon André Bergman
60 discussion posts
As a person who has no coding experience, and does not know C# at all, but have used ArsClip in the past, I would like some input on how I could make some macros work like I want.
I work with some systems that need to perform a lot of selections in different dropdowns and such, on webpages, and in my current program, I can simply tell the macro to run key strokes by writing [TAB REPEAT=1][ENTER REPEAT=2], this will make it Tab to the next selection and hit enter.
I know you have the BFS.Input.SendKeys function in C#, and I am sure it can do the same thing, but how does this work?
Leon André Bergman
60 discussion posts
Thank you. This is pretty helpful. AS long as I can figure out what the correct name for all the keys are, I can make some interesting macros. How about adding a wait timer. Is there a code for that?
I've put together another macro that should show you how to add a delay to your code. I hope it works for you!
Leon André Bergman
60 discussion posts
thank you. Ive been tinkering with it all day, and I got my full macro to work, with about a houndred lines of code. I also figured out the wait timer.
Hi, I want to do this too, but I want the hotkey to to send the keystrokes only when a certain window is active. How can I add that condition?