Click here to Skip to main content
15,911,039 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: sending email Pin
Jon Sagara16-Jul-01 19:15
Jon Sagara16-Jul-01 19:15 
GeneralUsing of ActiveX in SDI ... Pin
Hadi Rezaee16-Jul-01 18:11
Hadi Rezaee16-Jul-01 18:11 
QuestionHow can i get the dns server ip in w2k? Pin
adone16-Jul-01 17:02
adone16-Jul-01 17:02 
GeneralODBC help:how to set DSN of database automatically Pin
xiaolin16-Jul-01 16:49
xiaolin16-Jul-01 16:49 
GeneralRe: ODBC help:how to set DSN of database automatically Pin
16-Jul-01 20:57
suss16-Jul-01 20:57 
GeneralCapturing MOuse Move within a CListCtrl Pin
sankar16-Jul-01 16:28
sankar16-Jul-01 16:28 
GeneralRe: Capturing MOuse Move within a CListCtrl Pin
Michael Dunn16-Jul-01 17:03
sitebuilderMichael Dunn16-Jul-01 17:03 
QuestionPutting MFC exe dialog in dll? Pin
16-Jul-01 16:12
suss16-Jul-01 16:12 
I have been using a mfc dll for some functions I call from winrunner scripts for testing. I decided to create a dialog for the test in a new MFC appwizard exe project. Now I have the gui set up and a bit of code working behind it how can I put this inside my origional dll? Confused | :confused:

I can see where the form is created:
CGUITestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();

If I put this code inside inside a function in my dll will calling it make the form popup? Im new to the VC6 interface and am not sure if I can just copy the code or merge the projects somehow???

Thanks Big Grin | :-D
QuestionHow can I reload the menu from ,rc file? Pin
Amber16-Jul-01 15:06
Amber16-Jul-01 15:06 
AnswerRe: How can I reload the menu from ,rc file? Pin
17-Jul-01 7:44
suss17-Jul-01 7:44 
GeneralURL parseing \ encoding Pin
Jared Allen16-Jul-01 14:36
Jared Allen16-Jul-01 14:36 
GeneralRe: URL parseing \ encoding Pin
James Spibey18-Jul-01 7:28
James Spibey18-Jul-01 7:28 
Generalaccessing process resources Pin
Amit Dey16-Jul-01 13:25
Amit Dey16-Jul-01 13:25 
Generalnewbie stl compiler error question Pin
Alex Griffing16-Jul-01 11:54
Alex Griffing16-Jul-01 11:54 
GeneralRe: newbie stl compiler error question Pin
Alex Griffing16-Jul-01 12:02
Alex Griffing16-Jul-01 12:02 
GeneralRe: newbie stl compiler error question Pin
Todd Smith16-Jul-01 12:38
Todd Smith16-Jul-01 12:38 
GeneralRe: newbie stl compiler error question Pin
Todd Smith16-Jul-01 12:41
Todd Smith16-Jul-01 12:41 
GeneralRe: newbie stl compiler error question Pin
Alex Griffing16-Jul-01 12:53
Alex Griffing16-Jul-01 12:53 
QuestionFlat toolbar buttons with VC 5? Pin
16-Jul-01 11:10
suss16-Jul-01 11:10 
QuestionHow to make my program workable independently??? Pin
16-Jul-01 8:05
suss16-Jul-01 8:05 
AnswerRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 8:08
professionalChris Losinger16-Jul-01 8:08 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 8:20
suss16-Jul-01 8:20 
AnswerRe: How to make my program workable independently??? Pin
Michael Dunn16-Jul-01 10:22
sitebuilderMichael Dunn16-Jul-01 10:22 
GeneralRe: How to make my program workable independently??? Pin
16-Jul-01 10:27
suss16-Jul-01 10:27 
GeneralRe: How to make my program workable independently??? Pin
Chris Losinger16-Jul-01 10:39
professionalChris Losinger16-Jul-01 10:39 

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.