Home > Computing and Information Technology > Operating systems > Microsoft (Windows) operating systems > The Windows CE Technology Tutorial: Windows Powered Solutions for the Developer
14%
The Windows CE Technology Tutorial: Windows Powered Solutions for the Developer

The Windows CE Technology Tutorial: Windows Powered Solutions for the Developer

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

This is the first complete Windows developer's guide to leveraging the power of Windows CE 3.0 and future "Windows-powered" devices. Leading Windows CE developer Chris Muench teaches Windows developers all they need to know to build CE 3.0 applications fast. Start by setting up and mastering the Windows CE 3.0 "Rapier" development environment; then, walk step-by-step through building a robust CE application that utilizes COM components, integrates with Windows 2000 and other Windows desktops, and even provides Internet connectivity. Along the way, developers will learn how to design CE user interfaces, support printing, storage, and remote access; synchronize with desktops via the latest version of ActiveSync; incorporate graphics and audio; even integrate with Pocket Outlook.

Table of Contents:
Preface. Acknowledgments. Foreword. I. READY…SET…GO! 1. Why Windows CE? What Is Windows CE? Windows CE versus Embedded Windows NT. 2. Preparing Your PC for Windows CE. Choosing the Right PC. Get at Least a Pentium II or K6-2 with 300MHz. Use Windows 2000 Professional or Windows 2000 Server. Get a Lot of RAM. Use the New Dual-or Multi-Monitor Support. Get a Big Hard Disk. Use a Network Interface Card (NIC). Use DVD-ROM Instead of CD-ROM. Choosing the Right Windows CE Device. Summary. 3. Installing Your PC. Installing the Operating System. Installing the Development Tools. Office 2000. Visual Studio 98. The eMbedded Visual Tools 3.0. The Windows CE Platform SDKs. ActiveSync 3.1. Setting Up Your Windows CE Device to Connect to the Workstation. Create a Direct Dial-Up Connection Using 115K Baud. Setting the Default Connection for the PC-Link. Test Your Connection to the PC. Optional Steps: Using a LAN Card to Connect to Your PC. 4. The Windows CE Development Tools. Windows CE Tools. Remote File Viewer. Remote Heap Walker. Remote Process Viewer. Remote Registry Editor. Remote Spy++. Remote Zoomin. The Control Manager. eMbedded Visual C++ versus eMbedded Visual Basic. The eMbedded Visual Basic Environment. Creating, Downloading, and Debugging a Small eVB Application. The eMbedded Visual C++ Environment. Creating, Downloading, and Debugging a Small C++ Application. Using the Windows CE Platform Manager. Choosing the Right Framework for Your Task. Basic Windows CE Development Tips. Compile-Time Version Checking. Compile-Time Platform Detecting. Runtime Version Checking. Accessing Debug Messages in ActiveX Controls. Debugging ActiveX Controls. 5. The Thread-Example Pocket-CD-Manager. The Pocket-CD-Manager Feature List. Creating the Framework of Your Application. Differences between the Desktop and Windows CE Versions. stdafx.h. PCDM.CPP. Mainfrm.cpp. PCDMoc.cpp. PCDMView.cpp. Resources. Differences in Project Settings. The User Interface of the Pocket-CD-Manager. ''File''. ''Help''. Creating a Prototype of PCDM. Creating the Desktop Version of the Prototype. Porting the Desktop Prototype to Windows CE. Preparing the DeluxeCD Database. Converting the Desktop eVB Project to an eVB Project. Migrating Forms and Code. Migrating ADO Desktop to ADO for Windows CE. Summary. 6. COM for Windows CE. A Short Introduction to COM. How Does COM Work? Versioning. Early Binding No Longer Necessary. Communicating EXE to EXE. Making Remote Communication Seamless. COM Activation Methods. In-Place Activation. ActiveX Controls. Inproc: In-Process Activation. EXE to EXE. MTS or DLLHOST.EXE. DCOM. COM+ Services. Creating a Small COM Server. Creating a COM Server for Windows CE. Generating the Desktop-Equivalent COM Server. Calling the COM Server in C++. Using #import. Calling the COM Server in Visual Basic. Creating an ActiveX Control. Creating an ActiveX Control for Windows CE. Generating the Desktop Equivalent. Using the Control in eMbedded Visual C++. Using the Control in eMbedded Visual Basic. Creating the Wrapper Controls for the PCDM. DCOM: Distributed COM. deviceCOM: The Industrial Version of DCOM. Installation of deviceCOM. Starting DCServer as a COM Surrogate. A Small deviceCOM Example. Other Features of deviceCOM. Summary. II. WINDOWS CE IN DETAIL. 7. The Windows CE User Interface. The Command Bar. Adding a Command Bar to an Application. PCDMUI: Including the Command Bar. Testing the Control in eMbedded Visual Basic. Calling the Control from the PCDM Application. Summary. The Command-Band. Adding the Command-Band to an Application. Updating the PCDMCommander Class. Testing the New PCDMCommander Class in eMbedded Visual Basic. Using the PCDMCommander Class in the PCDM Application. Summary. Special Palm-size PC Considerations. Small Example Showing the Application Menu Bar. Updating Your PCDMCommander Class. Testing the New Class in eMbedded Visual Basic for Palm-size PC 2.0. Verifying Your PCDM Application. The List View Control. Including the List View Control in an Application. Adding the List View Control to PCDMUI.DLL. Testing the New CPCDMList Class in Visual Basic. Using the New CPCDMList Class in the PCDM Application. Summary. Other Supported Common Controls. Common Controls That Are Not Supported. Printing in Windows CE. The Hardware Buttons on Palm-size PCs. The Action and Escape Keys. The Application Launch Keys. The Soft Input Panel. A Simple Application Showing the SIP. ShowSIP() for PCDMDLL.DLL. Testing the New PCDMUI in Visual Basic. Ink Control. Creating a Small Ink Control Application. Other Ink Control Functions. 8. Storage. The Windows CE Registry. Adding CPCDMAccessReg to the PCDMDLL.DLL. Testing the New CPCDMAccessReg in eMbedded Visual Basic. The File System. No Drive Letters. The Name ''Storage Card'' Can Be Localized. ''My Documents'' on a Palm-size PC. The Object Store. A Simple API Application Accessing the Object Store. A Simple MFC Application Accessing the Object Store. Adding Object Store Access to the PCDMDLL.DLL. Testing the New Class in eMbedded Visual Basic. Adding the PCDMAccessDB Class to the PCDM Application. ADO for Windows CE. A Simple Application Using ADO. Adding ADO to the PCDMAccessDB Class. Retesting ADO Changes in eMbedded Visual Basic. Pocket-Access Files. Copying an Access 2000 Database to the Emulation. Synchronizing Pocket-Access with Access 2000 Databases. Updating the PCDM to Use the New Database. 9. Remote and Connectivity. Using RAS as TCP/IP Provider. Install the Communication Cable between Two PCs. Setting the Baud Rate of the Communication Cable to 115K. Set Up Windows 2000 Incoming Connections. Windows 2000 Server in a Domain Environment. Remote API. A Small RAPI Example. Converting ObjectStoreIt to a Desktop Application. Updating Your PCDM Application with RAPI. Testing the Class in Visual Basic for the Desktop. ActiveSync: Keep in Sync with Your Data. The Concept of ActiveSync. Creating an ActiveSync Service Provider for the PCDM. Some Debugging Tips. Summary. Distributed COM. Winsock. A Tiny Winsock Example. The PCDM Application. IrDA or Infrared: The Wireless Wire. Adding IrDA Support to Your Winsock Example. Adding IrDA Support to the PCDMDLL. Test the New PCDMDLL in eMbedded Visual Basic. Implementing @BHEADS = Send to...''/ Receive...''in the PCDM Application. HTTP: Integration of the Internet. Wininet: The Client Internet API. A Small Wininet Example. The Web Server Issue. 10. Graphics and Sounds. Loading Bitmaps. Using LoadBitmap(). Using SHLoadDiBitmap(). Using Custom Code. Adding a Picture Class to the PCDMUI.DLL. Displaying Bitmaps Using GDI. Updating OnDraw of the PCDMPicture Class. Testing the PCDMPicture Class in eMbedded Visual Basic. Updating the PCDM Application. Playing Sounds Using the Windows CE API. Adding a Sound to the PCDM Application. DirectX on Windows CE. 11. Miscellaneous Topics. Enhancements for Pocket PC Devices. Window Size Must Be Calculated Differently. Only Full-Screen Dialog Boxes. A Tiny Example. Summary. Creating Help Files for Your Application. Creating a Help File for the PCDM Application. Calling the Help File from within the PCDM Application. Creating a Control Panel Application. Adding an Icon to the Taskbar. Adding a Task-bar Icon to Your PCDM Application. Installation for Windows CE. Installation Targeting Windows CE. The Installer Information File (.INF). Creating the Installer File for Your PCDM Application. Creating a CEF Installation for PCDM. Writing a Custom SetupDLL. CF-Card Instant-Installer for the Pocket PC. Creating an Installation for the Desktop. Rules to Make Your App Logo-Compliant. Logo Requirements of All Target Platforms. Special H/PC Logo Requirements. Special Palm-size PC Requirements. 12. Conclusions and Visions. A Word about Your PCDM Application. What's Next? How Small Will It Become? The Dark Side of the New World. What Can You Do to Take Part? Where Is the Technology Now? III. Appendices. Appendix A. Frequently Asked Questions. Appendix B. The PCDMUtils Class. Appendix C. Glossary and Abbreviations. Appendix D. Tips and Tricks for Unicode versus ANSI. Index. 0201616424T04062001


Best Sellers


Product Details
  • ISBN-13: 9780201616422
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Depth: 38
  • Height: 230 mm
  • No of Pages: 624
  • Spine Width: 35 mm
  • Weight: 1041 gr
  • ISBN-10: 0201616424
  • Publisher Date: 17 May 2000
  • Binding: SA
  • Edition: PAP/CDR
  • Language: English
  • Series Title: English
  • Sub Title: Windows Powered Solutions for the Developer
  • Width: 190 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
The Windows CE Technology Tutorial: Windows Powered Solutions for the Developer
Pearson Education (US) -
The Windows CE Technology Tutorial: Windows Powered Solutions for the Developer
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

The Windows CE Technology Tutorial: Windows Powered Solutions for the Developer

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA