Tuesday, July 28, 2009

USA State Picker


We have released a sample for RegionControl which shows how to create a USA State Picker. Go to RegionControl samples page to find out more.

Monday, July 27, 2009

EU Country Picker


We have released a sample for RegionControl which shows how to create a country picker. Go to RegionControl samples page to find out more.

Thursday, July 23, 2009

Transparent Controls Tutorial


We published a step-by-step tutorial about Transparent Controls.
There are many screenshots, and you can download the sample code as well.
Hope it helps!

Link:
http://beemobile4.net/index.php?sitecateg=tutorials&tutID=2

Wednesday, July 22, 2009

Region Control as a Toolbar



This sample shows you the way of handling mouse clicks on region control.

You can download the sample code:
http://www.beemobile4.net/index.php?sitecateg=samples&productID=6

New TCheckBox sample released


This sample code demonstrates how to adjust the TCheckBox control in your application.

Transparent control samples:
http://www.beemobile4.net/index.php?sitecateg=samples&productID=5

Tuesday, July 7, 2009

RegionControl has been released!


RegionControl is a universal and powerful control for creating attractive GUI for .NET Compact Framework. It allows the developer to design various kinds of menus, buttons, toolbars, buttonbars which all may have arbitrary shapes and appearance. Get a free evaluation version here and see it yourself!

Wednesday, July 1, 2009

WaitingBar control has been released!


bee Mobile has released another control which aim is to help developers to create cool and attractive Windows Mobile applications - WaitingBar. It is a visual indicator informing the user of a background task being performed. With its charming laser-like appearance it gives applications professional modern look. More information can be found here.

Friday, June 12, 2009

Transparent ImageButton now exists on .NET CF


Transparent ImageButton has been released as a part of TransparentControls. It allows the developers to create even more attractive applications as the surface of the button is made of an image. See it for yourself here.

Saturday, May 30, 2009

Tutorial for iWheel

In an attempt for the developers to easily overcome the first steps in using the iWheel we published the tutorial which makes you understand all the features of the product in an easy-to-comprehend way.

Take a look at it here.

Tuesday, May 26, 2009

TransparentControls are released!

A new product called TransparentControls has been released. It is a pack of 3 controls:

  • TPictureBox - a transparent PictureBox control
  • TCheckBox - a transparent CheckBox control
  • TLabel - a transparent Label control

The TPictureBox is able to make use of an alpha channel and thus paint a transparent image. The standard PictureBox does not paint images with transparent pixels correctly. With the TPictureBox you can show the image properly, and you will get what you see on your desktop.

The BackColor of TLabel if set to Transparent, causes the background underneath the TLabel to be visible.

TCheckBox is not only able to paint itself so that its BackColor is transparent, but also custom images can be used as graphical representations of checked and unchecked state. That means your CheckBox is no longer limited to a tick, but can be changed to a cross or any other representation.

Find out more here.