Search found 13 matches
- 21 Oct 2009, 14:16
- Forum: ButtonControls
- Topic: OptionButton
- Replies: 1
- Views: 6135
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...
- 30 Sep 2009, 13:07
- Forum: ButtonControls
- Topic: Backcolor/ForeColor
- Replies: 1
- Views: 6089
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
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
- 25 Sep 2009, 15:27
- Forum: EditControls
- Topic: Deactivate change of the background colour if ReadOnly=tru
- Replies: 9
- Views: 8685
Re: Deactivate change of the background colour if ReadOnly=tru
Thanks!
That was quick!
That was quick!
- 25 Sep 2009, 14:00
- Forum: EditControls
- Topic: Deactivate change of the background colour if ReadOnly=tru
- Replies: 9
- Views: 8685
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!
what I'm doing wrong?
The backcolor of the text should be red also!
- 06 Aug 2009, 12:41
- Forum: ButtonControls
- Topic: CheckBox - True/False
- Replies: 3
- Views: 5177
Re: CheckBox - True/False
it works.
Thank you!
Thank you!
- 03 Aug 2009, 15:44
- Forum: ButtonControls
- Topic: CheckBox - True/False
- Replies: 3
- Views: 5177
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' ...
- 28 Jul 2009, 13:24
- Forum: ButtonControls
- Topic: Transparent Frame
- Replies: 1
- Views: 4139
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.
is it possible to make the Frame control transparent?
The Frame will automatically be transparent, when it's placed on your TabStrip control.
- 23 Jul 2009, 14:39
- Forum: DateTimeControls
- Topic: DateTimePicker
- Replies: 15
- Views: 22744
Re: DateTimePicker
Hi,
great job!
It works fantastic!
Thanks!
great job!
It works fantastic!
Thanks!
- 22 Jul 2009, 13:50
- Forum: DateTimeControls
- Topic: DateTimePicker
- Replies: 15
- Views: 22744
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...
- 21 Jul 2009, 09:09
- Forum: DateTimeControls
- Topic: DateTimePicker
- Replies: 15
- Views: 22744
Re: DateTimePicker
Yes! That would be great.
But "Value" should be to set to Null, not Empty.
In VB this should be True:
Thanks a lot.
But "Value" should be to set to Null, not Empty.
In VB this should be True:
Code: Select all
VarType(DTPicker1.Value) = VbVarType.vbNull
- 20 Jul 2009, 09:29
- Forum: DateTimeControls
- Topic: DateTimePicker
- Replies: 15
- Views: 22744
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.
The control must show a real NULL value and it must be able to set a real NULL value.
- 17 Jul 2009, 14:17
- Forum: DateTimeControls
- Topic: DateTimePicker
- Replies: 15
- Views: 22744
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...
- 14 Jul 2009, 12:37
- Forum: TabStrip
- Topic: Design time & Visibility
- Replies: 1
- Views: 6111
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...