Dialog
-
:(Hello guru's I am created one dialog box. From that dialog I am trying to access the next Dialog. LikeWise nearly seven dialog boxes. I acheive this by writing the code in the button.There are two main buttons in each Dialog. Next Button and Previous Button. Whenever I press the next I call the dialogone objDialogOne; objDialogOne.DoModal(); If I Press the Previous button, I use the same code. LikeWise Keep on going for the seven dialog box. At some sort of time the application hangs, I don't know why? Will it I have to destroy objects or Dialog. If so, I am having lot of controls like Combo box and Edit box and getting values from the user when the user press the button. If I Destroy the dialog box and delete the dialog will it affects the data that dialog holds. Thanks and regards The World is Too Much with us
-
:(Hello guru's I am created one dialog box. From that dialog I am trying to access the next Dialog. LikeWise nearly seven dialog boxes. I acheive this by writing the code in the button.There are two main buttons in each Dialog. Next Button and Previous Button. Whenever I press the next I call the dialogone objDialogOne; objDialogOne.DoModal(); If I Press the Previous button, I use the same code. LikeWise Keep on going for the seven dialog box. At some sort of time the application hangs, I don't know why? Will it I have to destroy objects or Dialog. If so, I am having lot of controls like Combo box and Edit box and getting values from the user when the user press the button. If I Destroy the dialog box and delete the dialog will it affects the data that dialog holds. Thanks and regards The World is Too Much with us
Any reason why you are not using a wizard-style property sheet? It would sure be a lot easier than the road you are trying to take.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
Any reason why you are not using a wizard-style property sheet? It would sure be a lot easier than the road you are trying to take.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen
-
I don't know much about property sheet? but one of my senior programmer, says that he has facing lot of issues on propery sheet in WinCE, he ask me to do in Dialog. Thank and regards
Anonymous wrote: I don't know much about property sheet? Which is all the more reason to at least try it, rather than letting a co-worker set the pace. Anonymous wrote: ...he ask me to do in Dialog. Does he not realize that a property page is a dialog?
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen