Click here to Skip to main content
16,005,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Syntax error Pin
eli1502197910-Apr-06 2:12
eli1502197910-Apr-06 2:12 
GeneralRe: Syntax error Pin
toxcct10-Apr-06 2:15
toxcct10-Apr-06 2:15 
GeneralRe: Syntax error Pin
eli1502197910-Apr-06 2:21
eli1502197910-Apr-06 2:21 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 2:27
parichaybp10-Apr-06 2:27 
GeneralRe: Syntax error Pin
eli1502197910-Apr-06 2:52
eli1502197910-Apr-06 2:52 
AnswerRe: Syntax error Pin
khan++10-Apr-06 4:55
khan++10-Apr-06 4:55 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 18:33
parichaybp10-Apr-06 18:33 
GeneralRe: Syntax error Pin
parichaybp10-Apr-06 20:29
parichaybp10-Apr-06 20:29 
Hi,

i have new button on sigle click i want a dialog window to open i have declared variables as follows..

can anyone help to solve this problem..??

UpdateDlg.h

#include "StatusDlg.h" // Added by ClassView
#include "CreateDlg.h" // Added by ClassView

private:
CStatusDlg m_dStatusDlg;

class CCreateDlg;
//Then declare a pointer:
CCreateDlg *m_dCreateDlg;


---------------------

// UpdateDlg.cpp : implementation file
//

#include "stdafx.h"
#include "DesktopSearch.h"
#include "StatusDlg.h"
#include "CreateDlg.h"
#include "UpdateDlg.h"
#include "FoldersDialog.h"


void CUpdateDlg::OnNew()
{
// TODO: Add your control notification handler code here

m_dCreateDlg.DoModal();
}


---------------------------------------------------------------

--------------------Configuration: DesktopSearch - Win32 Debug--------------------
Compiling...
UpdateDlg.cpp
D:\Parichay\DesktopSearch\DesktopSearch\UpdateDlg.cpp(182) : error C2228: left of '.DoModal' must have class/struct/union type
Error executing cl.exe.

DesktopSearch.exe - 1 error(s), 0 warning(s)
GeneralRe: Syntax error Pin
khan++11-Apr-06 20:35
khan++11-Apr-06 20:35 
QuestionProblem in Print Preview of Static Library build Pin
Sarvan AL10-Apr-06 1:38
Sarvan AL10-Apr-06 1:38 
QuestionWhat are things I need to know while using a third party Dll in my project Pin
Krishnatv10-Apr-06 1:32
Krishnatv10-Apr-06 1:32 
AnswerRe: What are things I need to know while using a third party Dll in my project Pin
Laxman Auti10-Apr-06 1:45
Laxman Auti10-Apr-06 1:45 
Questionx64 vs x86 performance, strange results? Pin
Burtraskkutaren10-Apr-06 1:31
Burtraskkutaren10-Apr-06 1:31 
AnswerRe: x64 vs x86 performance, strange results? Pin
cmk10-Apr-06 9:49
cmk10-Apr-06 9:49 
GeneralRe: x64 vs x86 performance, strange results? Pin
Burtraskkutaren10-Apr-06 20:31
Burtraskkutaren10-Apr-06 20:31 
GeneralRe: x64 vs x86 performance, strange results? Pin
cmk10-Apr-06 21:16
cmk10-Apr-06 21:16 
GeneralRe: x64 vs x86 performance, strange results? Pin
Burtraskkutaren10-Apr-06 22:18
Burtraskkutaren10-Apr-06 22:18 
Questionwin32 DLL programming Pin
Zerox MXI10-Apr-06 1:18
Zerox MXI10-Apr-06 1:18 
AnswerRe: win32 DLL programming Pin
Laxman Auti10-Apr-06 1:28
Laxman Auti10-Apr-06 1:28 
QuestionTool tip never comes after time out Pin
amitgpatil@gmail.com10-Apr-06 1:11
amitgpatil@gmail.com10-Apr-06 1:11 
AnswerRe: Tool tip never comes after time out Pin
Ganesh_T10-Apr-06 1:28
Ganesh_T10-Apr-06 1:28 
AnswerRe: Tool tip never comes after time out Pin
Laxman Auti10-Apr-06 1:40
Laxman Auti10-Apr-06 1:40 
GeneralRe: Tool tip never comes after time out Pin
amitgpatil@gmail.com10-Apr-06 23:12
amitgpatil@gmail.com10-Apr-06 23:12 
GeneralRe: Tool tip never comes after time out Pin
amitgpatil@gmail.com11-Apr-06 0:03
amitgpatil@gmail.com11-Apr-06 0:03 
QuestionRe: Tool tip never comes after time out Pin
amitgpatil@gmail.com11-Apr-06 0:05
amitgpatil@gmail.com11-Apr-06 0:05 

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.