Jump to content

Simple questions = Please look


Recommended Posts

Guest xabdullahx
Posted (edited)

Just installed VS.Net And want to make my first app for my S710 ;)

But if i create a button (After clicking play) it shows me Me.Button1 = New System.Windows.Forms.Button is not supported.

Is it real i cant make buttons ?!? its actully the most important thing in apps ?!?!

What shall i do?

Secondly..

When i design an app. in VB it looks like this:

Before.jpg

And in mobile it looks like this:

After.jpg

Could it be real ?!?!?!?

Third..

If i want to add buttons to the soft keys, how i do that ?

Edited by xabdullahx
Guest Paul (MVP)
Posted

'Buttons' aren't supported on Smartphone. You need menus and menuitems. You probably have a menu already added to your project, just click the grey areas below the form area in the designer to give you the relevant properties (and set the text) then double click them as usual to add some code!

P

Guest xabdullahx
Posted (edited)

Okay.. I found out that i dont need to create new project and press smartdevice --> Windows CE 5.0 but Windows smartphone 2003 ;)

1 question more..

I added that menu (Next step), and now i need them alle to disappear and the user can enter new things.. Possible to add something like a new form or something like that? (Instead of using .visible = false)

Edited by xabdullahx

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.