Need control help
Peter -- cpudude@mem.net Friday, December 06, 1996 Environment: Windows 3.1 MSVC 1.52 I have seen a control I would like to use/modify and was hoping for some help. This control is like a drop down list, but instead of using a small box below/above the "edit-box" when it is opened, it uses as much screen space as it takes to display all the items in the list. Has anyone seen this kind of control or has anyone toyed creating such a control?? Thanks for your assistance!! Peter R. Vermilye cpudude@mem.net +-----------------------------------+ | Who does Microsoft call for help? | +-----------------------------------+
Mao Zhihong -- maozhihong@hotmail.com Tuesday, December 10, 1996 Dear Prter,=20 >This control is like a drop down list, but instead of using a small box > below/above the "edit-box" when it is opened, it uses as much >scre= en > space > as it takes to display all the items in the list. Has anyone seen = >this > kind > of control or has anyone toyed creating such a control?? Infact this control is not any other conytrol, it can just be a standard Combo Box. you can get this in 3 step: 1. Create the ComboBox as you want 2. call MoveWindow() to resize this combo box larger=20 3. call MoveWindow() again to resize it to the size you want now you will find you get it! I don't know why, so if anyone know more, please let me know! Yours Mao =09 --=20 "M!cr@$@ft'$ D@vbl $p cE is tHe s=E0fteSt h=E0Rd di k c mPre so@#!" -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D Mao Zhihong ( Robert Mao ) DreamyRainbow Software Studio Voc/Fax : 86-25-5408086 E-Mail : maozhihong@hotmail.com mao@seu.edu.cn URL : http://seic3.seu.edu.cn/~mao -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D
| Вернуться в корень Архива |