Click here to Skip to main content
15,881,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug Vs Release Pin
Eytukan8-Jan-06 20:21
Eytukan8-Jan-06 20:21 
GeneralRe: Debug Vs Release Pin
Eytukan24-Jan-06 21:18
Eytukan24-Jan-06 21:18 
GeneralRe: Debug Vs Release Pin
S Douglas5-Jan-06 1:11
professionalS Douglas5-Jan-06 1:11 
GeneralRe: Debug Vs Release Pin
Stephen Hewitt9-Jan-06 2:23
Stephen Hewitt9-Jan-06 2:23 
QuestionUsing a DLL having its own DialogProcedure Pin
torbeli4-Jan-06 21:34
torbeli4-Jan-06 21:34 
AnswerRe: Using a DLL having its own DialogProcedure Pin
Prakash Nadar4-Jan-06 21:55
Prakash Nadar4-Jan-06 21:55 
GeneralRe: Using a DLL having its own DialogProcedure Pin
torbeli4-Jan-06 22:51
torbeli4-Jan-06 22:51 
GeneralRe: Using a DLL having its own DialogProcedure Pin
Prakash Nadar4-Jan-06 23:21
Prakash Nadar4-Jan-06 23:21 
torbeli wrote:
int DialogBox(
HINSTANCE hInstance, // handle to application instance
LPCTSTR lpTemplate, // identifies dialog box template
HWND hWndParent, // handle to owner window
DLGPROC lpDialogFunc // pointer to dialog


I think the documentation assumed that the dialog resource would be in the application.

Since in this case the dialog is in the dll, the the instance handle of the dialog should have been passed to the API.


torbeli wrote:
for (i=0; i<1000; i++) Thanks!


You are welcome, I am glad that your problem is solved.




-Prakash
QuestionCan i type cast a function ? Pin
vikas amin4-Jan-06 21:33
vikas amin4-Jan-06 21:33 
AnswerRe: Can i type cast a function ? Pin
Prakash Nadar4-Jan-06 22:00
Prakash Nadar4-Jan-06 22:00 
AnswerRe: Can i type cast a function ? Pin
Owner drawn4-Jan-06 22:13
Owner drawn4-Jan-06 22:13 
GeneralRe: Can i type cast a function ? Pin
Prakash Nadar4-Jan-06 22:44
Prakash Nadar4-Jan-06 22:44 
GeneralRe: Can i type cast a function ? Pin
Eytukan4-Jan-06 22:47
Eytukan4-Jan-06 22:47 
GeneralRe: Can i type cast a function ? Pin
Owner drawn4-Jan-06 23:09
Owner drawn4-Jan-06 23:09 
GeneralCorrected . Pin
Eytukan4-Jan-06 23:31
Eytukan4-Jan-06 23:31 
GeneralRe: Corrected . Pin
Owner drawn4-Jan-06 23:34
Owner drawn4-Jan-06 23:34 
GeneralRe: Corrected . Pin
Eytukan5-Jan-06 0:56
Eytukan5-Jan-06 0:56 
GeneralRe: Corrected . Pin
Owner drawn5-Jan-06 0:59
Owner drawn5-Jan-06 0:59 
GeneralRe: Corrected . Pin
vikas amin5-Jan-06 0:59
vikas amin5-Jan-06 0:59 
AnswerRe: Can i type cast a function ? Pin
S. Senthil Kumar5-Jan-06 3:40
S. Senthil Kumar5-Jan-06 3:40 
Questionresizing frame to fit view? Pin
LeeeNN4-Jan-06 20:13
LeeeNN4-Jan-06 20:13 
AnswerRe: resizing frame to fit view? Pin
Owner drawn4-Jan-06 20:17
Owner drawn4-Jan-06 20:17 
QuestionShould not allow copy, cut, paste and delete in the edit boxes using VC++ Pin
K. narasimharao4-Jan-06 19:50
K. narasimharao4-Jan-06 19:50 
AnswerRe: Should not allow copy, cut, paste and delete in the edit boxes using VC++ Pin
Owner drawn4-Jan-06 20:20
Owner drawn4-Jan-06 20:20 
QuestionDisplay multi line colors in Rich edit control using VC++ Pin
K. narasimharao4-Jan-06 19:38
K. narasimharao4-Jan-06 19:38 

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.