Search found 23 matches

by Rucksacktraeger
05 Jan 2017, 11:40
Forum: ComboListBoxControls
Topic: How to select entries in ListBox in SingleSelect Mode?
Replies: 9
Views: 11853

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

yeah, so is there really no chance to select a specific row by rownumber?
by Rucksacktraeger
05 Jan 2017, 11:11
Forum: ComboListBoxControls
Topic: How to select entries in ListBox in SingleSelect Mode?
Replies: 9
Views: 11853

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

Hi, this thread is quite old. But I have to change the old project and I ran again into the problem I had a couple of years ago. I am in SingleEntry Mode and I can select an entry with this: Set LstU.SelectedItem = <YourItem> But I could NOT select a specific row (back than and now.) LstU.ListItems(...
by Rucksacktraeger
27 Feb 2016, 09:42
Forum: EditControls
Topic: Create Textbox dynamicly
Replies: 3
Views: 7509

Re: Create Textbox dynamicly

You are right. There is no warning now. But now I can't no longer put this user control on a form. Than comes the warning again. But hey, forget it! doesn't matter. It is only one text box that get added dynamically. So I will make a workaround. I'll put the textbox on the user control directly and ...
by Rucksacktraeger
26 Feb 2016, 06:13
Forum: EditControls
Topic: Create Textbox dynamicly
Replies: 3
Views: 7509

Create Textbox dynamicly

Hi, I have a custom control (Benutzersteuerelement) which creates a textbox dynamicly: Set txtEdit = UserControl.controls.Add("VB.TextBox", "txtEdit") In my project I can place a EditCtlsLibUCtl.TextBox on a form, but I cannot create it dynamically like this: Private WithEvents t...
by Rucksacktraeger
28 Nov 2015, 11:40
Forum: EditControls
Topic: Get Wordwrap working
Replies: 2
Views: 5416

Re: Get Wordwrap working

Thanks. Autoscrolling was the key to success...
by Rucksacktraeger
27 Nov 2015, 10:50
Forum: EditControls
Topic: Get Wordwrap working
Replies: 2
Views: 5416

Get Wordwrap working

Hi, I use Timosoft controls for a long time already. They are great for using VB6 with Unicode! But now I fail to get Wordwrap working with a textbox. I've set Multiline to true, turned on/off Scrollbars, set TextBox1.WordBreakFunction = True/False and InsertSoftLineBreak = True/False But I can't ge...
by Rucksacktraeger
27 Nov 2010, 07:22
Forum: Programming
Topic: GetWindowTextW get Unicode Text from another application
Replies: 2
Views: 5305

Re: GetWindowTextW get Unicode Text from another application

Nevermind, but thank you very much for this information! So I know what I am now searching for. Thx!

I will post a solution if I'll ever find one.
by Rucksacktraeger
26 Nov 2010, 16:31
Forum: Programming
Topic: GetWindowTextW get Unicode Text from another application
Replies: 2
Views: 5305

GetWindowTextW get Unicode Text from another application

Hy guys, I searched the internet and tried the whole last night to Get Unicode Text out of an TextBox. Because I presume that many VB6 Unicoders hang here around, I ask my question in this forum. Well, finaly I succeeded. With the following code I can take (get and send) the Unicode Text from an hwn...
by Rucksacktraeger
16 Nov 2010, 02:49
Forum: ExplorerListView
Topic: Project error
Replies: 3
Views: 4583

Resolved

Hi, what I did before was to check on your website if you have a newer version. I found out that version 1.0.0 is still the newest version. So i didn't download again because I already had version 1.0.0. Sorry, I didn't see that post . But by downloading and installing it again btw. the version from...
by Rucksacktraeger
15 Nov 2010, 11:24
Forum: ExplorerListView
Topic: Project error
Replies: 3
Views: 4583

Project error

I start a new Project (Win XP, VB6), add the component TimoSoft ExplorerListView 1.0 Unicode and place a ListView to the frame. When I save the Project, VB6 chrashes down. So I can not send you an example project. but you can test ist by yourself. Just start a new project, place the object and boom....
by Rucksacktraeger
26 Oct 2010, 03:12
Forum: EditControls
Topic: Drag'n Drop Files
Replies: 2
Views: 3782

Re: Drag'n Drop Files

oops, I'm sorry. I always checked your examples. But in this case i didn't. Next time, I know
by Rucksacktraeger
25 Oct 2010, 04:20
Forum: EditControls
Topic: Drag'n Drop Files
Replies: 2
Views: 3782

Drag'n Drop Files

Hi! With Standard Textboxes I can Drop Files like this: Private Sub txtFile_OLEDragDrop(data As DataObject, effect As Long, button As Integer, shift As Integer, x As Single, y As Single) MsgBox data.Files.item(1) End Sub It returns the path and filename of the dropped file. Is this also possible wit...
by Rucksacktraeger
19 Oct 2010, 04:56
Forum: StatusBar
Topic: Crash down
Replies: 4
Views: 18395

Re: Crash down

Hi Timo,
thx a lot for debugging. It's hard to eplain the user: You can do everything - but do not keep the mouse 2 seconds on the Statusbar ;-)
by Rucksacktraeger
14 Oct 2010, 14:05
Forum: StatusBar
Topic: Crash down
Replies: 4
Views: 18395

Re: Crash down

It happens compiled and not compiled on WinXP english and WinXP germarn. Attached all project files.

How to make a crash dump? Does the VS2008 debugger help you? It says:
Unbehandelte Ausnahme bei 0x5d097092 in Project1.exe: 0xC0000005:
Zugriffsverletzung beim Lesen an Position 0x00000000.