ComMÉDIA
for Windows CE HomeSource Code ActiveX Controls



References


Windows CE
Web Community



[Prev] [Random] [Next]
[List Sites] [Next 5]

VB Source Code

When we first got our copy of the "CE Toolkit for VB 6.0" we were really disappointed: no application icons, no form icons, no user defined types, ...

Then we read the VBCE.COM article on "Adding an Icon to Your VBCE Application" page and, since then, we have been exploring a number of alternatives to solve those problems. 

Unfortunately"Windows CE 2.0 does not support the association of extensions with icon files". But what about Resource only (Icons) DLL's? It's indeed possible to use this option but leads us to another problem: how do we build such DLL's?

To solve this last question we built a regular VB6.0 application that can, in fact, build Icon-only DLL's for all WinCE platforms with a very small footprint. No other product is required: it performs as a compiler for this only purpose.

This program (VBCE Icons Tool) includes other options like easily managing the Icon files to include on the DLL, removing unused images from individual Icon files to reduce the footprint, calling an Icon Editor application and (!!!) customizing the output of the "Application Install Wizard" to assign a particular Icon to each and every VBCE application.

This last option can be done automatically without further knowledge of the process (changing extensions, registry settings, etc.). After running the tool, everything needed to install will still be left on the CD1 directory.

We also built a number of VBCE Test Programs with Modules that we consider vital to build any commercial application with VBCE, including:

Our intention is to leave all the source code of the Test Programs available for free, expecting that some programmers will, in fact, be interested on the VBCE Icons Tool. However, some of these examples won't need any DLL at all.

The Evaluation Version of the VBCE Icons Tool performs exactly as the registered version BUT leaves all icon images over a grid with scrambled colors.



[ Home ] [ Source Code ] [ Articles ] [ Download ] [ Support ]
[ VBCE Icons Tool ] [ ActiveX Controls ]

Copyright ComMedia 2000-2003. All rights reserved.
Microsoft, Windows CE, and Visual Basic are registered trademarks of Microsoft Corporation.

Windows CE ActiveX Controls specifically designed in ATL for eVB.

Date Time
Month Calendar
Progress Bar
Popup Menu
Tray Icon
Locale
Settings
RAS Dial
RAS Entries
RAS PPTP

>> Try them! <<


Icons Tool

The Evaluation version of the
VBCE Icons Tool
performs exactly as the registered version but draws all Icons over a grid with scrambled colors .

Check the details.

VBCE UDT's

"...to extend the intrinsic VB functionality with extra functions provided by the MS Windows Operating System..."

more...