Click here to Skip to main content
15,922,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: re: interface of TSP using GA Pin
Blake Miller27-Jul-05 9:13
Blake Miller27-Jul-05 9:13 
GeneralRe: re: interface of TSP using GA Pin
partas28-Jul-05 21:04
partas28-Jul-05 21:04 
GeneralRe: re: interface of TSP using GA Pin
Blake Miller29-Jul-05 4:10
Blake Miller29-Jul-05 4:10 
Generallaunch an html file Pin
Halawlaws27-Jul-05 4:49
Halawlaws27-Jul-05 4:49 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 4:51
David Crow27-Jul-05 4:51 
GeneralRe: launch an html file Pin
Halawlaws27-Jul-05 4:53
Halawlaws27-Jul-05 4:53 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 5:00
David Crow27-Jul-05 5:00 
GeneralRe: launch an html file Pin
Halawlaws27-Jul-05 5:02
Halawlaws27-Jul-05 5:02 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 5:07
David Crow27-Jul-05 5:07 
GeneralRe: launch an html file Pin
Halawlaws27-Jul-05 5:08
Halawlaws27-Jul-05 5:08 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 5:13
David Crow27-Jul-05 5:13 
GeneralRe: launch an html file Pin
Halawlaws27-Jul-05 5:17
Halawlaws27-Jul-05 5:17 
GeneralRe: launch an html file Pin
Ravi Bhavnani27-Jul-05 5:22
professionalRavi Bhavnani27-Jul-05 5:22 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 5:23
David Crow27-Jul-05 5:23 
GeneralRe: launch an html file Pin
Halawlaws27-Jul-05 5:25
Halawlaws27-Jul-05 5:25 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 5:27
David Crow27-Jul-05 5:27 
GeneralRe: launch an html file Pin
Halawlaws27-Jul-05 5:30
Halawlaws27-Jul-05 5:30 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 5:36
David Crow27-Jul-05 5:36 
GeneralRe: launch an html file Pin
Halawlaws27-Jul-05 5:39
Halawlaws27-Jul-05 5:39 
GeneralRe: launch an html file Pin
David Crow27-Jul-05 5:44
David Crow27-Jul-05 5:44 
GeneralCOM PORT Does NOT receives all Data! Pin
tomek1827-Jul-05 4:21
tomek1827-Jul-05 4:21 
GeneralRe: COM PORT Does NOT receives all Data! Pin
Marc Soleda27-Jul-05 5:27
Marc Soleda27-Jul-05 5:27 
Generalgeneral mfc question: lpszTemplateName Pin
23_44427-Jul-05 4:17
23_44427-Jul-05 4:17 
GeneralRe: general mfc question: lpszTemplateName Pin
David Crow27-Jul-05 5:05
David Crow27-Jul-05 5:05 
mx483 wrote:
Just for my own edification
could someone tell me how to use the first constructor. I've never seen an example of this. Where do you find the TemplateName? These must be templates created in your code?


In your dialog's constructor, change the first parameter being sent to CDialog's constructor from IDD to MAKEINTRESOURCE(IDD_DIALOG_TEMPLATE) instead.

* Note that IDD_DIALOG_TEMPLATE is whatever name you have in the dialog's class declaration.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: general mfc question: lpszTemplateName Pin
23_44427-Jul-05 5:17
23_44427-Jul-05 5:17 

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.