creating a dialog in non mfc application
-
HI, I have an application in which is not using mfc.But i got a requirement that i need to create and display a dialog box. Existing application is a Regular DLL. Thanks & Regards, Rajeev
-
HI, I have an application in which is not using mfc.But i got a requirement that i need to create and display a dialog box. Existing application is a Regular DLL. Thanks & Regards, Rajeev
Since it regular DLL, i am guessing you are looking for pure win32 based solution (NOT ATL based): some of these article might help you! Writing Win32 Apps with C++: V2 - part 1[^] Scrollable Dialog in Pure Win32 API[^] Win32 Tips and Tricks[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Since it regular DLL, i am guessing you are looking for pure win32 based solution (NOT ATL based): some of these article might help you! Writing Win32 Apps with C++: V2 - part 1[^] Scrollable Dialog in Pure Win32 API[^] Win32 Tips and Tricks[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
HI Alok, Problem is existing application in non mfc. for displaying a small dialog do i need to make that existing application also Mfc one. please guide. Thanks, Rajeev
-
Since it regular DLL, i am guessing you are looking for pure win32 based solution (NOT ATL based): some of these article might help you! Writing Win32 Apps with C++: V2 - part 1[^] Scrollable Dialog in Pure Win32 API[^] Win32 Tips and Tricks[^]
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
Thanks Alok, will check that. Thanks, Rajeev
-
HI Alok, Problem is existing application in non mfc. for displaying a small dialog do i need to make that existing application also Mfc one. please guide. Thanks, Rajeev
Rajeev.Goutham wrote:
Problem is existing application in non mfc. for displaying a small dialog do i need to make that existing application also Mfc one. please guide.
No not necessary, you can create dialog box in non-mfc environment also. MFC is just wrapper around win32 based apis
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Rajeev.Goutham wrote:
Problem is existing application in non mfc. for displaying a small dialog do i need to make that existing application also Mfc one. please guide.
No not necessary, you can create dialog box in non-mfc environment also. MFC is just wrapper around win32 based apis
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
wangafei wrote:
yes! mfc can use api and win32
so you can do anything without mfc
but it's not easyAgreed, however it's the project choice to utilize services of MFC or not. if the project is targeted to basic win32, then let it be.. anybody who can program in MFC can program in win32 too.
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You