Graphical controls in Forms with Windows CE .NET

  • Thread starter Thread starter Vincent Gremaud
  • Start date Start date
V

Vincent Gremaud

Hi all,

I am developing a GUI for the a Windows CE platform using
forms with .NET.
The platform will be a IPAQ 5550 and I am using the Visual
Studio and the Windows CE .NET development kit with the
Emulator to debug my software.

I have a number of JPG images which I was intending to use
with the Button control, but I discovered that the Button
control in Windows CE does not support
Image's. However, looking at the Windows Media Player,
supplied in the .NET Emulator, I see that the player
controls are all graphical.

Please can you provide me with examples how I can create
graphical controls in Forms with Windows CE .NET.

Kind Regards

Vincent Gremaud
 
You simply need a replacement button. This is a frequently asked and
answered question, so doing a google search may help. You might also look
at www.OpenNETCF.org for control samples.
 
Back
Top