Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using NotWindows
#1
Hi all

How do you specify windows in Triggers.Of.NotWindows, like when you want to prevent certain autotexts from being triggered in Notepad and Word, for example?
Total newbie here.

Thank you
#2
Like this
 
Code:
Copy      Help
        Triggers.Of.NotWindows(
            new("*- Notepad", "Notepad"),
            new("*- WordPad", "WordPadClass")
            );

These new(...) can be copied from the 'Find window' tool. In the combo box is select 'finder'.


Forum Jump:


Users browsing this thread: 1 Guest(s)