Programming Microsoft Windows Ce Net 3Rd [Electronic resources] نسخه متنی

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

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

Programming Microsoft Windows Ce Net 3Rd [Electronic resources] - نسخه متنی

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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






Other Common Controls


Windows CE supports a number of other common controls available under Windows XP. Most of these controls are supported completely within the limits of the capability of Windows CE. For example, while the tab control supports vertical tabs, Windows CE supports vertical text only on systems that support TrueType fonts. For systems supporting raster fonts, the text in the tabs must be manually generated by the Windows CE application by rotating bitmap images of each letter. Frankly, it's probably much easier to devise a dialog box that doesn't need vertical tabs. Short descriptions of the other supported common controls follow.

The Status Bar Control


The status bar is carried over unchanged from the desktop versions of Windows. General user interface guidelines advise against using this control on small-screen devices. The status bar simply takes up too much precious screen space. If the control is used, the user should be able to optionally hide the status bar.

The Tab Control


The tab control is fully supported, the previously mentioned vertical text limitation notwithstanding. The TCS_HOTTRACK style that highlighted tabs under the cursor isn't supported. The TCS_EX_REGISTERDROP extended style is also not supported.

The Trackbar Control


The trackbar control gains the capacity for two "buddy" controls that are automatically updated with the trackbar value. The trackbar also supports the custom draw service, providing separate item drawing indications for the channel, the thumb, and the tick marks.

The Progress Bar Control


The progress bar includes the latest support for vertical progress bars and 32bit ranges. This control also supports the new smooth progression instead of moving the progress indicator in discrete chunks.

The Up-Down Control


The up-down control under Windows CE supports only edit controls for its buddy control.

The Toolbar Control


The Windows CE toolbar supports tooltips differently from the way tooltips are supported by the desktop versions of this control. You add toolbar support for tooltips in Windows CE the same way you do for the command bar, by passing a pointer to a permanently allocated array of strings. The toolbar also supports the transparent and flat styles that are supported by the command bar.

The Tree View Control


The tree view control supports two new styles recently added to the tree view common control: TVS_CHECKBOXES and TVS_SINGLESEL. The TVS_CHECKBOXES style places a check box adjacent to each item in the control. The TVS_SINGLESEL style causes a previously expanded item to close up when a new item is selected. The tree view control also supports the custom draw service. The tree view control doesn't support the TVS_TRACKSELECT style, which allows you to highlight an item when the cursor hovers over it.

/ 169