Results 1 to 13 of 13

Thread: new to WM6 programming

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    new to WM6 programming

    I have a few questions. I am new to this topic however i program in .net. So it shouldn't be a difficult task.

    My main concern is whether or not I have to make a program in WM6 and WM5 if I have two phones this app is going to run on, each phone has one or the other version.

  2. #2
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: new to WM6 programming

    It shouldn't matter - you can deploy the .Net runtimes to each when you deploy

    You will be able to make one version that will run on both
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Re: new to WM6 programming

    Thank you that's good news.

    it helps because im trying to get VS 2005 to give me a formlayout that fits my phone screen.. currently.. I can't in the 5.0 SDK so maybe the 6.0 SDK will give me that option.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Re: new to WM6 programming

    ok the 6.0 SDK offered more choices for the formfactor option in the project... but i need one specifically for a display size of 320, 240... unless it doesn't matter because I can always just make my form that big. then i'll just have to deal with the over hang in the development process

  5. #5
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: new to WM6 programming

    Hi,
    320*240 is the standard screen size for PPC and most emulators - what appears to be the problem?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Re: new to WM6 programming

    there isn't an emulator skin with that size display. because when i set the form size to 320X240 it overhangs.

  7. #7
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: new to WM6 programming

    if you change your project target to Windows Mobile 6 Professional SDK and pick Windows Mobile 6 Standard SDK you will get a 320*240 screen

    Pete
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Re: new to WM6 programming

    yeah I tried. outcome was the program form was bigger than the window.

    The problem is also the form designer. Not just the emulator.

    Isn't there a 320X240 screen size so you can build in design time?

    The emulator has a screen size for 320X240 and it displays fine.

  9. #9
    Frenzied Member
    Join Date
    Oct 2005
    Posts
    1,286

    Re: new to WM6 programming

    Are you sure you are choosing a smart device project when you start? The screen for a smart device project defaults to 320*240

    When you look at the form properties, what are the height/width?
    Pete Vickers
    MVP - Device Application Development
    http://www.gui-innovations.com http://mobileworld.appamundi.com/blogs/

  10. #10
    New Member
    Join Date
    Apr 2009
    Posts
    13

    Re: new to WM6 programming

    I think I've got it. Under form properties, set the form size to 320 by 240 and set "skin" to false. You should have no cutoff! (If you want to add events using the hardware buttons, just turn the skin on for that part and then turn it off). Hope this helps!

  11. #11

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Re: new to WM6 programming

    @petevick
    yeah the form width and height were set as to what the default was for all the skins which I dont have the numbers right now but it wasn't 320X240.

    @winallsys
    I will give it a shot and let you know sometime tomorrow.

    Thank you for all the responses.

  12. #12

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Location
    Toledo, OH
    Posts
    785

    Re: new to WM6 programming

    @winallsys

    that worked. however I just made the form width and heighth the width of the screen for whatever device my app runs on.

  13. #13
    New Member
    Join Date
    Apr 2009
    Posts
    13

    Re: new to WM6 programming

    Glad I could help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width