memory issues when i opening the dialog box
-
hai friends i got one problem in borland c++. i am doing owl(MFC in VC++) programming.i create one tool. in that tool explore there. after including files, i trying to open files(.xls) and double click particular file one main dialog coming. main problem starts now. i can fit that dialog box centre of our tool. some times coming act dialog box. sometimes coming width incresing,height increasing and some times both increasing.i debuged that dialog box number times. but dialog coordinates coming correct. i doesnot understand what i can do. note: my system rarely coming that types errors.in my colleges coming continuely. any one know solution pls give reply. b.raju -- modified at 7:04 Thursday 8th September, 2005
-
hai friends i got one problem in borland c++. i am doing owl(MFC in VC++) programming.i create one tool. in that tool explore there. after including files, i trying to open files(.xls) and double click particular file one main dialog coming. main problem starts now. i can fit that dialog box centre of our tool. some times coming act dialog box. sometimes coming width incresing,height increasing and some times both increasing.i debuged that dialog box number times. but dialog coordinates coming correct. i doesnot understand what i can do. note: my system rarely coming that types errors.in my colleges coming continuely. any one know solution pls give reply. b.raju -- modified at 7:04 Thursday 8th September, 2005
Hi Raju, I have a few questions for you !!!! :) 1. Which operating system you are using? 2. Are you dealing with multilingual operating systems/system setting Basically, dialog boxes uses Dialig units(DLU) for creating dialog. So your dialog size depends on the font you are using/char set you are using.. Please have a look at this angle.. " Action without vision is only passing time, Vision without action is merely day dreaming, But vision with action can change the world " - Words from Nelson Mandela Thanks & Regards, Gopalakrishnan
-
Hi Raju, I have a few questions for you !!!! :) 1. Which operating system you are using? 2. Are you dealing with multilingual operating systems/system setting Basically, dialog boxes uses Dialig units(DLU) for creating dialog. So your dialog size depends on the font you are using/char set you are using.. Please have a look at this angle.. " Action without vision is only passing time, Vision without action is merely day dreaming, But vision with action can change the world " - Words from Nelson Mandela Thanks & Regards, Gopalakrishnan