Search found 23 matches

by Rucksacktraeger
14 Oct 2010, 00:53
Forum: StatusBar
Topic: Crash down
Replies: 4
Views: 18907

Crash down

Hi, The StatusBar works so far. But when I keep my mouse pointer for more than 1second on the control, the whole application crashes down. You can test it with a new project. Just insert the component and place a unicode statusbar in the form. Or is this error only at my computer?!? Best Regards, Pete
by Rucksacktraeger
25 Aug 2010, 05:26
Forum: ComboListBoxControls
Topic: How to select entries in ListBox in SingleSelect Mode?
Replies: 9
Views: 12072

Re: How to select entries in ListBox in SingleSelect Mode?

Thanks, that helped me! This is my result for anyone with the same Problem: MultiSelect = 1 or 2 ' Select LstU.MultiSelect = msNormal LstU.ListItems(3).Selected = True 'Markiert Item 4 LstU.ListItems(5).Selected = True 'Markiert Item 6 ' Deselect ALL LstU.DeselectItems 'funzt nur bei MultiSelect ' D...
by Rucksacktraeger
24 Aug 2010, 14:43
Forum: EditControls
Topic: There is a bug with KeyCode = 0
Replies: 5
Views: 4851

Re: There is a bug with KeyCode = 0

Hi TiKu,

i didn't donate then. I had problems with my account. I had to verify that I am the right person and then I went on holiday. Today I have sent you something. If you do not get it, let me know.

I really appriciate your "work". It's amazing!!!
by Rucksacktraeger
24 Aug 2010, 14:21
Forum: ComboListBoxControls
Topic: How to select entries in ListBox in SingleSelect Mode?
Replies: 9
Views: 12072

How to select entries in ListBox in SingleSelect Mode?

I could select an Entry this way: LstU.ListItems(3).Selected = True 'Markiert Item 4 but why only in MultiSelect Mode? If I am not in MultiSelect Mode, how can I select Entries? With Select I mean to put the Caret on the selected position AND get the Background blue. In MultiSelectMode 0 I get an er...
by Rucksacktraeger
16 Aug 2010, 04:28
Forum: EditControls
Topic: There is a bug with KeyCode = 0
Replies: 5
Views: 4851

Re: There is a bug with KeyCode = 0

Wow, wonderful! This helped me also to find a solution for doublespin http://www.timosoft-software.de/forum/viewtopic.php?p=1155 Thank you so much! I think, today will be the first time that I donate to an Programmer! Btw... On your website your wrote: Visual Basic 6 isn’t dead yet. YES!!! I started...
by Rucksacktraeger
16 Aug 2010, 04:01
Forum: EditControls
Topic: Typing Hindi into Unicode Textbox shows question marks
Replies: 10
Views: 20933

Re: Typing Hindi into Unicode Textbox shows question marks

Sorry guys, you are right! It doesn't work. But with Thai or Hebrew Language for example, it works. I found out, that any language that put not ? but some other incorrect symbols to a normal Textbox, works fine with EditControls. Does this information help? Maybe not. @doublespin Your code Private S...
by Rucksacktraeger
15 Aug 2010, 09:16
Forum: EditControls
Topic: There is a bug with KeyCode = 0
Replies: 5
Views: 4851

There is a bug with KeyCode = 0

Hi Timo, I could not register at the bugtracker. That is why I write here. I am on the way to replace the FM20 Controls in my Project by yours because they display Khmer (Language and Scropt of Cambodia) in Unicode always correct. The FM20 Controls display sometimes wrong. But there is a bug! KeyCod...
by Rucksacktraeger
15 Aug 2010, 08:54
Forum: EditControls
Topic: Typing Hindi into Unicode Textbox shows question marks
Replies: 10
Views: 20933

Re: Typing Hindi into Unicode Textbox shows question marks

Hi doublespin, I am not working with Hindi Language, but with another related language and script: Khmer, the language of Cambodia. They have a similar script with the same Problem to display it on Computer. There is definitly no Problem to view (Asian) Unicode Characters on Timos EditControls. They...