how to popup a dialog in a combobox like control?
-
I want to make a combobox control that popup a dialog. I put my control on a dialog named dialog1 and popup dialog2. I found dialog1's title bar become inactive. but when combobox popup listbox, the dialog dosen't become inactive. Is anyone can help me?:confused: :confused: thanks to all the programmers who have helped me.
-
I want to make a combobox control that popup a dialog. I put my control on a dialog named dialog1 and popup dialog2. I found dialog1's title bar become inactive. but when combobox popup listbox, the dialog dosen't become inactive. Is anyone can help me?:confused: :confused: thanks to all the programmers who have helped me.
That's the way it works. When you popup the modal dialog the parent dialog gets disabled. Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
That's the way it works. When you popup the modal dialog the parent dialog gets disabled. Nish Sonork ID 100.9786 voidmain www.busterboy.org If you don't find me on CP, I'll be at Bob's HungOut
-
I want to make a combobox control that popup a dialog. I put my control on a dialog named dialog1 and popup dialog2. I found dialog1's title bar become inactive. but when combobox popup listbox, the dialog dosen't become inactive. Is anyone can help me?:confused: :confused: thanks to all the programmers who have helped me.
Have a look here, there might be something close to what you are trying to do. http://www.codeproject.com/combobox/ Michael :-)
-
Have a look here, there might be something close to what you are trying to do. http://www.codeproject.com/combobox/ Michael :-)