| Mahesh's profileMahesh's BlogPhotosBlogLists | Help |
Mahesh's BlogMahesh's Embedded Blog Windows Embedded CE 6.0 R2 製品発表
11月16日(金)、パシフィコ横浜に行われるEmbedded Technology(ET) 2007展示会でWindows Embedded CE 6.0 R2のラウンチイベントが開催されます。 Windows Embedded CE 6.0 R2 はさらに魅力的な技術を装備していますので、より容易に Windows Vista, Windows Server 2008 や他の組み込み機器との接続が簡単にできるようになります。 お早めに、WINDOWS EMBEDDED CE 6.0 R2 ラウンチイベント にてご登録ください。 Microsoft Mobile & Embedded DevCon 2007Heading for Microsoft Mobile & Embedded DevCon 2007.
Looking for great technical stuff on Windows Embedded.
Catch this
はじめてのWindows CE... 日本語での書籍!Windows CEを学びたい... Windows CEをもっと知りたい... Windows CEでこんなことできますか...
お答えは... 「はじめてのWindows CE」
OSの設計からアプリケーション開発までということで、大川 善邦 氏の 「はじめてWindows CE」をお勧めします。
詳細は下記リンクを御覧ください。
以上。
Internationalization : Replace the default Windows CE fonts with other fonts!For some platforms or applications, you may need to be able to replace the default Windows CE fonts with other fonts, including custom fonts. This is required especially when you are trying to support specific language fonts. You can modify the Windows CE registry to replace default fonts, to replace fonts used on a platform, and to replace raster fonts with TrueType fonts.
Windows CE uses a default set of fonts that exist in ROM. You can replace these fonts by modifying the Windows CE registry. The replacement font must exist in the \Windows directory on the target device.
The following table shows the locations of the fonts that you can replace through the Windows CE registry.
Font location Registry key
System HKEY_LOCAL_MACHINE\SYSTEM\GDI\SysFnt Menu bar HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\BarFnt Pop-up menu HKEY_LOCAL_MACHINE\SYSTEM\GWE\Menu\PopFnt Out of Memory window HKEY_LOCAL_MACHINE\SYSTEM\GWE\OOMFnt To change a font in the Windows CE registry
1. Modify your Project.reg project registry file by adding the registry keys listed in the preceding table for the fonts you want to replace. 2. Under each registry key, add the following variables and values:
"Nm"=font-name "Ht"=DWORD:height "It"=DWORD:italics-flag "Wt"=DWORD:weight "CS"=DWORD:character-set The following table describes each of these variables.
Variable Description font-name Font name, not including the extension. For example, to load the Arial font, Arial.ttf, use the following value for the font-name variable:
"Nm"=Arial height Font height, in pixels.
italics-flag Set to 1 for italics; 0 for no italics. weight Font weight, which can be one of the FW_* values. character-set Defines the character set, which can be one of the *_CHARSET values. 3. Rebuild your image. How to connect Windows CE device to Visual Studio Remote Tools without ActiveSync!!!When ActiveSync is not available, Visual Studio 2005 does not automatically copy required connectivity files to the device. Use the following steps to install these files on the device, modify the Visual Studio connection configuration, and establish device security. The first two steps, preparing the device and Visual Studio, need to be done only once. The last set of steps, setting security and establishing the connection, must be repeated any time you want to connect from a new instance of Visual Studio. To prepare the device for connecting
To prepare Visual Studio for connecting
To set security and establish the connection
|
|
||||||||||||||||
|
|