Re: C# toolbar stuck on bottom of screen by Lcubed
Lcubed
Thu Jun 19 07:52:13 CDT 2008
On Jun 18, 1:58 pm, r_z_aret@pen_fact.com wrote:
> On Tue, 17 Jun 2008 11:56:39 -0700 (PDT), Lcubed
>
> <Loris.Email...@gmail.com> wrote:
> >Using VS2005, C#, How can I get the toolbar to appear at the top of
> >the display rather than at the bottom by the SIP ?
> >Is a custom toolbar needed? If so, where do I start? Thanks for any
> >suggestions.
>
> If you use the Pocket PC/Smartphone/Windows Mobile menu functions
> (SHCreateMenuBar, etc.) or whatever C# functions call them, the menu
> will be on the bottom of the screen and the Task Bar will be on the
> top of the screen. If you use the Windows CE menu functions
> (CommandBar_Create and relatives), the menu bar will be at the top and
> the Task Bar will be at the bottom, but only if they actually work and
> the menu is visible. I had this working for the first version of
> Pocket PC, but the menus disappeared starting with Pocket PC 2003. I
> think I managed to get them to reappear, but gave up.
>
> Why do you think it is important to change the position of the menu
> bar?
>
> -----------------------------------------
> To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).
>
> Robert E. Zaret, eMVP
> PenFact, Inc.
> 20 Park Plaza, Suite 478
> Boston, MA 02116www.penfact.com
Hi Robert,
Thanks for the reply. I'm writing a kiosk type application and the
toolbar or menubar needs to be at the top since that's where users are
used to having it.
I've tried all the menubar type options (contextmenu, mainmenu,
statusbar and toolbar) and so far have not had any success - they're
all set at the bottom.
I'll experiment some with SHCreateMenuBar & CommandBar_Create. If you
know of any others, please let me know. I usually program controls so
am new to GUI. I could be overlooking the obvious.
Lori