|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++.windows.32-bits - Wrong COMBOBOX style in ResourceStudio
Hello, When editing a combo box control in a dialog box script in ResourceStudio, when you select the "List" type in the "Styles" tab, the generated style is CBS_DROPDOWN, when it should be CBS_DROPDOWNLIST. Any possible workarounds for this bug, short of manually editing the resource files? Regards, Dimitri -- http://www.universalstudyhelper.com - Universal Study Helper Learn and memorize quickly and efficiently any subject and information! Jun 21 2003
I reported that bug about 8 years ago to Symmantec when they were the owner of SC++. Nope, bad luck. Manually edit the code. "Dimitri Kaparis" <dkaparis universalstudyhelper.com> wrote in message news:bd2kon$2l7m$1 digitaldaemon.com...Hello, When editing a combo box control in a dialog box script in ResourceStudio, when you select the "List" type in the "Styles" tab, the generated style is CBS_DROPDOWN, when it should be CBS_DROPDOWNLIST. Any possible workarounds for this bug, short of manually editing the resource files? Regards, Dimitri -- http://www.universalstudyhelper.com - Universal Study Helper Learn and memorize quickly and efficiently any subject and information! Jun 22 2003
|