Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Visual studio 2005 C#.Net

Visual studio 2005 C#.Net

Scheduled Pinned Locked Moved C#
csharpvisual-studiohelptutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Sri harini
    wrote on last edited by
    #1

    I am developing application in VS2005 C#, Windows Mobile 5. Please help, I have some doubts.. 1. How to code for softkeys in Windows Mobile? 2. How to add background image? 3.If I closed the application, its still running at the background,I stop running programs also its still running,I need to remove the battery to shutdown the application.How to avoid this? 4.How to install exe file with icon/logo to Windows Mobile programs collection? I am a newbie for WM development,So, please bear with my questions. Thanks in advance

    B 1 Reply Last reply
    0
    • S Sri harini

      I am developing application in VS2005 C#, Windows Mobile 5. Please help, I have some doubts.. 1. How to code for softkeys in Windows Mobile? 2. How to add background image? 3.If I closed the application, its still running at the background,I stop running programs also its still running,I need to remove the battery to shutdown the application.How to avoid this? 4.How to install exe file with icon/logo to Windows Mobile programs collection? I am a newbie for WM development,So, please bear with my questions. Thanks in advance

      B Offline
      B Offline
      bobsugar222
      wrote on last edited by
      #2

      1. Same way as Win Forms. Select the softkey menu in the designer. In Properties change to events view and double click the event you want to handle. 2. Only the PictureBox support BackgoundImage unless you override OnPaint and paint it yourself. 3. That's just the way WM5 handles things. It's 'trying' to be clever. X = minimise not close. You can get apps that override this. I, for example, use sqb Pocket Plus for this. 4. Same way as WinForms. Choose an Icon from the properties of the Form in VS designer.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups