Discussion:
Visual Studio 2005 , WM_INITDIALOG does not exist?
(too old to reply)
b***@yahoo.com
2006-05-24 14:17:39 UTC
Permalink
I am using Visual Studio 2005.

I wanted to create a control in the onInitDialog an dnot from resource
editor.

I am not able to map this class message maps to WM_ONINITDIALOG.

Can someone help me or should I have to hard coded?
Thanks
Bhargs
jiangsheng[MVP]
2006-05-30 18:27:19 UTC
Permalink
OnInitDialog has been a virtual function since VC6.
--
Regards
Sheng Jiang

Microsoft Most Valuable Professional in Visual C++
http://www.jiangsheng.net
http://blog.joycode.com/jiangsheng/
Post by b***@yahoo.com
I am using Visual Studio 2005.
I wanted to create a control in the onInitDialog an dnot from resource
editor.
I am not able to map this class message maps to WM_ONINITDIALOG.
Can someone help me or should I have to hard coded?
Thanks
Bhargs
Grzegorz Wróbel
2006-05-30 19:13:02 UTC
Permalink
Post by b***@yahoo.com
I am not able to map this class message maps to WM_ONINITDIALOG.
There is no WM_ONINITDIALOG message.
--
677265676F727940346E6575726F6E732E636F6D
Loading...