Each Bee Mobile control which is inherited from BeeMobile.Common.DoubleBufferingControl (and that is the case for majority of them) uses 3 bitmaps to speed up the drawing.
Posted in Technical articles |Technical articles archives
Issues with Visual Studio Designer
March 14, 2020
Symptoms: Properties are missing in Properties pane. Some properties cannot be edited. Properties are dimmed in the properties pane. Descriptions for the properties are missing.
Posted in Technical articles |Bee Mobile iPack: Can’t find PInvoke DLL ‘BeeMobile.Common.dll’
July 14, 2019
On some Windows CE devices you may receive the error:Can’t find PInvoke DLL ‘BeeMobile.Common.dll’
Posted in Technical articles |PNG decoder on Windows CE, WEC 7
October 14, 2018
The presence of PNG image decoder in your OS depends on the presence of SYSGEN_IMAGING_PNG_DECODE variable during the build of OS image.
Posted in Technical articles |AlphaBlend – where does it come from?
February 11, 2018
Based on our experience, if a Windows CE (Windows Compact 7) device fails to draw transparent controls, it is because it is missing AlphaBlend function from its WIN API. AlphaBlend function is present in coredll.dll. During the build of the … Continue reading
Posted in Technical articles |Adding iPack CF39 to toolbox of VS 2012 / VS 2013
September 4, 2017
This article describes how to work around the inability to add Bee Mobile iPack CF39 controls to toolbox of Visual Studio 2012 / 2013. Microsoft admits that it is not possible to add custom controls which target Compact Framework v. … Continue reading
Posted in Technical articles |Should I load PNG images from files or from resources of my assembly?
April 2, 2015
If you want a Bee Mobile control to display a PNG image, you usually have two choices. You can either add the PNG image to the control from your project’s resources or from a file (some controls provide even more … Continue reading
Posted in Technical articles |PNG image decoder on Windows CE, Windows Embedded Compact 7, Windows Embedded Compact 2013
December 12, 2014
A lot of people are asking for help regarding PNG image decoding on Windows CE Windows Embedded Compact 7 Windows Embedded Compact 2013 so let’s shed some light into this topic.
Posted in Technical articles |Turning off Window Animation on Windows CE, Windows Embedded Compact 7
November 4, 2014
You may notice that on some builds of Windows CE, Windows Embedded Compact 7, Windows Embedded Compact 2013 (and other Windows Embedded operating systems) the OS animates the showing (opening) of a form by drawing expanding rectangles animation. While some … Continue reading
Posted in Technical articles |Anti-Aliased text on Windows CE
February 14, 2013
One of major drawbacks of Windows CE is that if you output text to the screen, then by default it is aliased. By putting out a text on the screen I mean putting a control on a form which displays … Continue reading
Posted in Technical articles |