Click here to Skip to main content
15,917,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCFile Pin
vc-programmer-26-Oct-04 22:28
vc-programmer-26-Oct-04 22:28 
GeneralRe: CFile Pin
ytod26-Oct-04 22:44
ytod26-Oct-04 22:44 
GeneralRe: CFile Pin
vc-programmer-26-Oct-04 22:59
vc-programmer-26-Oct-04 22:59 
GeneralRe: CFile Pin
vcplusplus27-Oct-04 3:10
vcplusplus27-Oct-04 3:10 
Generalimplicit pointer conversion Pin
pesho293226-Oct-04 21:55
pesho293226-Oct-04 21:55 
GeneralRe: implicit pointer conversion Pin
geo_m26-Oct-04 23:14
geo_m26-Oct-04 23:14 
GeneralRe: implicit pointer conversion Pin
pesho293227-Oct-04 0:13
pesho293227-Oct-04 0:13 
GeneralEnableWindow in vc++ Pin
vc-programmer-26-Oct-04 21:24
vc-programmer-26-Oct-04 21:24 
//this is tree view class
//CLeftTreeCtrl class
void CLeftTreeCtrl::EditCategory()
{
CAddDlg dlg; //call dialog
dlg.GetDlgItem(IDC_COM1)->EnableWindow(FALSE);
}

when i run my mdi application,it have no error.
but i call dialog, my application is not work.
i don't know.what happen??
GeneralRe: EnableWindow in vc++ Pin
Cedric Moonen26-Oct-04 21:31
Cedric Moonen26-Oct-04 21:31 
GeneralRe: EnableWindow in vc++ Pin
vc-programmer-26-Oct-04 21:50
vc-programmer-26-Oct-04 21:50 
GeneralRe: EnableWindow in vc++ Pin
Cedric Moonen26-Oct-04 22:03
Cedric Moonen26-Oct-04 22:03 
GeneralRe: EnableWindow in vc++ Pin
vc-programmer-26-Oct-04 22:15
vc-programmer-26-Oct-04 22:15 
GeneralFind changed Control on Dialog. Pin
Sumit Kapoor26-Oct-04 20:59
Sumit Kapoor26-Oct-04 20:59 
GeneralRe: Find changed Control on Dialog. Pin
Cedric Moonen26-Oct-04 21:10
Cedric Moonen26-Oct-04 21:10 
GeneralRe: Find changed Control on Dialog. Pin
Sumit Kapoor26-Oct-04 21:22
Sumit Kapoor26-Oct-04 21:22 
GeneralApplication dissappearing Pin
FASTian26-Oct-04 20:43
FASTian26-Oct-04 20:43 
GeneralRe: Application dissappearing Pin
dharani26-Oct-04 21:10
dharani26-Oct-04 21:10 
GeneralQuestion regarding "typeof" equivalent in VC++ .NET Pin
NietzscheDisciple26-Oct-04 19:10
NietzscheDisciple26-Oct-04 19:10 
GeneralChange Font Pin
uttit26-Oct-04 18:56
uttit26-Oct-04 18:56 
GeneralRe: Change Font Pin
sarath_babu27-Oct-04 0:50
sarath_babu27-Oct-04 0:50 
GeneralRe: Change Font Pin
uttit27-Oct-04 16:19
uttit27-Oct-04 16:19 
GeneralRe: Change Font Pin
sarath_babu28-Oct-04 3:41
sarath_babu28-Oct-04 3:41 
GeneralRe: Change Font Pin
uttit28-Oct-04 15:49
uttit28-Oct-04 15:49 
GeneralRe: Change Font Pin
sarath_babu28-Oct-04 18:02
sarath_babu28-Oct-04 18:02 
GeneralLittle Help Needed Pin
ThatsAlok26-Oct-04 18:41
ThatsAlok26-Oct-04 18:41 

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.