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

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

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

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

George Shepherd, David Kruglinski

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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








Chapter 7: Dialog Boxes



Overview


Almost every Microsoft Windows–based program uses dialog boxes to interact with the user. The dialog box might be a simple OK message box, or it might be a complex data entry form. Calling this powerful user interface element a dialog "box" does it an injustice—a dialog box is actually a window that receives messages, that can be moved and closed, and that can even accept drawing instructions in its client area.

The two kinds of dialog boxes are modal and modeless. This chapter explores both types. We'll also take a look at the special-purpose Windows common dialog boxes for opening files, selecting fonts, and so forth.


/ 319