01-10-2007 09:30 AM
01-11-2007 04:42 PM - edited 01-11-2007 04:42 PM
Hi Shrew,
Would you please provide a sample picture of what you are desiring? For example, the below screenshot seems to be typical Windows behavior and does not have horizontal lines of separation between the Internet Explorer stacked taskbar entries. Are you wanting to add them anyway?
Message Edited by AEDavid on 01-11-2007 04:44 PM
01-12-2007 08:32 AM - edited 01-12-2007 08:32 AM
Message Edited by pshrew on 01-12-2007 08:34 AM
Message Edited by pshrew on 01-12-2007 08:35 AM
01-15-2007 03:40 PM - edited 01-15-2007 03:40 PM
Hi Shrew,
Thank you for the clarification. Actually, I am finding an example for 8.01 (and 8.1) that has this functionality. Below is the picture that I think captures what you want. The example program is in Help >> Find Examples >> Building User Interfaces >> Menus and Toolbars >> trayicon.prj. The line of code to insert the blank line is: InsertTrayIconMenuItem (trayIconHandle, 0, &menuItemIndex); There is more detail in the help for InsertTrayIconMenuItem.
Message Edited by AEDavid on 01-15-2007 03:41 PM
01-15-2007 08:28 PM - edited 01-15-2007 08:28 PM
Message Edited by pshrew on 01-15-2007 08:29 PM
Message Edited by pshrew on 01-15-2007 08:29 PM
01-16-2007 04:30 PM
Hi Shrew,
My pleasure. Best of luck with your application!