Pocket PC: Adding an additional toolbar

  • Thread starter Thread starter Nils Haeck
  • Start date Start date
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
 
HI,

you better post in the CF newsgroup, additionally check opennetcf.org they
have a very good library
 
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!
 
Back
Top