Click here to Skip to main content
15,913,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGet Click from subcontroller Pin
Mathias S.3-Apr-03 6:49
Mathias S.3-Apr-03 6:49 
QuestionActiveX on Dialog breaks DialogBoxParam on Callback? Pin
Dan Thurman3-Apr-03 6:46
Dan Thurman3-Apr-03 6:46 
GeneralNetworking woes... Pin
Navin3-Apr-03 6:23
Navin3-Apr-03 6:23 
GeneralRe: Networking woes... Pin
Navin3-Apr-03 10:44
Navin3-Apr-03 10:44 
GeneralDisplaying Forms From A Visual Studio Macro Pin
nde_plume3-Apr-03 5:19
nde_plume3-Apr-03 5:19 
GeneralRe: Displaying Forms From A Visual Studio Macro Pin
Alvaro Mendez3-Apr-03 6:11
Alvaro Mendez3-Apr-03 6:11 
GeneralRe: Displaying Forms From A Visual Studio Macro Pin
nde_plume3-Apr-03 6:29
nde_plume3-Apr-03 6:29 
GeneralPrint previewing Word document in Active Document Container Pin
Martyn Pearson3-Apr-03 4:30
Martyn Pearson3-Apr-03 4:30 
General.NET FlatStyle equivilent in MFC Pin
Ceri3-Apr-03 4:23
Ceri3-Apr-03 4:23 
GeneralDestroyWindow() and delete Pin
ns3-Apr-03 4:11
ns3-Apr-03 4:11 
GeneralRe: DestroyWindow() and delete Pin
Ravi Bhavnani3-Apr-03 4:18
professionalRavi Bhavnani3-Apr-03 4:18 
GeneralRe: DestroyWindow() and delete Pin
ns3-Apr-03 4:21
ns3-Apr-03 4:21 
GeneralRe: DestroyWindow() and delete Pin
Ravi Bhavnani3-Apr-03 4:27
professionalRavi Bhavnani3-Apr-03 4:27 
GeneralRe: DestroyWindow() and delete Pin
ns3-Apr-03 4:30
ns3-Apr-03 4:30 
GeneralRe: DestroyWindow() and delete Pin
User 66583-Apr-03 4:36
User 66583-Apr-03 4:36 
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 

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.