Search found 54 matches

by TickTick
25 Nov 2011, 14:54
Forum: DateTimeControls
Topic: Calendar does not "throw" any events
Replies: 8
Views: 22973

Calendar does not "throw" any events

Hello!

I have un-disabled all events (keyboard, mouse, etc.).

Nevertheless I still don't get any events if the user changes the CaretDate.

Did I overlook something?

Thank you.
by TickTick
03 Aug 2011, 07:27
Forum: EditControls
Topic: TextBox RTL
Replies: 8
Views: 8962

Re: TextBox RTL

Okay, thank you very much!
by TickTick
02 Aug 2011, 17:32
Forum: EditControls
Topic: TextBox RTL
Replies: 8
Views: 8962

Re: TextBox RTL

Hi Timo,

thank you very much!
Do you consider this a production release?
I mean, can I use it in real life or should I do lots of beta testing?

Greetings!
by TickTick
27 Jul 2011, 05:32
Forum: EditControls
Topic: TextBox RTL
Replies: 8
Views: 8962

Re: TextBox RTL

Thank you very much!
by TickTick
25 Jul 2011, 16:07
Forum: EditControls
Topic: TextBox RTL
Replies: 8
Views: 8962

Re: TextBox RTL

Or even simpler code to check (please use on button click):

If Me.TextBox1.RightToLeft = 0 Then
Me.TextBox1.RightToLeft = 3
Else
Me.TextBox1.RightToLeft = 0
End If
by TickTick
25 Jul 2011, 16:03
Forum: EditControls
Topic: TextBox RTL
Replies: 8
Views: 8962

TextBox RTL

Hi Timo, sorry, I am confused... Can you please check if this is a bug? The RTL layout and text is not changed back to LTR after the first click on my button... Even settings TextBox1.RightToLeft = 0 does not change it. Is this my fault? Option Explicit Private Sub Form_Load() Me.TextBox1.Move 0, 0,...
by TickTick
20 Jun 2011, 20:04
Forum: DateTimeControls
Topic: Dependencies of dtctlsu.ocx
Replies: 1
Views: 5156

Dependencies of dtctlsu.ocx

Hello! I just tried registering DTCtlsU.ocx on a clean XP home computer (SP1), and it failed ("regsvr32 exited with error code 0x3"). Could that be because a dependency is missing? This error was given out by Inno Setup. If I try to register the file manually by double clicking it and sele...
by TickTick
25 Jan 2011, 08:12
Forum: DateTimeControls
Topic: Cannot find .CurrentValue property
Replies: 7
Views: 10071

Re: Cannot find .CurrentValue property

As a boolean.

Just a joke.

As "Date" of course.
by TickTick
24 Jan 2011, 21:40
Forum: DateTimeControls
Topic: Cannot find .CurrentValue property
Replies: 7
Views: 10071

Re: Cannot find .CurrentValue property

XP SP 2 Private Sub btnOk_Click() m_bCancelled = False m_Date = Me.Calendar1.CaretDate If CStr(m_Date) = "00:00:00" Then Me.BackColor = vbRed Exit Sub End If Unload Me End Sub Does this help? I used an older version first, and I have upgraded to the latest version of the DateTimeControls n...
by TickTick
24 Jan 2011, 20:52
Forum: DateTimeControls
Topic: Cannot find .CurrentValue property
Replies: 7
Views: 10071

Re: Cannot find .CurrentValue property

For some reason it always returns "00:00:00" for me.
by TickTick
24 Jan 2011, 15:34
Forum: DateTimeControls
Topic: Cannot find .CurrentValue property
Replies: 7
Views: 10071

Cannot find .CurrentValue property

How do I retrieve which date the user clicked in a Calendar control?
I mean not only bit the HitDate value which will be exposed when the user clicked it, but just anytime.
I thought there was a Calendar1.CurrentValue property, but there isn't.

Thank you very much for the help.
by TickTick
29 Jun 2010, 18:12
Forum: ButtonControls
Topic: AutoWidth
Replies: 3
Views: 6932

Re: AutoWidth

Okay, I didn't know what exactely you do yourself and what you have done by Windows.

Thanks for the reply!
by TickTick
29 Jun 2010, 09:02
Forum: ButtonControls
Topic: Background color of your controls
Replies: 1
Views: 5048

Background color of your controls

I want to make a label that works with your controls, but I am unable to get the background color in a trustworthy way. I tried this Dim lBackColor& If UserControl.ContainerHwnd = UserControl.Parent.hWnd Then 'we are sitting right on top of the form lBackColor = UserControl.Parent.BackColor Else...
by TickTick
29 Jun 2010, 07:23
Forum: ButtonControls
Topic: AutoWidth
Replies: 3
Views: 6932

AutoWidth

Hello!

One feature that I really miss is an "Autowidth" property.
But even if you wanted to include such a feature in e. g. the checkbox, radar button, it would break compatibility, that's why you are not doing it, right?

Regards!
by TickTick
25 Jun 2010, 18:32
Forum: Feedback
Topic: Cannot find Label control
Replies: 36
Views: 35741

Re: Cannot find Label control

Okay, I can do it myself. I only thought that maybe you *wanted* to do it, but it's really nice to hear that you have a private life as well! :-)