Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: C++ File Pin
Hamid_RT26-Jun-07 0:21
Hamid_RT26-Jun-07 0:21 
AnswerRe: C++ File Pin
T.RATHA KRISHNAN26-Jun-07 0:23
T.RATHA KRISHNAN26-Jun-07 0:23 
AnswerRe: C++ File Pin
Rajkumar R26-Jun-07 2:09
Rajkumar R26-Jun-07 2:09 
QuestionProblem converting project from VC6 to VC8 Pin
Skarrin25-Jun-07 23:56
Skarrin25-Jun-07 23:56 
AnswerRe: Problem converting project from VC6 to VC8 Pin
Christian Graus26-Jun-07 0:33
protectorChristian Graus26-Jun-07 0:33 
GeneralRe: Problem converting project from VC6 to VC8 Pin
Skarrin26-Jun-07 0:55
Skarrin26-Jun-07 0:55 
AnswerRe: Problem converting project from VC6 to VC8 Pin
Mark Salsbery26-Jun-07 6:34
Mark Salsbery26-Jun-07 6:34 
QuestionButton with Icon not showing tooltip Pin
_AnsHUMAN_ 25-Jun-07 23:47
_AnsHUMAN_ 25-Jun-07 23:47 
I have a CButton on which I load an Icon. I set the Icon property of the button to true and load the icon using the LoadImage() function as follows:

HANDLE hIconHandle = ::LoadImage( AfxGetResourceHandle(), MAKEINTRESOURCE( IDI_MYICON), IMAGE_ICON, 0, 0, LR_LOADTRANSPARENT );
::SendMessage( m_button.m_hWnd, BM_SETIMAGE, IMAGE_ICON, (LPARAM) (DWORD) hU );

The tool tips show only if the mouse is on the border of the button and not on the image. The button is placed on a mode less dialog.
Any ideas on how can I get the tool tip to show when the mouse is over the button?
P.S: I don't want to add a new class to implement this functionality...

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

AnswerRe: Button with Icon not showing tooltip Pin
Hamid_RT26-Jun-07 0:33
Hamid_RT26-Jun-07 0:33 
GeneralRe: Button with Icon not showing tooltip Pin
_AnsHUMAN_ 26-Jun-07 1:30
_AnsHUMAN_ 26-Jun-07 1:30 
GeneralRe: Button with Icon not showing tooltip Pin
Hamid_RT26-Jun-07 19:20
Hamid_RT26-Jun-07 19:20 
GeneralRe: Button with Icon not showing tooltip Pin
_AnsHUMAN_ 26-Jun-07 19:12
_AnsHUMAN_ 26-Jun-07 19:12 
QuestionLoading bitmap on Combo control Pin
naveen27gupta25-Jun-07 23:20
naveen27gupta25-Jun-07 23:20 
AnswerRe: Loading bitmap on Combo control Pin
Iain Clarke, Warrior Programmer25-Jun-07 23:44
Iain Clarke, Warrior Programmer25-Jun-07 23:44 
AnswerRe: Loading bitmap on Combo control Pin
naveen27gupta26-Jun-07 0:52
naveen27gupta26-Jun-07 0:52 
GeneralRe: Loading bitmap on Combo control Pin
Iain Clarke, Warrior Programmer26-Jun-07 1:28
Iain Clarke, Warrior Programmer26-Jun-07 1:28 
GeneralRe: Loading bitmap on Combo control Pin
naveen27gupta26-Jun-07 2:47
naveen27gupta26-Jun-07 2:47 
GeneralRe: Loading bitmap on Combo control Pin
Iain Clarke, Warrior Programmer26-Jun-07 3:11
Iain Clarke, Warrior Programmer26-Jun-07 3:11 
AnswerRe: Loading bitmap on Combo control Pin
Mark Salsbery26-Jun-07 6:42
Mark Salsbery26-Jun-07 6:42 
QuestionCTreeCtrl::EnsureVisible() -- failed to show selected item. Pin
brakeshbaldhab25-Jun-07 23:13
brakeshbaldhab25-Jun-07 23:13 
QuestionSet cursor to hourglass before window appears Pin
MeniB25-Jun-07 22:37
MeniB25-Jun-07 22:37 
AnswerRe: Set cursor to hourglass before window appears Pin
KaЯl25-Jun-07 22:44
KaЯl25-Jun-07 22:44 
GeneralRe: Set cursor to hourglass before window appears Pin
MeniB25-Jun-07 22:48
MeniB25-Jun-07 22:48 
GeneralRe: Set cursor to hourglass before window appears Pin
KaЯl25-Jun-07 23:03
KaЯl25-Jun-07 23:03 
QuestionNo, the problem is catching messages while my window is invisible Pin
MeniB25-Jun-07 23:34
MeniB25-Jun-07 23:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.