
I tried this code
WM_USER + 10 is the same as PBS_SETMARQUEE,the message to set a progress bar to marquee mode,but it didn't work.Does anybody know how to do it?Function SetMarquee
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $HWNDPARENT 1004
IntOp $1 ${WM_USER} + 10
SendMessage $0 $1 1 200 $2
FunctionEnd
Thank you for the attention