Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi,
I have C++ script that using CreateDialogParamA function for generate Dialog Box.
This dialog is include some buttons & TextBoxes.
I want try add some words in TextBoxs and transfer to code.
In Dialog box properties when I select Style=Popup I can insert data in textboxes but when change style=child it locked and can insert any data.
How I can insert data when I select Style=child?
Regards,
Posted
Comments
enhzflep 30-Sep-13 15:36pm    
I'm curious. Why do you wish to make the style CHILD, rather than POPUP?

I think I saw a solution for tab-control to be linked to dialog resources. I.e each tab would cause a different dlg resource to be loaded and displayed. However - this was only for the content-section. The containing dialog was still a popup, I believe. I.e a dialog-resource was loaded. When particular controls were clicked, additional dialog resources were loaded and made child-windows of the original dialog. The original dialog still has the popup style.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900