Results 1 to 5 of 5

Thread: [RESOLVED] minimize an APPLICATION!

  1. #1

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Resolved [RESOLVED] minimize an APPLICATION!

    Hi ,

    Another question,

    I have a small program , and I want to minimize it ( so that it will work but will not cover the screen , to allow me operate another program),

    Giving an exact answer
    Saves a lot of time!!!

  2. #2
    ex-Administrator brad jones's Avatar
    Join Date
    Nov 2002
    Location
    Indianapolis
    Posts
    6,614

    Re: minimize an APPLICATION!

    Quote Originally Posted by noam309
    Hi ,

    Another question,

    I have a small program , and I want to minimize it ( so that it will work but will not cover the screen , to allow me operate another program),
    The concept of "minimizing" is not really done in mobile OS's. One application runs at a time. You can send apps to the background, but that is done by simply switching to the new program without closing out the first.

  3. #3

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Question Re: minimize an APPLICATION!

    And if I want to see the desktop ( my pocket pc desktop)
    after I run the first program so I could operate from there the other program??!

    Is this thing possible?

    Giving an exact answer
    Saves a lot of time!!!

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: minimize an APPLICATION!

    Yah, it's possible, but it IS a bit odd. The way you would have to do it would be to alter the size or location of the form on the screen. Of course, this means using forms, and I urge people to have one BIG form with a bunch of panels on it, rather than having a bunch of forms, because forms load so slowly.

    You have a Size property on a form in the CF, just as you do in the full .NET, so if you alter the size of the form to something less than the size of the screen, it should work, though I have never actually tried it.
    My usual boring signature: Nothing

  5. #5

    Thread Starter
    Addicted Member noam309's Avatar
    Join Date
    Aug 2006
    Posts
    225

    Resolved Re: minimize an APPLICATION!

    Thank you all , It was very helping.

    Giving an exact answer
    Saves a lot of time!!!

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