
- 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, 03:50 PM
Thank you very much!
877 replies | 338022 view(s)
-
Today, 03:22 PM
freebasic is qb64?it's support x64,gcc
CommonControls (Replacement of the MS common controls) - Page 87-VBForums...
1619 replies | 651854 view(s)
-
Today, 03:16 PM
What has me baffled is that my garage door opener now works far better than it did in my old car. It's just one of those push button gadgets that...
68127 replies | 14480860 view(s)
-
Today, 03:11 PM
of all API I have tried so far the best one is the 2 I posted.
can handle everything u need. both to check the monitor your app runs from and all...
8 replies | 80 view(s)
-
Today, 03:10 PM
I'm kind of liking the lane following and dynamic cruise control. It's not self driving, but there are stretches where it could be. I would like to...
68127 replies | 14480860 view(s)
-
Today, 02:58 PM
This is why we have GetWindowPlacement function and SetWindowPlacement function.
Using anything else is a mistake.
8 replies | 80 view(s)
-
Today, 02:51 PM
That %apppath% seems excruciatingly pointless. Any relative path is already relative to the application's path.
So bad it seems made up of whole...
6 replies | 91 view(s)
-
Today, 02:47 PM
Here's a ChatGPT reply I got earlier (before I made the OP):
But I still haven't tested. I'll test soon though.
6 replies | 91 view(s)
-
Today, 02:43 PM
That error means that the FontCombo does not contain the FontName what is currently used in the RichTextBox control. Can you debug.print the...
3522 replies | 1547615 view(s)
-
Today, 02:41 PM
John, hopefully you know that you can pull those procedure out of that Form1, and put them in some general purpose BAS module somewhere. That's why...
8 replies | 80 view(s)
-
Today, 02:37 PM
Follow the spending. California, Virginia, New York, and Texas gobble up over 90% of direct military spending. Everything else pales. These should...
215 replies | 4111 view(s)
-
Today, 02:32 PM
I worry more about being locked out of things I'm authorized for. We keep jumping through hoops to keep the scammers and the scummers at bay, we pay...
6 replies | 61 view(s)
-
Today, 02:31 PM
Ensure that you have the AllowUserFreezing property set to True.
Below gif says more than words.
877 replies | 338022 view(s)
-
Today, 02:25 PM
I've never seen anything suggesting that path macros are expanded in application manifest "name" attributes. But I've never tried it either.
And...
6 replies | 91 view(s)
-
Today, 02:11 PM
In the mid 2000's, I was involved in a project to work on implementing "fingerprint" sign-ons at the organization I worked for at the time. We had a...
6 replies | 61 view(s)
-
Today, 01:59 PM
You know, some major applications continue to operate and open on the removed monitor - they have no such code in them that allows them to run on the...
8 replies | 80 view(s)
-
Today, 01:56 PM
C:\Users\***\AppData\
or
%ProgramData%
and \AppData\Elroy\
u can also have a "readme" or "?" information button in your app that tells this...
6 replies | 91 view(s)
-
Today, 01:46 PM
All the money that was supposed to be saved by winding down the war in Afghanistan has now shifted to Ukraine. Last I saw we were on pace to exceed...
215 replies | 4111 view(s)
-
Today, 01:27 PM
I think that much of what helped Clinton coast was him spending on the "peace dividend" after the Soviet system collapsed. Sadly that ran out when...
215 replies | 4111 view(s)
-
Today, 01:24 PM
Offtopic:
That's your opinion, as in VB6 it certainly isn't outdated. Because something is not necessary doesn't mean you shouldn't use it,...
16 replies | 1505 view(s)
-
Today, 01:16 PM
I basically only have a cell phone for when I go places.
6 replies | 61 view(s)
-
Today, 01:12 PM
Yeah, I had to go into an Urgent Care last Saturday because I had an infection in my finger that went bad. They were shocked that I hadn't brought...
6 replies | 61 view(s)
-
Today, 01:09 PM
Hi, Krool!
Can you tell us how can a user change the number of frozen rows or columns? I know how to do it by code (FrozenRows property), but it...
877 replies | 338022 view(s)
-
Today, 01:09 PM
My 2018 Civic just missed most of those driver assistance doodads shipping as standard. Many were available on the higher trimlines then, but I...
68127 replies | 14480860 view(s)
-
Today, 01:08 PM
I wonder how this might effect me. I turn off the lock screen on my pc and I don't use a cell phone for anything other than calls and texts. Well,...
6 replies | 61 view(s)
-
Today, 01:03 PM
Thanks baka & Elroy. Elroy's code works in initial test :- ) Let me bake it into some of my other projects and test.
8 replies | 80 view(s)
-
Today, 01:00 PM
Also, if this is all running on a network, be sure to save your monitor locations locally (individually for each computer using the application). I...
8 replies | 80 view(s)
-
Today, 12:54 PM
Baka, that's not correct. That's the whole idea of the SxS technology that we can use dependencies without them being register. :)
I wasn't...
6 replies | 91 view(s)
-
Today, 12:45 PM
I just set this up for a Form1 test:
Option Explicit
Private Type RECT
Left As Long
Top As Long
Right As Long ' This is +1...
8 replies | 80 view(s)
-
Today, 12:44 PM
well do a comparison.
hMonitor = MonitorFromWindow(Main.hwnd, 1&)
GetMonitorInfo hMonitor, tagMONITORINFO
should give u everything u need to...
8 replies | 80 view(s)
|
Click Here to Expand Forum to Full Width
|