Register Login
Home    May 20, 2012

Windows Embedded Compact 7 Seminar:  Developing Specialized Devices for Intelligent Systems

04/19/2012  -  Boston
05/01/2012  -  Mountain View

Complimentary technical seminars from the Windows Embedded team:  Discover the keys to developing next-generation intelligent device with Windows Embedded Compact 7.  Visit the following URL to register for the seminar in Boston and Mountain-View:   
  http://swrt.worktankseattle.com/series/63/seriessignup.aspx?&promo=PRTR


Compact 7 Webcast:  Maximizing the Capabilities of Internet Explorer for Embedded in Windows Embedded Compact 7

05/15/2012  @ 9:00AM (Pacific time)

An often overlooked feature of Windows Embedded Compact 7 is the extensive capabilities and configurability of Internet Explorer for Embedded. Our version of IE has changeable "chrome" to fit in almost any user interface.  As on the Desktop, our version of IE can be embedded into application as control. Updated to support some of the latest HTML standards, Internet Exploxer for Embedded is a power tool that can be used to create great user interfaces. Learn more about Internet Explorer for Embedded in this month's webcast:
   https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032511331&Culture=en-US



Windows Embedded Standard 8 CTP Released

Microsoft released Windows Embedded Standard 8 CTP (Community Technical Preview). Visit http://www.microsoft.com/windowsembedded/en-us/evaluate/windows-embedded-standard-8-ctp.aspx for more information.

 

WINDOWS EMBEDDED COMPACT 7 FEATURES

A list of "potential" new features.
Nothing authortive about this.  I copied it from Wikipedia.

Read the rest of entry »

CEDriverWiz is now past the ton!

It reached 100+ downloads a couple of days ago.

Read the rest of entry »

CEContentWiz, Version 1.0 now on Codeplex

Facilitates adding content to an OS image and setting up shortcuts.

Read the rest of entry »

Windows Embedded Standard 7 Service Pack 1 (SP1) Community Technology Preview (CTP) is now available!

Service Pack 1 delivers the Windows 7 SP1 updates to Windows Embedded Standard 7.  This includes the new RemoteFX technology for client, and the new embedded specific SKU Compliance Packages. 

Read the rest of entry »

CEDriverWiz downloads .. 96

Getting near the ton!

Read the rest of entry »

CEContentWiz available soon

Available before Christmas.

Read the rest of entry »

Driver wrapper for C#

From .NET Compact Framework, there is no API allowing access to the driver interfaces, as the main reason of the framework existence is to be able to run on whatever hardware an application without having to recompile it, this by the usage of the CLR (Common Language Runtime).But developer working on embedded systems usually have to access those drivers that are specific to the platform. So in that case they need an access to the native APIs.Identify the needsBefore getting access to the driver from C# you have to identify the APIs that have to be mapped from native to managed environment. Accessing a driver from native code is performed using the following APIs :- CreateFile : in order to open a driver instance- CloseHandle : to close the opened instance- ReadFile : read data from the stream- WriteFile : write data into the stream- Seek : move data pointer in the stream- DeviceIoControl : to perform driver specific actions with the usage of the CTL_CODE macro for commands IDsMap the native APIIn order to map ...

Read the rest of entry »

Hello World …

Hello everybody,

I’m opening this bog on Embedded101.com to share with you technical content for your favorite Windows Embedded operating systems.

I hope that you will enjoy the content, and will often visit us.

- Nicolas

Oct07Stream Driver with CEDriverWiz rev 0.3
Created by Samuel Phung on 10/7/2010 12:00:00 AM

Read More..


Oct06Connecting Visual Studio IDE to CE 6.0 Target Device with CoreCon
Created by Samuel Phung on 10/6/2010 12:00:00 AM

CoreCon is used to establish connectivity between Visual Studio 2005/2008 IDE and CE 6.0 target dev...
Read More..


Oct04Platform Builder: Automatically Flushing the Registry on Changes
Created by Samuel Phung on 10/4/2010 12:00:00 AM

Automatically save changes to Windows CE registry
Read More..


Oct04Windows CE: Save and Restore the Registry
Created by Samuel Phung on 10/4/2010 12:00:00 AM

Save and Restore the Entire Registry The functions RegCopyFile() and RegRestoreFile() can be used t...
Read More..


Oct04Windows CE: Stream Interface Driver Registry Settings
Created by Samuel Phung on 10/4/2010 12:00:00 AM

If you have looked at my other posts on stream interface drivers, you have seen that the registry s...
Read More..


Oct04Windows CE: Persisting Registry Changes from an Application
Created by Samuel Phung on 10/4/2010 12:00:00 AM

Saving changes to the Windows CE registry from an application
Read More..


More
 Copyright 2010 by Embedded101   Terms Of Use  Privacy Statement