1) Minimize the current TSE window.
2) Switch to the next Window as if pressing <Alt><Tab>.
3) Getting the SHA-1 hash for the current file?
I am running TSE 4.4 and Windows XP Service Pack 3.
> -----Oorspronkelijk bericht-----
> Van: sem...@googlegroups.com [mailto:sem...@googlegroups.com] Namens
> retro
> Verzonden: dinsdag 22 december 2009 5:16
> Aan: SemWare
> Onderwerp: [TSE] Windows DLLs
dll "<user32.dll>"
integer proc MinimizeWindow(
integer hWnd
) : "CloseWindow"
end
proc cpMinimizeWindow()
MinimizeWindow(GetWinHandle())
end
proc main()
cpMinimizeWindow()
end
It works; however there is an odd side-effect. Sometimes the menu bar
will have one of the menu options hightighted (as if I had pressed
Alt). The menu option that is highlighted is random and sometimes
there is no menu option highlighted. Is there a workaround?
> > I am running TSE 4.4 and Windows XP Service Pack 3.- Hide quoted text -
>
> - Show quoted text -
However, TSE does have the option of assigning commands to the single <alt>
key, so you might try adding this line to the bottom of your macro to let it
overrule and react itself to the superfluous <alt> that is passed on to TSE:
<alt> NoOp()
> -----Oorspronkelijk bericht-----
> Van: sem...@googlegroups.com [mailto:sem...@googlegroups.com] Namens
> retro
> Verzonden: woensdag 23 december 2009 1:15
> Aan: SemWare
> Onderwerp: [TSE] Re: Windows DLLs