Click here to Skip to main content
15,899,026 members

Comments by koll Zhu (Top 10 by date)

koll Zhu 1-Jan-15 20:54pm View    
I have found this function within some apps.at the beginning,i used two dialog,created..destroyed..;i think it may be a waste because there's a method called "modifystyle".is there any advise?thank u.
koll Zhu 1-Jan-15 20:47pm View    
my app is based on MFC Muti-dialog,so i called all "dialog".
koll Zhu 1-Jul-14 0:32am View    
OK,thank you all the same
koll Zhu 30-Jun-14 20:03pm View    
Winform or Wpf project is subjected to the CLR,so I use MFC.
koll Zhu 30-Jun-14 12:16pm View    
I choose to host a CLR to execute the managed code.i use the interface ICLRRuntimeHost.it has a method executeindefaultdomain,the output para is a pointer to DWORD.i try to return the usercontrol handle and convert it to Cwnd*,but falsed.i don't known how to return a form or UserControl