Click here to Skip to main content
15,909,953 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: RasDial... Pin
bob169722-Apr-08 16:31
bob169722-Apr-08 16:31 
GeneralRe: RasDial... Pin
led mike3-Apr-08 6:16
led mike3-Apr-08 6:16 
QuestionProblem with VS2005 solution with one dll and one exe Pin
Tom Thorp2-Apr-08 9:19
Tom Thorp2-Apr-08 9:19 
GeneralRe: Problem with VS2005 solution with one dll and one exe Pin
pabloraul2-Apr-08 9:22
pabloraul2-Apr-08 9:22 
AnswerRe: Problem with VS2005 solution with one dll and one exe Pin
Paresh Chitte2-Apr-08 18:19
Paresh Chitte2-Apr-08 18:19 
QuestionCall DialogB from DialogA Pin
pabloraul2-Apr-08 8:58
pabloraul2-Apr-08 8:58 
GeneralRe: Call DialogB from DialogA Pin
led mike2-Apr-08 9:13
led mike2-Apr-08 9:13 
GeneralRe: Call DialogB from DialogA Pin
pabloraul2-Apr-08 9:19
pabloraul2-Apr-08 9:19 
yes, dialog A runs when the App starts the code is the following:

CZEUSv2008Dlg(CWnd* pParent = NULL);    <br />
CEncriptacion   * dialogo_encriptar;


but i dont know how to use it since im copying from a thing done like 10 years ago.

i tried

dialogo_encriptar->DestroyWindow();<br />
dialogo_encriptar->Create();


but it gives me
error c2027 for using an undefined class
and a c2227 for the left part of the "->" must point to a class struct union or generic type


im just plain confused with this
GeneralRe: Call DialogB from DialogA Pin
led mike2-Apr-08 9:25
led mike2-Apr-08 9:25 
QuestionRe: Call DialogB from DialogA Pin
CPallini2-Apr-08 9:42
mveCPallini2-Apr-08 9:42 
GeneralRe: Call DialogB from DialogA [modified] Pin
pabloraul2-Apr-08 9:46
pabloraul2-Apr-08 9:46 
GeneralRe: Call DialogB from DialogA Pin
David Crow2-Apr-08 10:05
David Crow2-Apr-08 10:05 
GeneralRe: Call DialogB from DialogA Pin
pabloraul2-Apr-08 10:11
pabloraul2-Apr-08 10:11 
GeneralRe: Call DialogB from DialogA Pin
David Crow2-Apr-08 10:18
David Crow2-Apr-08 10:18 
GeneralRe: Call DialogB from DialogA Pin
Iain Clarke, Warrior Programmer3-Apr-08 3:45
Iain Clarke, Warrior Programmer3-Apr-08 3:45 
GeneralRe: Call DialogB from DialogA Pin
David Crow3-Apr-08 3:53
David Crow3-Apr-08 3:53 
GeneralRe: Call DialogB from DialogA Pin
Iain Clarke, Warrior Programmer3-Apr-08 4:01
Iain Clarke, Warrior Programmer3-Apr-08 4:01 
General[OT] Re: Call DialogB from DialogA Pin
David Crow3-Apr-08 4:07
David Crow3-Apr-08 4:07 
GeneralRe: [OT] Re: Call DialogB from DialogA Pin
Iain Clarke, Warrior Programmer3-Apr-08 4:19
Iain Clarke, Warrior Programmer3-Apr-08 4:19 
GeneralRe: [OT] Re: Call DialogB from DialogA Pin
David Crow3-Apr-08 4:23
David Crow3-Apr-08 4:23 
GeneralSetupComm Pin
RomTibi2-Apr-08 8:04
RomTibi2-Apr-08 8:04 
GeneralRe: SetupComm Pin
Randor 2-Apr-08 8:26
professional Randor 2-Apr-08 8:26 
GeneralRe: SetupComm Pin
RomTibi2-Apr-08 10:01
RomTibi2-Apr-08 10:01 
QuestionNumber of waiting threads Pin
LionAM2-Apr-08 5:37
LionAM2-Apr-08 5:37 
GeneralRe: Number of waiting threads Pin
Eytukan2-Apr-08 5:53
Eytukan2-Apr-08 5:53 

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.