Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toolbar I want to be visible in 1 application only, is visible in all other
#2
A toolbar can be attached to a window in two ways:

1. Window trigger. Your trigger should work, but maybe need to remove the document part in Notepad++ window name:
!a"*Notepad++" "Notepad++" "" "" "" 0x2 /NOTEPAD++,NOTEPAD++PORTABLE

2. Run macro like this:
Macro Macro284
Code:
Copy      Help
int w=win("*Notepad++" "Notepad++" "Notepad++" 1); if(w=0) ret
mac "Toolbar5" w


Messages In This Thread
RE: Toolbar I want to be visible in 1 application only, is visible in all other - by Gintaras - 06-26-2019, 07:40 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)