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 / C++ / MFC
  4. m_tooltip.Create(this)

m_tooltip.Create(this)

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
6 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.
  • A Offline
    A Offline
    ashish dogra
    wrote on last edited by
    #1

    i use this code for creating tooltip what i dont get that tell me what is the problem m_tooltip.Create(this);//, TTS_ALWAYSTIP); m_tooltip.Activate(TRUE); m_tooltip.AddTool(GetDlgItem(IDC_EDIT1),("this is edit box"),NULL,0); m_tooltip.SetToolRect(GetDlgItem(IDC_EDIT1),1,CRect(32,32,64,64)); Ashish Dogra MCA Noida

    H A 2 Replies Last reply
    0
    • A ashish dogra

      i use this code for creating tooltip what i dont get that tell me what is the problem m_tooltip.Create(this);//, TTS_ALWAYSTIP); m_tooltip.Activate(TRUE); m_tooltip.AddTool(GetDlgItem(IDC_EDIT1),("this is edit box"),NULL,0); m_tooltip.SetToolRect(GetDlgItem(IDC_EDIT1),1,CRect(32,32,64,64)); Ashish Dogra MCA Noida

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      You dont need to a new thread we can see your thread and see my previous thread_**


      **_

      whitesky


      1 Reply Last reply
      0
      • A ashish dogra

        i use this code for creating tooltip what i dont get that tell me what is the problem m_tooltip.Create(this);//, TTS_ALWAYSTIP); m_tooltip.Activate(TRUE); m_tooltip.AddTool(GetDlgItem(IDC_EDIT1),("this is edit box"),NULL,0); m_tooltip.SetToolRect(GetDlgItem(IDC_EDIT1),1,CRect(32,32,64,64)); Ashish Dogra MCA Noida

        A Offline
        A Offline
        ashish dogra
        wrote on last edited by
        #3

        i read msdn but still i dont get tootip Ashish Dogra MCA Noida

        H 1 Reply Last reply
        0
        • A ashish dogra

          i read msdn but still i dont get tootip Ashish Dogra MCA Noida

          H Offline
          H Offline
          Hamid Taebi
          wrote on last edited by
          #4

          Did you saw my reply and its not work for you in previous message if its not good for you see To create and manipulate a CToolTipCtrl [^]_**


          **_

          whitesky


          A 1 Reply Last reply
          0
          • H Hamid Taebi

            Did you saw my reply and its not work for you in previous message if its not good for you see To create and manipulate a CToolTipCtrl [^]_**


            **_

            whitesky


            A Offline
            A Offline
            ashish dogra
            wrote on last edited by
            #5

            i do this msdn but still dont get tool tip can u tellme Ashish Dogra MCA Noida

            H 1 Reply Last reply
            0
            • A ashish dogra

              i do this msdn but still dont get tool tip can u tellme Ashish Dogra MCA Noida

              H Offline
              H Offline
              Hamid Taebi
              wrote on last edited by
              #6

              See

              	m_Tool.Create(this);
              	m_Tool.AddTool(GetDlgItem(IDC_BUTTON1),"Is this a test");
              	m_Tool.Activate(true);
              
              
              
              BOOL CAnswerDlg::PreTranslateMessage(MSG* pMsg) 
              {
                 if (m_Tool)            
                    m_Tool.RelayEvent(pMsg);
                 
                 return CDialog::PreTranslateMessage(pMsg);
              }
              

              _**


              **_

              whitesky


              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