are
> arguments that windows expect to see, but the MSDN site talked a 
lot about
> high words and low words and I was lost.

For future interest, the "word" refers to 16 bits of the 32 
bit "doubleword"; the history is that Windows was written for 16 
bits Intel machines and so the concept of a word as 16 bits is hard 
coded into some of the API.

In this case, so if you want an integer (less that 2**16) in 
variable i1 in high work and i2 in low word, you use
(i1<<16)|i2




 > throughout he script, and to figure out how to make all windows, 
except for
> a few start with a transparency rating of "1"


Use the autorun command list (help index auto run with a window 
opens) with * to match all windows, then decide which ones you want 
to make transparent.

Reply via email to