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
Rajeev.Goutham wrote:
i need to create and display a dialog box.
Add a dialog resource to your project and use
DialogBox()
[^] to run it.Rajeev.Goutham wrote:
Existing application is a Regular DLL.
A DLL is not an application.
Binding 100,000 items to a list box can be just silly regardless of what pattern you are following. Jeremy Likness
-
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