Display logo and background image in smartphone

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LTCCTL
    New Member
    • Feb 2008
    • 49

    Display logo and background image in smartphone

    Hi all,

    I want to display a logo at the top of the smart phone where we have the other icons, time etc. in the Start menu bar.

    I also want to change the background image.

    I am using Windows Mobile 6.0 Smartphone SDK and C#.NET.

    Regards
    LTCCTL
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by LTCCTL
    Hi all,

    I want to display a logo at the top of the smart phone where we have the other icons, time etc. in the Start menu bar.

    I also want to change the background image.

    I am using Windows Mobile 6.0 Smartphone SDK and C#.NET.

    Regards
    LTCCTL
    Did you have a question ?

    Comment

    • LTCCTL
      New Member
      • Feb 2008
      • 49

      #3
      Originally posted by RedSon
      Did you have a question ?
      How can we do it using C#.Net and Windows Mobile Smartphone 5.0/6.0?

      Comment

      • LTCCTL
        New Member
        • Feb 2008
        • 49

        #4
        I have got the background image.


        I have created the application and it is working fine, but I want to do one more task:

        When the application is running - How can we display logo on the top of the screen with other icons such as time, network, roaming status, battery status etc.

        Does anyone has a suggestion or answer....

        Regards
        LTCCTL

        Comment

        • markmcgookin
          Recognized Expert Contributor
          • Dec 2006
          • 648

          #5
          Originally posted by LTCCTL
          I have got the background image.


          I have created the application and it is working fine, but I want to do one more task:

          When the application is running - How can we display logo on the top of the screen with other icons such as time, network, roaming status, battery status etc.

          Does anyone has a suggestion or answer....

          Regards
          LTCCTL
          Are they not already there in the windows bar?

          Comment

          • LTCCTL
            New Member
            • Feb 2008
            • 49

            #6
            Originally posted by markmcgookin
            Are they not already there in the windows bar?

            Hi,

            I am talking about the notification icon. The software will run as a service, there must be a notification icon displayed so that we come to know that the software is running.

            Regards
            LTCCTL
            Last edited by LTCCTL; Mar 18 '08, 04:11 AM. Reason: Chages in the content

            Comment

            • RedSon
              Recognized Expert Expert
              • Jan 2007
              • 4980

              #7
              Originally posted by LTCCTL
              Hi,

              I am talking about the notification icon. The software will run as a service, there must be a notification icon displayed so that we come to know that the software is running.

              Regards
              LTCCTL
              There are APIs that you can call to place icons in the taskbar. I'll see if i can find a link for you. I think its SHNotifyIcon something or other.

              Comment

              • RedSon
                Recognized Expert Expert
                • Jan 2007
                • 4980

                #8
                Originally posted by RedSon
                There are APIs that you can call to place icons in the taskbar. I'll see if i can find a link for you. I think its SHNotifyIcon something or other.
                See if this link helps http://msdn2.microsoft.com/en-us/library/aa928204.aspx

                Comment

                • LTCCTL
                  New Member
                  • Feb 2008
                  • 49

                  #9
                  Originally posted by RedSon
                  Thanks for your help, I have done it.

                  Regards
                  LTCCTL

                  Comment

                  Working...