Pocket PC: Adding an additional toolbar

N

Nils Haeck

I'm developing a little application for Pocket PC 2003 (.Net 2.0).

It seems I can only just add one toolbar to my form, which appears to the
right from the main menu. However, apps like pocket word show a second
toolbar optionally.

How can I achieve this using C# .NET?

I saw some C++ code that creates a second command bar to achieve this, but I
can't find the CommandBar control in the mobile platform .NET environment.
http://www.pocketpcdn.com/articles/second_commandbar.html

Any pointers are welcome. Creating custom controls in C# is out of my league
still, as I am a novice C# developer. However, if someone has already done
something like this and wants to share, that would be great!

Thanks in advance.

Nils Haeck
 
I

Ignacio Machin \( .NET/ C# MVP \)

HI,

you better post in the CF newsgroup, additionally check opennetcf.org they
have a very good library
 
N

Nils Haeck

Ignacio Machin ( .NET/ C# MVP ) said:
HI,

you better post in the CF newsgroup, additionally check opennetcf.org they
have a very good library


--

Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top