On Mon, 22 Sep 2003 04:51:54 -0700 (PDT), Jan Schenkel <[EMAIL PROTECTED]> wrote:
At 7:08 -0400 22/9/03, [EMAIL PROTECTED] wrote:

Hi Graham,


The 'queryRegistry' function will figure that one out
for itself ; so try :
  put "HKEY_CURRENT_USER/Control
Panel/Desktop/WindowMetrics/CaptionHeight" into
tRegKey
  put queryRegistry(tRegKey) into tCaptionHeight
  put abs(tCaptionHeight DIV 15) + 5 into
tWindowTitleHeight

Hi Jan


Thanks very much to you for clarifying Ken Ray's suggestion about the Registry. Just two small points I needed to know to get it working: the "/"s should be "\"s in the path (see the TD), and when one builds the distribution, it's essential to include 'all other' or whatever it's called - the last thing on the inclusion list anyway - otherwise queryregistry doesn't function, which foxed me for some time.

Cheers

Graham
--
-------------------------------------------------------------------
         Graham Samuel / The Living Fossil Co. / UK & France
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to