Embedded Visual Basic Windows Ce And Pocket Pc Mobile Applications [Electronic resources] نسخه متنی

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

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

Embedded Visual Basic Windows Ce And Pocket Pc Mobile Applications [Electronic resources] - نسخه متنی

Chris Tacke; Timothy Bassett

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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



eMbedded Visual Basic®: Windows® CE and Pocket PC Mobile Applications

By
Chris Tacke, Timothy Bassett

Table of ContentsChapter 3.
Manipulating Files


The Windows CE TreeView Control


The application developed in this chapter provides a pretty good look at the Windows CE version of the familiar TreeView control. As you can expect, the object model is smaller and the features are fewer than what you get with the Win32 TreeView control, but it's sufficiently robust to provide all the common functionality TreeViews are used for without having to hunt for or write your own custom control.

The following is a list of the TreeView control's methods and properties used in this chapter:

Close

Input

LinePrint

Open

EOF

Dir

FileDateTime

FileLen

GetAttr

Kill


Again, I feel it's useful to have a full object model reference to be able to refer to in not only this project, but for any other project you work on as well. Appendix A lists the full object model for the Windows CE TreeView control.

The TreeView is in its own control library, MSCETreeView.dll, and, just like the FileSystem and File controls, can be added to a project's toolbox through the Project Components dialog. Simply select Microsoft Windows CE Treeview Control 3.0.



    / 108