--- In [email protected], BWMarcotte <[EMAIL PROTECTED]> wrote: >> > The first time this script runs the icon disappears and it never > cl.SetIcon ("(Bar)", 2, "D:\Program Files\PowerPro\Icons\Sysicons.icl", 105) > cl.SetIconVisible ("(Bar)", 2,1)
I have not looked at the whole script but I suspect the problem is the \ in the file paths, which is likely your escape character. Use ?".." to delimit file paths to avoid the \ being treated as an escape. Or use / in file paths. Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/power-pro/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
