Click here to Skip to main content
15,899,026 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DestroyWindow() and delete Pin
Anonymous3-Apr-03 4:47
Anonymous3-Apr-03 4:47 
GeneralRe: DestroyWindow() and delete Pin
jhwurmbach3-Apr-03 5:16
jhwurmbach3-Apr-03 5:16 
GeneralRe: DestroyWindow() and delete Pin
User 66583-Apr-03 5:46
User 66583-Apr-03 5:46 
GeneralRe: DestroyWindow() and delete Pin
jhwurmbach3-Apr-03 20:02
jhwurmbach3-Apr-03 20:02 
GeneralCTreeCtrl - OnSelChange() Pin
JensB3-Apr-03 3:36
JensB3-Apr-03 3:36 
GeneralRe: CTreeCtrl - OnSelChange() Pin
Chris Losinger3-Apr-03 3:41
professionalChris Losinger3-Apr-03 3:41 
GeneralRe: CTreeCtrl - OnSelChange() Pin
JensB3-Apr-03 3:54
JensB3-Apr-03 3:54 
GeneralRe: CTreeCtrl - OnSelChange() Pin
Alvaro Mendez3-Apr-03 6:02
Alvaro Mendez3-Apr-03 6:02 
Forget about that crap, and try this instead:

CTreeCtrl& tree = GetTreeCtrl();
HTREEITEM hItem = tree.GetSelectedItem();
CString strText = tree.GetItemText(hItem);

Regards,
Alvaro


When birds fly in the right formation, they need only exert half the effort. Even in nature, teamwork results in collective laziness. -- despair.com
GeneralRe: CTreeCtrl - OnSelChange() Pin
JensB3-Apr-03 19:43
JensB3-Apr-03 19:43 
GeneralGlobalAlloc fails! Pin
Justin Hallet3-Apr-03 3:17
Justin Hallet3-Apr-03 3:17 
GeneralRe: GlobalAlloc fails! Pin
Chris Losinger3-Apr-03 3:25
professionalChris Losinger3-Apr-03 3:25 
GeneralRe: GlobalAlloc fails! Pin
Justin Hallet3-Apr-03 3:30
Justin Hallet3-Apr-03 3:30 
GeneralRe: GlobalAlloc fails! Pin
Chris Losinger3-Apr-03 3:39
professionalChris Losinger3-Apr-03 3:39 
GeneralRe: GlobalAlloc fails! Pin
Justin Hallet3-Apr-03 3:46
Justin Hallet3-Apr-03 3:46 
GeneralSW_SHOW, HIDE Pin
ns3-Apr-03 3:11
ns3-Apr-03 3:11 
GeneralRe: SW_SHOW, HIDE Pin
Chris Losinger3-Apr-03 3:19
professionalChris Losinger3-Apr-03 3:19 
GeneralI did look with find in files.... Pin
ns3-Apr-03 3:27
ns3-Apr-03 3:27 
GeneralVery Hard Frame/view/doc question! Pin
zhangyifei3-Apr-03 2:29
zhangyifei3-Apr-03 2:29 
GeneralRe: Very Hard Frame/view/doc question! Pin
SchmoBoy3-Apr-03 4:41
SchmoBoy3-Apr-03 4:41 
GeneralRe: Very Hard Frame/view/doc question! Pin
zhangyifei3-Apr-03 20:49
zhangyifei3-Apr-03 20:49 
GeneralQuestion about hooking APIs Pin
codeant3-Apr-03 2:29
codeant3-Apr-03 2:29 
GeneralRe: Question about hooking APIs Pin
User 66583-Apr-03 3:06
User 66583-Apr-03 3:06 
GeneralRe: Question about hooking APIs Pin
codeant4-Apr-03 18:10
codeant4-Apr-03 18:10 
GeneralRe: Question about hooking APIs Pin
User 66585-Apr-03 1:32
User 66585-Apr-03 1:32 
GeneralRe: Question about hooking APIs Pin
codeant5-Apr-03 18:59
codeant5-Apr-03 18:59 

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.