AZJIO Posted October 13, 2013 Posted October 13, 2013 (edited) Check out the example in the Help. A handle is returned, but not added to the band.I've tried to find a difference in the versions of UDF, but could not find the error.AutoIt3 v3.3.8.1, Windows XP. Restored $tagREBARBANDINFO, now works$__tagREBARBANDINFO = "uint cbSize;uint fMask;uint fStyle;dword clrFore;dword clrBack;ptr lpText;uint cch;" & _ "int iImage;hwnd hwndChild;uint cxMinChild;uint cyMinChild;uint cx;handle hbmBack;uint wID;uint cyChild;uint cyMaxChild;" & _ "uint cyIntegral;uint cxIdeal;lparam lParam;uint cxHeader" If @OSVersion <> "WIN_XP" Then $__tagREBARBANDINFO &= ";" & $tagRECT & ";uint uChevronState" Global Const $tagREBARBANDINFO = $__tagREBARBANDINFO Edited October 14, 2013 by AZJIO My other projects or all
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now