Click here to Skip to main content
15,895,839 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Debug Vs Release Pin
ThatsAlok8-Jan-06 19:01
ThatsAlok8-Jan-06 19:01 
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 
Tried it. AND IT WORKED. for (i=0; i<1000; i++) Thanks!
One of those 2 days problem solved within 5 minutes having somebody else looking at it!

I, for some reason got confused about the explanation of the DialogBox.
"Handle to application instance". I saw that as the handle to my .exe and not the new DLL
But now I can see that it make sence to use the new handle that I just created with LoadLibrary.

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


Many thanks
Rgds
Torben
GeneralRe: Using a DLL having its own DialogProcedure Pin
Prakash Nadar4-Jan-06 23:21
Prakash Nadar4-Jan-06 23:21 
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 

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.