Aug 19, 2003 #1 rchandr3 Programmer Joined Jun 16, 2003 Messages 244 Location US This may be a simple thing for you...but not for a novice MFC programmer like me... Help is highly appreciated... Thanks
This may be a simple thing for you...but not for a novice MFC programmer like me... Help is highly appreciated... Thanks
Aug 19, 2003 1 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB yourCombo->EnableWindow(TRUE);//enable or yourCombo->EnableWindow(FALSE);//disable Ion Filipski ICQ: 95034075 AIM: IonFilipski filipski@excite.com Upvote 0 Downvote
yourCombo->EnableWindow(TRUE);//enable or yourCombo->EnableWindow(FALSE);//disable Ion Filipski ICQ: 95034075 AIM: IonFilipski filipski@excite.com
Aug 19, 2003 Thread starter #3 rchandr3 Programmer Joined Jun 16, 2003 Messages 244 Location US Thanks a lot.... It was so simple you see!!! Upvote 0 Downvote