Search found 13 matches

by itmg
21 Oct 2009, 14:16
Forum: ButtonControls
Topic: OptionButton
Replies: 1
Views: 4788

OptionButton

Hi, new problem with the optionbutton. Place two OptionButtons onto a form (opt1 and opt2). Set following properties: opt2.Selected = True opt1.TabIndex = 0 opt2.TabIndex = 1 When you run the application, the optionbutton opt1 is selected instead of opt2. After the Form_Load event, the optionButtons...
by itmg
30 Sep 2009, 13:07
Forum: ButtonControls
Topic: Backcolor/ForeColor
Replies: 1
Views: 4812

Backcolor/ForeColor

Hi,

the properties backcolor and forecolor don't work. You can change them, but the default value will be used always.
This applies to all the controls in the Library BtnCtrlLib

regards
andreas
by itmg
25 Sep 2009, 14:00
Forum: EditControls
Topic: Deactivate change of the background colour if ReadOnly=tru
Replies: 9
Views: 7432

Re: Deactivate change of the background colour if ReadOnly=tru

Hi,

what I'm doing wrong?
The backcolor of the text should be red also!
by itmg
06 Aug 2009, 12:41
Forum: ButtonControls
Topic: CheckBox - True/False
Replies: 3
Views: 4625

Re: CheckBox - True/False

it works.

Thank you!
by itmg
03 Aug 2009, 15:44
Forum: ButtonControls
Topic: CheckBox - True/False
Replies: 3
Views: 4625

CheckBox - True/False

Hi, new problem with the CheckBox control. My SQL Server Table has a datacolumn which stores a boolean; values: True/False (-1/0). The checkbox control is bound to this data field. I thought the checkbox will be checked when the value of the datafield is 'true'. But it only get the 'SelectionState' ...
by itmg
28 Jul 2009, 13:24
Forum: ButtonControls
Topic: Transparent Frame
Replies: 1
Views: 3804

Transparent Frame

Hi,
is it possible to make the Frame control transparent?
The Frame will automatically be transparent, when it's placed on your TabStrip control.
by itmg
23 Jul 2009, 14:39
Forum: DateTimeControls
Topic: DateTimePicker
Replies: 15
Views: 18609

Re: DateTimePicker

Hi,
great job!
It works fantastic!
Thanks!
by itmg
22 Jul 2009, 13:50
Forum: DateTimeControls
Topic: DateTimePicker
Replies: 15
Views: 18609

Re: DateTimePicker

Hi I've tested it. In the data binding dialog I can set the datasource and datafield for the bound property "value". Wouldn't it be nicer the user can choose the default bound property? May be with an extra enum property. During run time it's impossible to change the right data binding. Th...
by itmg
21 Jul 2009, 09:09
Forum: DateTimeControls
Topic: DateTimePicker
Replies: 15
Views: 18609

Re: DateTimePicker

Yes! That would be great.
But "Value" should be to set to Null, not Empty.
In VB this should be True:

Code: Select all

VarType(DTPicker1.Value) = VbVarType.vbNull
Thanks a lot.
by itmg
20 Jul 2009, 09:29
Forum: DateTimeControls
Topic: DateTimePicker
Replies: 15
Views: 18609

Re: DateTimePicker

When you adding a new property of type Variant, would it be used for databinding instead of the "currentDate" property.
The control must show a real NULL value and it must be able to set a real NULL value.
by itmg
17 Jul 2009, 14:17
Forum: DateTimeControls
Topic: DateTimePicker
Replies: 15
Views: 18609

DateTimePicker

Hi, when setting "CurrentDate = Null" I'm getting a run time error 94. Do it only support a numeric 0 value, to show that's no date set? The DateTime datafield in the sql server table, which the datetimepicker is accessing, have a null value (NULL), but the control shows #12/31/1899#. I th...
by itmg
14 Jul 2009, 12:37
Forum: TabStrip
Topic: Design time & Visibility
Replies: 1
Views: 4662

Design time & Visibility

Hi, first of all, great control!!! But I have two simple question: (not so important): Why isn't it possible, to design tab pages at design time? I can save the tab page config at run time into a file, by calling SaveSettingsToFile . I would like to save the tab page config at design time. Storing t...