Click here to Skip to main content
16,007,126 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating CFormView-form from dialog Pin
Joel Holdsworth28-Aug-01 9:59
Joel Holdsworth28-Aug-01 9:59 
GeneralRe: Creating CFormView-form from dialog Pin
29-Aug-01 1:57
suss29-Aug-01 1:57 
GeneralWSAAsyncselect winsock problem Pin
Kuniva28-Aug-01 2:54
Kuniva28-Aug-01 2:54 
GeneralRe: WSAAsyncselect winsock problem Pin
Malcolm McMahon28-Aug-01 3:04
Malcolm McMahon28-Aug-01 3:04 
GeneralRe: WSAAsyncselect winsock problem Pin
Kuniva28-Aug-01 23:11
Kuniva28-Aug-01 23:11 
GeneralRe: WSAAsyncselect winsock problem Pin
Kuniva28-Aug-01 23:14
Kuniva28-Aug-01 23:14 
GeneralRe: WSAAsyncselect winsock problem Pin
Malcolm McMahon29-Aug-01 0:04
Malcolm McMahon29-Aug-01 0:04 
GeneralTooltips and Trees Pin
Malcolm McMahon28-Aug-01 2:50
Malcolm McMahon28-Aug-01 2:50 
I've been trying to get tooltip hints working as the mouse passes over a TreeCtrl. I've created an OnToolTip handler, which does indeed get called when you settle the mouse on a tree item.

What I can't figure is how to translate what's passed to the handler into a HTREEITEM or similar so I can find the co-responding tree item and, hence, build suitable text.Confused | :confused:

I've got control IDs and a window handle available but I can't see how to translate either.

I've been using a CMapPtrToPtr to map the HTREEITEM to the relevant data object though, on further study, it probably makes more sense to point the item data field at the object.


GeneralRe: Tooltips and Trees Pin
Tomasz Sowinski28-Aug-01 3:24
Tomasz Sowinski28-Aug-01 3:24 
GeneralRe: Tooltips and Trees Pin
Malcolm McMahon28-Aug-01 5:20
Malcolm McMahon28-Aug-01 5:20 
GeneralRe: Tooltips and Trees Pin
Tomasz Sowinski28-Aug-01 5:25
Tomasz Sowinski28-Aug-01 5:25 
GeneralRe: Tooltips and Trees Pin
Malcolm McMahon28-Aug-01 5:28
Malcolm McMahon28-Aug-01 5:28 
GeneralRe: Tooltips and Trees Pin
Tomasz Sowinski28-Aug-01 5:34
Tomasz Sowinski28-Aug-01 5:34 
GeneralRe: Tooltips and Trees Pin
Malcolm McMahon28-Aug-01 5:41
Malcolm McMahon28-Aug-01 5:41 
GeneralMemory leak Pin
Noman Nadeem28-Aug-01 2:16
Noman Nadeem28-Aug-01 2:16 
GeneralRe: Memory leak Pin
Anders Molin28-Aug-01 2:23
professionalAnders Molin28-Aug-01 2:23 
GeneralRe: Memory leak Pin
billb211228-Aug-01 6:15
billb211228-Aug-01 6:15 
GeneralRe: Memory leak Pin
Derek Waters28-Aug-01 14:08
Derek Waters28-Aug-01 14:08 
GeneralTwo simple questions ... Pin
Hadi Rezaee28-Aug-01 1:12
Hadi Rezaee28-Aug-01 1:12 
GeneralRe: Two simple questions ... Pin
Anders Molin28-Aug-01 2:20
professionalAnders Molin28-Aug-01 2:20 
GeneralRe: Two simple questions ... Pin
Hadi Rezaee28-Aug-01 19:12
Hadi Rezaee28-Aug-01 19:12 
GeneralRe: Two simple questions ... Pin
Anders Molin28-Aug-01 22:09
professionalAnders Molin28-Aug-01 22:09 
GeneralRe: Two simple questions ... Pin
KingsGambit28-Aug-01 21:22
KingsGambit28-Aug-01 21:22 
Questionhow to capture active window background's screen? Pin
boyhill28-Aug-01 1:02
boyhill28-Aug-01 1:02 
Questionwhy not using GetWindowInfo funtion? Pin
boyhill28-Aug-01 0:37
boyhill28-Aug-01 0:37 

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.