Erranous behavouir in Modless Dialog
-
Hi Developers, I am facing some hurdles in modless dialog. Some of this buttons are working properly, but when i clicked a button that button itself gets flicker & the respective will not get called unless and until i'll press "Alt" key. Even all other buttons will not get worked ( close button as well ). Can anyone tell me what should be the problem? Thanks. Amrit Agrawal Software Developer
-
Hi Developers, I am facing some hurdles in modless dialog. Some of this buttons are working properly, but when i clicked a button that button itself gets flicker & the respective will not get called unless and until i'll press "Alt" key. Even all other buttons will not get worked ( close button as well ). Can anyone tell me what should be the problem? Thanks. Amrit Agrawal Software Developer
Figure out what are the main difference with 'working' and 'not working' buttons. Is it a sub-classed button or OWNER DRAW true in styles.
-
Figure out what are the main difference with 'working' and 'not working' buttons. Is it a sub-classed button or OWNER DRAW true in styles.
There is no problem with style of that buttons, because they have simply put from the tool box. I have commented the lines of code of that function and found the buttons is clicked properly. In that code it jump into other file and call DoModal of another dialog. Is there any problem with this calling? Thanks.