Click here to Skip to main content
16,013,516 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linking error! Pin
Dhiraj kumar Saini31-Aug-08 19:19
Dhiraj kumar Saini31-Aug-08 19:19 
GeneralRe: Linking error! Pin
Naveen31-Aug-08 19:25
Naveen31-Aug-08 19:25 
GeneralRe: Linking error! Pin
Dhiraj kumar Saini31-Aug-08 19:34
Dhiraj kumar Saini31-Aug-08 19:34 
GeneralRe: Linking error! Pin
Naveen31-Aug-08 19:37
Naveen31-Aug-08 19:37 
GeneralRe: Linking error! Pin
Dhiraj kumar Saini31-Aug-08 19:43
Dhiraj kumar Saini31-Aug-08 19:43 
GeneralRe: Linking error! Pin
Naveen31-Aug-08 19:50
Naveen31-Aug-08 19:50 
GeneralRe: Linking error! Pin
Dhiraj kumar Saini31-Aug-08 20:00
Dhiraj kumar Saini31-Aug-08 20:00 
GeneralRe: Linking error! Pin
Naveen31-Aug-08 20:31
Naveen31-Aug-08 20:31 
The link error can be fixed by modifying the code as follows..

CMainDlg::CMainDlg(CWnd* pParent /*=NULL*/)
: CDialog(CMainDlg::IDD, pParent),m_dlgVisitorDetails(true,this),
  m_FootDlg( true, this )



Dhiraj kumar Saini wrote:
Please tell how to imlement the CMainDlg Constructor for both the Dialog Boxes that are as a control on the CMainDlg but visible only one at a time.


The constructor have nothing to do with the visiblity of the dialog. If you want to know whether the other dialog is visible or not, you can the IsWindowVisible() function.


GeneralRe: Linking error! Pin
Dhiraj kumar Saini31-Aug-08 20:41
Dhiraj kumar Saini31-Aug-08 20:41 
GeneralRe: Linking error! Pin
Naveen31-Aug-08 20:44
Naveen31-Aug-08 20:44 
GeneralRe: Linking error! Pin
Dhiraj kumar Saini31-Aug-08 20:52
Dhiraj kumar Saini31-Aug-08 20:52 
GeneralRe: Linking error! Pin
Dhiraj kumar Saini31-Aug-08 20:25
Dhiraj kumar Saini31-Aug-08 20:25 
QuestionCustomizing a title bar (mfc and/or windows forms applications) Pin
James_Zhang31-Aug-08 17:38
James_Zhang31-Aug-08 17:38 
AnswerRe: Customizing a title bar (mfc and/or windows forms applications) Pin
Hamid_RT31-Aug-08 18:13
Hamid_RT31-Aug-08 18:13 
GeneralRe: Customizing a title bar (mfc and/or windows forms applications) Pin
James_Zhang1-Sep-08 8:40
James_Zhang1-Sep-08 8:40 
GeneralRe: Customizing a title bar (mfc and/or windows forms applications) Pin
Hamid_RT1-Sep-08 22:46
Hamid_RT1-Sep-08 22:46 
QuestionProblem using WMI Pin
lhkok31-Aug-08 17:29
lhkok31-Aug-08 17:29 
AnswerRe: Problem using WMI Pin
Hamid_RT31-Aug-08 18:20
Hamid_RT31-Aug-08 18:20 
GeneralRe: Problem using WMI Pin
lhkok31-Aug-08 21:21
lhkok31-Aug-08 21:21 
GeneralRe: Problem using WMI Pin
Hamid_RT1-Sep-08 6:36
Hamid_RT1-Sep-08 6:36 
GeneralRe: Problem using WMI Pin
lhkok1-Sep-08 21:58
lhkok1-Sep-08 21:58 
GeneralRe: Problem using WMI Pin
Hamid_RT1-Sep-08 22:47
Hamid_RT1-Sep-08 22:47 
QuestionString tokernize looking at the space character Pin
CodingLover31-Aug-08 17:14
CodingLover31-Aug-08 17:14 
QuestionRe: String tokernize looking at the space character Pin
bob1697231-Aug-08 17:27
bob1697231-Aug-08 17:27 
NewsRe: String tokernize looking at the space character Pin
CodingLover31-Aug-08 18:03
CodingLover31-Aug-08 18:03 

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.