Programming with Microsoft Visual C++.NET 6ed [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Programming with Microsoft Visual C++.NET 6ed [Electronic resources] - نسخه متنی

George Shepherd, David Kruglinski

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
توضیحات
افزودن یادداشت جدید








Using Other Control Features


You've seen how to customize the control class CScrollBar by adding code in the dialog box's OnInitDialog member function. You can program other controls in a similar fashion. In the Visual Studio documentation, look at the control classes, particularly CListBox and CComboBox. Each has a number of features that the Properties window and the Visual Studio wizards do not directly support. Some combo boxes, for example, can support multiple selections by applying the LBS_MULTIPLESEL list box style to the combo box. If you want to use these features, don't try to use Class View to add data members. Instead, define your own data members and add your own exchange code in OnInitDialog and OnBnClickedOk.


/ 319