VS 2005: Smartphone-Project to work on PocketPC (WM 5.0)

  • Thread starter Thread starter Kenny Rymes
  • Start date Start date
K

Kenny Rymes

Hello

We are creating an application which should run on both Smartphone and
PocketPC, both with WM 5.0
So we are using a Smartphone-Project which is then also running correctly on
a PocketPC

We started the project with VS 2003, lately we upgraded to VS 2005. Now we
have on every Form the "ok" and we cannot deactivate it. But we dont want to
have this on every new form...

How can we deactivate it in VS 2005?

Thanks

Kenny
 
Not sure I get what you mean... In any case, you can control a form's OK/X
buttons with MinimizeBox or even ControlBox (both on Form). If you are
asking about something else please elaborate preferably with a code
sample...

Cheers
Daniel
 
Hi Daniel

Thanks for your answer, I mean exactly what you've written.
The Problem is that I have no ControlBox/MinimizeBox-Entry in the Forms
Settings menu as I am using the Smartphone SDK. The application should work
on both Devices, Smartphone and PocketPC, and as PocketPCs with WM 5.0 can
run Smartphone-Applications, I decided to use the Smartphone SDK...

Kenyy
 
The Problem is that I have no ControlBox/MinimizeBox-Entry in the Forms
Settings menu as I am using the Smartphone SDK. The application should
work

What do you mean "I have no" and "Settings menu"? If you mean you the
properties window then of course, ignore that. You can still set the
property in code though, right?
e.g. this.MinimizeBox=false;

Cheers
Daniel
 
Back
Top