tooltipcontrol
-
hi i want to create a tooltip so i use m_tool that is CToolTipCtrl member variable then i use m_tool.Create(this,TTS_ALWAYSTIP); m_tool.AddTool(pWnd,_T("this is window"),NULL,0); but no tool tip is created on anything as i want to create it on window as well as any control thanks Ashish Dogra MCA Noida
-
hi i want to create a tooltip so i use m_tool that is CToolTipCtrl member variable then i use m_tool.Create(this,TTS_ALWAYSTIP); m_tool.AddTool(pWnd,_T("this is window"),NULL,0); but no tool tip is created on anything as i want to create it on window as well as any control thanks Ashish Dogra MCA Noida
-
overide the PreTranslateMessage() funtion in that funtion call m_tool.RelayEvent(..) function nave
THANKS FOR REPLY can u tell me pMsg is pointer what i can write WAT CAN YOU TELL ME THAT WHAT ARE PARAMETERS OF RELAY EVENT AND AFTER THIS I NEED TO WRITE CODE IN ONINITDIALOG FUNCTION Ashish Dogra MCA Noida -- modified at 1:57 Monday 17th July, 2006
-
THANKS FOR REPLY can u tell me pMsg is pointer what i can write WAT CAN YOU TELL ME THAT WHAT ARE PARAMETERS OF RELAY EVENT AND AFTER THIS I NEED TO WRITE CODE IN ONINITDIALOG FUNCTION Ashish Dogra MCA Noida -- modified at 1:57 Monday 17th July, 2006
Hi i saw you asking code for all the questions. And many people told you to have a look at MSDN first. After getting the API you need, check its parameter and the way how it can be used in MSDN. Refer here[^] Do your Duty and Don't expect the Result
-
THANKS FOR REPLY can u tell me pMsg is pointer what i can write WAT CAN YOU TELL ME THAT WHAT ARE PARAMETERS OF RELAY EVENT AND AFTER THIS I NEED TO WRITE CODE IN ONINITDIALOG FUNCTION Ashish Dogra MCA Noida -- modified at 1:57 Monday 17th July, 2006
Do you know, Why all the people want you to search MSDN ? Its simple, then only you can learn MFC and also other persons help won't work all the time. If you search by yourself it won't forget and you may come across various other API and techniques. It might not be the thing u want, but it'll be helpful in the future and to know MFC. If you depend on other persons, you can make your thing to work but u will forget it as quickly as possible and you'll not know the working technique behind it. 'www.msdn.microsoft.com' is the msdn site and use the search facility in it. Do your Duty and Don't expect the Result
-
hi i want to create a tooltip so i use m_tool that is CToolTipCtrl member variable then i use m_tool.Create(this,TTS_ALWAYSTIP); m_tool.AddTool(pWnd,_T("this is window"),NULL,0); but no tool tip is created on anything as i want to create it on window as well as any control thanks Ashish Dogra MCA Noida