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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. ToolTip Control in pocket pc.

ToolTip Control in pocket pc.

Scheduled Pinned Locked Moved C#
csharphelpquestion
8 Posts 4 Posters 2 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.
  • M Offline
    M Offline
    memsharp
    wrote on last edited by
    #1

    How can i use tooltip control in my c# smart device application. i can use it in windows application but the tooltip control is not found in smart device application to use. can any one help me,please. Mohamed Elsaid - Faculty of computers and information - Helwan university - Forth year - Cairo - Egypt

    C 1 Reply Last reply
    0
    • M memsharp

      How can i use tooltip control in my c# smart device application. i can use it in windows application but the tooltip control is not found in smart device application to use. can any one help me,please. Mohamed Elsaid - Faculty of computers and information - Helwan university - Forth year - Cairo - Egypt

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      memsharp wrote: How can i use tooltip control in my c# smart device application. You can't. memsharp wrote: i can use it in windows application but the tooltip control is not found in smart device application to use. can any one help me,please. Tooltips are not supported on the Pocket PC. If you think about it: How would they be activated? There is no mouse pointer to hover over controls, is there?


      "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

      L 1 Reply Last reply
      0
      • C Colin Angus Mackay

        memsharp wrote: How can i use tooltip control in my c# smart device application. You can't. memsharp wrote: i can use it in windows application but the tooltip control is not found in smart device application to use. can any one help me,please. Tooltips are not supported on the Pocket PC. If you think about it: How would they be activated? There is no mouse pointer to hover over controls, is there?


        "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

        L Offline
        L Offline
        leppie
        wrote on last edited by
        #3

        Colin Angus Mackay wrote: There is no mouse pointer to hover over controls, is there? But surely u can hover the stylus ;p top secret xacc-ide 0.0.1

        C 1 Reply Last reply
        0
        • L leppie

          Colin Angus Mackay wrote: There is no mouse pointer to hover over controls, is there? But surely u can hover the stylus ;p top secret xacc-ide 0.0.1

          C Offline
          C Offline
          Colin Angus Mackay
          wrote on last edited by
          #4

          leppie wrote: But surely u can hover the stylus :rolleyes: I tried, but at 1 cm, no reaction. So I tried hovering the stylus at about half a centimetre but still nothing. So I tried at about 1mm but I was not steady enough and hit the button by accident. :-O :-D


          "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

          L 1 Reply Last reply
          0
          • C Colin Angus Mackay

            leppie wrote: But surely u can hover the stylus :rolleyes: I tried, but at 1 cm, no reaction. So I tried hovering the stylus at about half a centimetre but still nothing. So I tried at about 1mm but I was not steady enough and hit the button by accident. :-O :-D


            "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

            L Offline
            L Offline
            leppie
            wrote on last edited by
            #5

            Colin Angus Mackay wrote: I tried, but at 1 cm, no reaction. So I tried hovering the stylus at about half a centimetre but still nothing. You mean your stylus actually hovered? Mine just fell and hit the button, but it didnt repsond ;p top secret xacc-ide 0.0.1

            C 1 Reply Last reply
            0
            • L leppie

              Colin Angus Mackay wrote: I tried, but at 1 cm, no reaction. So I tried hovering the stylus at about half a centimetre but still nothing. You mean your stylus actually hovered? Mine just fell and hit the button, but it didnt repsond ;p top secret xacc-ide 0.0.1

              C Offline
              C Offline
              Colin Angus Mackay
              wrote on last edited by
              #6

              leppie wrote: You mean your stylus actually hovered? Muggles! :rolleyes:


              "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

              R 1 Reply Last reply
              0
              • C Colin Angus Mackay

                leppie wrote: You mean your stylus actually hovered? Muggles! :rolleyes:


                "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

                R Offline
                R Offline
                Roman Rodov
                wrote on last edited by
                #7

                Well Pocket Word for example supports tooltips. To bring up a tooltip I think you Tap-and-Hold the button. It should not bring up the Tap-and-Hold menu but instead it brings up a tooltip.

                C 1 Reply Last reply
                0
                • R Roman Rodov

                  Well Pocket Word for example supports tooltips. To bring up a tooltip I think you Tap-and-Hold the button. It should not bring up the Tap-and-Hold menu but instead it brings up a tooltip.

                  C Offline
                  C Offline
                  Colin Angus Mackay
                  wrote on last edited by
                  #8

                  I have just looked at a collegue's PocketPC 2003 and I've seen that Word does indeed support tooltips (in that version, I can't confirm other versions at the moment). However, that still does not alter the fact that the .NET Compact Framework does not support tooltips. For example, if you look at the ToolBarControl you will see that the ToolTipText property is not "supported by the .NET Compact Framework". You may be able to find some way to interop with the relevant controls however. As a side note, until your suggestion above, it never occurred to me to even try as the user-interface is not conducive to supporting tooltips in a sensible manner (IMO). The tap-and-hold technique would undoubtedly confuse many who would expect a menu to pop-up.


                  "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

                  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