Re: Tips and Tricks for XP to 7'
- Posted by dcole May 22, 2011
- 1463 views
DerekParnell said...
dcole said...
I cannot figure out how to work this Wiki.
What exactly are you having trouble figuring out?
Derek,
What I want to do is start a new thread (or whatever it's called in Wiki) named "Tips and Tricks for XL to Windows 7"
This would be a list of code used for this purpose.
For example here's one I wrote:
global procedure adjForWindows7(integer id)--adjust the window sequence s integer h s = getRect( id ) h=s[4]-s[1] h=floor(h+h*.06) setRect(id,s[1],--left s[2],--top s[3]-s[1],--width h,--height 1) end procedure
Other people could add to this as we move along.
Don Cole