--- In [email protected], "Luciano CANE" <[EMAIL PROTECTED]> wrote: > > Hi, > > is there a workaround to check a item menu if is checked/unchecked? > > Thanks. > > Luciano CANE > PP 4.4 & XP - Italy >
Use Win.SendMessage() with an appropriate button's handle hButton: local ret=Win.SendMessage(hButton,240,0,0) ret is 0, 1, 2 for unchecked, checked, gray-checked respectively. Sean ------------------------ Yahoo! Groups Sponsor --------------------~--> You can search right from your browser? It's easy and it's free. See how. http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> 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/ <*> 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/
