fgControls3d (Controls with shade effects)

D

Deleted member 103

Guest
Hi,

this is my new library. It includes the time 8 controls, 5 with graphical properties and 3 without graphical property.

.NET Compact Framework 2.0 or higher is required.

Controls with graphical properties:
  1. fgCalender3d (DateTimePicker)
  2. fgComboBox3d
  3. fgLabel3d
  4. fgNumericUpDown3d
  5. fgTextBox3d

Controls without graphical properties:
  1. fgChangeToQVGA3d
  2. fgChangeToVGA3d
  3. fgMoveEvents3d

The 3 controls without the graphical-properties are the same as in the Library fgControls only with the addition of "3d", so upfront no conflicts when using both Library.


Version 1.003 ;
1) The property "BackColor" and "ForeColor" in all controls added, except control "fgCalender3d".
2) The event "TextChanged" in control "fgTextbox3D" added.


An example and the help file are included in the zip-file.

I would be pleased to have some feedback of what is missing, improvement suggestions and bug reports.

Ciao,
Filippo
 

Attachments

  • fgControls3d.jpg
    fgControls3d.jpg
    15.4 KB · Views: 308
  • fgControls3d_Example_v1.003.zip
    76.5 KB · Views: 183
Last edited by a moderator:
D

Deleted member 103

Guest
Update to version 1.001

1. Small graphic errors corrected in fgComboBox3d.
 
D

Deleted member 103

Guest
The function "fqChangeToVGA" should also only be used if you not compile with the option "AutoScale".
 
Top