Guest xabdullahx Posted November 4, 2007 Report Posted November 4, 2007 (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: And in mobile it looks like this: Could it be real ?!?!?!? Third.. If i want to add buttons to the soft keys, how i do that ? Edited November 5, 2007 by xabdullahx
Guest Paul (MVP) Posted November 8, 2007 Report Posted November 8, 2007 '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 November 9, 2007 Report Posted November 9, 2007 (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 November 9, 2007 by xabdullahx
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now