Click here to Skip to main content
15,888,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: switching between views in MDI Pin
Iain Clarke, Warrior Programmer8-Jul-10 20:39
Iain Clarke, Warrior Programmer8-Jul-10 20:39 
QuestionNeed help in hooking MS Office File Open/Save Dialog Pin
Dinakara K7-Jul-10 0:02
Dinakara K7-Jul-10 0:02 
QuestionMFC SDI popup menu Pin
alexander 19836-Jul-10 20:27
alexander 19836-Jul-10 20:27 
AnswerRe: MFC SDI popup menu Pin
Richard MacCutchan6-Jul-10 21:27
mveRichard MacCutchan6-Jul-10 21:27 
AnswerRe: MFC SDI popup menu Pin
Niklas L6-Jul-10 22:19
Niklas L6-Jul-10 22:19 
GeneralRe: MFC SDI popup menu Pin
alexander 19837-Jul-10 6:29
alexander 19837-Jul-10 6:29 
GeneralRe: MFC SDI popup menu Pin
Niklas L7-Jul-10 23:36
Niklas L7-Jul-10 23:36 
QuestionExpanding TreeNode in windows 7 Pin
rahul.kulshreshtha6-Jul-10 20:03
rahul.kulshreshtha6-Jul-10 20:03 
Hi I am using CTreeCtrlEx example of code project.

I have added one function which will expand a node of tree if it has children.

  void CTreeCtrlEx::ExpandEx(HTREEITEM item, UINT nCode)
  {
this->Expand(item, nCode);
  }


calling like this
 if(shouldExpand)
m_OutlookFolders.ExpandEx(expandableNode, TVE_EXPAND);


It's working fine in Windows XP but not working in Vista/Windows7 Frown | :(

Any way to do that in both OS ??

Thanks,
Rahul Kulshreshtha
AnswerRe: Expanding TreeNode in windows 7 Pin
«_Superman_»6-Jul-10 20:28
professional«_Superman_»6-Jul-10 20:28 
GeneralRe: Expanding TreeNode in windows 7 Pin
rahul.kulshreshtha6-Jul-10 20:43
rahul.kulshreshtha6-Jul-10 20:43 
GeneralRe: Expanding TreeNode in windows 7 Pin
«_Superman_»6-Jul-10 20:59
professional«_Superman_»6-Jul-10 20:59 
GeneralRe: Expanding TreeNode in windows 7 Pin
rahul.kulshreshtha6-Jul-10 22:11
rahul.kulshreshtha6-Jul-10 22:11 
GeneralRe: Expanding TreeNode in windows 7 Pin
Niklas L6-Jul-10 22:14
Niklas L6-Jul-10 22:14 
GeneralRe: Expanding TreeNode in windows 7 Pin
rahul.kulshreshtha6-Jul-10 22:21
rahul.kulshreshtha6-Jul-10 22:21 
GeneralRe: Expanding TreeNode in windows 7 Pin
Niklas L6-Jul-10 22:30
Niklas L6-Jul-10 22:30 
AnswerRe: Expanding TreeNode in windows 7 Pin
David Crow7-Jul-10 3:45
David Crow7-Jul-10 3:45 
QuestionC++ - Class not registered even after regsvr32 Pin
ggoutam76-Jul-10 18:39
ggoutam76-Jul-10 18:39 
QuestionRe: C++ - Class not registered even after regsvr32 Pin
«_Superman_»6-Jul-10 20:25
professional«_Superman_»6-Jul-10 20:25 
AnswerRe: C++ - Class not registered even after regsvr32 Pin
ggoutam76-Jul-10 21:02
ggoutam76-Jul-10 21:02 
GeneralRe: C++ - Class not registered even after regsvr32 Pin
«_Superman_»6-Jul-10 21:10
professional«_Superman_»6-Jul-10 21:10 
GeneralRe: C++ - Class not registered even after regsvr32 Pin
ggoutam76-Jul-10 21:17
ggoutam76-Jul-10 21:17 
GeneralRe: C++ - Class not registered even after regsvr32 Pin
«_Superman_»6-Jul-10 21:25
professional«_Superman_»6-Jul-10 21:25 
GeneralRe: C++ - Class not registered even after regsvr32 Pin
Stephen Hewitt6-Jul-10 21:26
Stephen Hewitt6-Jul-10 21:26 
GeneralRe: C++ - Class not registered even after regsvr32 [modified] Pin
ggoutam77-Jul-10 19:49
ggoutam77-Jul-10 19:49 
QuestionHow to built FAT mounter in c++ Pin
AtifKahn6-Jul-10 18:33
AtifKahn6-Jul-10 18:33 

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.