
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Today, 04:40 AM
Kind of surprised even tabbing out works... I guess since the TextBox has it as a parent, but then the dialog doesn't know about outside child...
271 replies | 194918 view(s)
-
Today, 03:12 AM
Huh? According to this interpretation, copying "UDTs" with "header CopyMemory" copies not only the pointers to the strings, but also the strings?...
20 replies | 718 view(s)
-
Today, 02:16 AM
the "waits" for another program could freeze it up. no matter if u have a doevents after it.
during that time it will not respond. u need to set the...
1 replies | 97 view(s)
-
Today, 01:38 AM
Private Sub Form1_MouseHover(sender As Object, e As EventArgs) Handles Me.MouseHover
Dim mousePosition = PointToClient(Cursor.Position)
...
1 replies | 140 view(s)
-
Today, 12:41 AM
I've been using this in VB6 and I noticed that in all the Input Box examples you can tab out of the input box, but you can't tab back into it.
Is...
271 replies | 194918 view(s)
-
Yesterday, 09:31 PM
Yeah, Max is still very much in the mix for the championship so is Piastri. Actually all the usual suspects are hovering around.
HAAS looks...
828 replies | 288920 view(s)
-
Yesterday, 09:15 PM
I have a For loop that shells to another program and waits for it to complete. I then write a line to a listbox that is defined on a form called...
1 replies | 97 view(s)
-
Yesterday, 06:56 PM
Do the other apps run as admin? Or if not do you get prompted to elevate when you run the above command?
25 replies | 686 view(s)
-
Yesterday, 04:34 PM
In VBA code the x/y parameters are sent with the call, so it's easy to do what I want with the item. (see below) I don't get a mousemove option from...
1 replies | 140 view(s)
-
Yesterday, 03:58 PM
Thanks wes, looks like what I need.
9 replies | 291 view(s)
-
Yesterday, 03:53 PM
JMC, I tried to select the object -> open Properties, but in Properties is no place to select other handlers. I would show a picture but my screen...
9 replies | 291 view(s)
-
Yesterday, 03:34 PM
Here you would use the "e" parameter to check what key was pressed.
Private Sub TextBox1_KeyDown(sender As Object, e As KeyEventArgs) Handles...
9 replies | 291 view(s)
-
Yesterday, 03:22 PM
Thanks Shaggy, but I really do need to capture the <ENTER> key. Here is my VBA code.
Private Sub CB_EVENT_NUMBER_KeyDown(ByVal KeyCode As...
9 replies | 291 view(s)
-
Yesterday, 03:11 PM
You don't have to use the Office Interop to import Excel data. You can do it using the OLEDB Data provider. Both work fine.
Here is an example...
7 replies | 412 view(s)
-
Yesterday, 02:48 PM
Thanks JMC, I'll give this a try and see if I can get it working. Maybe Shaggy has a way as well.
9 replies | 291 view(s)
-
Yesterday, 02:45 PM
Thanks Shaggy, but I really do wan to process the <ENTER> key. This is possible in VBA.
Private Sub CB_EVENT_NUMBER_KeyDown(ByVal KeyCode As...
9 replies | 291 view(s)
-
Yesterday, 02:27 PM
Yes. Thanks
I recall now that doing this requires fully public variables. Of course I got a runtime error until I made them global.
...
2 replies | 201 view(s)
-
Yesterday, 02:05 PM
Liam Lawson qualifying dead last for the race. Not good. I mean, yes, it is only his second race weekend in the seat. But to be that far off of...
828 replies | 288920 view(s)
-
Yesterday, 01:59 PM
I can confirm that the "Web Media Extensions" package in the Microsoft Store does in fact include .OGG/Vorbis playback ability.
It's a very quick...
7 replies | 280 view(s)
-
Yesterday, 01:41 PM
Thaks you so much..... This is exactly what I was looking for. :)
3 replies | 246 view(s)
-
Yesterday, 01:14 PM
Not quite following but yes if you declare it as Static the dimensions and contents will still be there on the next call to that function.
Sounds...
2 replies | 201 view(s)
-
Yesterday, 11:16 AM
I would guess that the other applications that you say this code works in has additional code in them that is first launching a command prompt and...
25 replies | 686 view(s)
-
Yesterday, 10:48 AM
Tried the new app in the other laptops but it didn't sync the time in either of those. :(
25 replies | 686 view(s)
-
Yesterday, 10:48 AM
BETA 720 of the twinBASIC programming IDE is now released...
Download from here... https://github.com/twinbasic/twinbasic/releases
Click on...
471 replies | 190948 view(s)
-
Yesterday, 10:23 AM
I re-downloaded your new code and it works really well. Much appreciated.
23 replies | 1017 view(s)
-
Yesterday, 09:39 AM
I like the support for custom format strings in jpbro's code. I've added that in my version. I'm also adding some unit tests which I created to...
17 replies | 1285 view(s)
-
Yesterday, 09:18 AM
Can I use the Static statement to dimension a locally global dynamic array in an ordinary module whose values are retained until I specifically...
2 replies | 201 view(s)
-
Yesterday, 08:36 AM
https://sandsprite.com/CodeStuff/vb6_utypes.zip
Also this thread is old so I'll add a reminder you no longer need to know another language like...
5 replies | 2797 view(s)
-
Yesterday, 06:07 AM
thank your for you valuable time and effort
17 replies | 1285 view(s)
|
Click Here to Expand Forum to Full Width
|