
- 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, 06:44 PM
Yes the whole reason this project was created was to monitor things other methods were missing.
The only option after this is drivers.
36 replies | 15148 view(s)
-
Today, 06:09 PM
Thanks for the detailed steps.
I cloned the EasyXLS_MRE repo, copied just EasyXLS.dll into the folder, uninstalled EasyXLS, and ran build.ps1 as...
25 replies | 2148 view(s)
-
Today, 05:56 PM
CreateWaitableTimerW timer for 0.1 ms
41 replies | 20418 view(s)
-
Today, 05:54 PM
more times,ado save to access mdb file,need 5 seconds,you can use new connnection string,set for save quickly
41 replies | 20418 view(s)
-
Today, 05:52 PM
SetPixelV for 3024 *1028?
you can chage bytes() data,and call api only once
41 replies | 20418 view(s)
-
Today, 05:49 PM
some times i want to GET FILE change events for C WITH SHChangeNotify:,BUT CAN'T DO IT
Without permission, even if running with administrator...
36 replies | 15148 view(s)
-
Today, 05:47 PM
if it's can Monitoring reg change,file change/del events, set as a usercontrol/ocx: like winsock for easy use it
36 replies | 15148 view(s)
-
Today, 03:44 PM
Hmmm, Form2.SettingsEdit should not been called on main form unloading.
But your message is revealant for me! :D
I had added a Debug.Print...
38 replies | 2791 view(s)
-
Today, 03:32 PM
You definitely have me in the right direction and I do appreciate the help. With that code above, it does limit my datagridview rows to what I'm...
13 replies | 1013 view(s)
-
Today, 03:23 PM
I have just translated my previous VB6 GIF Player project to twinBASIC 64-bit and also introduced multi-threading capabilities to take advantage of...
0 replies | 174 view(s)
-
Today, 02:57 PM
The IXMLHTTPRequest object is king when it comes to downloading stuff and submitting forms. It can work asynchronously and raise an event when done.
1 replies | 368 view(s)
-
Today, 02:44 PM
jpbro
Not only you are generous and helpfful but genius too.
Million thanks
12 replies | 1387 view(s)
-
Today, 12:45 PM
Thinking about getting me a new larger monitor. Been looking at 34" and I've noticed a lot of them have 21:9 instead of the standard 16:9. Just...
0 replies | 221 view(s)
-
Today, 12:12 PM
No worries, definitely appreciate the effort! I double-checked to make sure that I am indeed running VS2022 as Admin, but still no fruit :(
11 replies | 766 view(s)
-
Today, 12:04 PM
Ok. Sorry for wasting your time with that. I can’t create a project targeting .net9.0 I downloaded the SDK and runtime, but I couldn’t fathom that...
11 replies | 766 view(s)
-
Today, 12:02 PM
But the problem should not be the DoEvents or hb_sleep, the problem is the call to Form2.SettingsEdit = 1
So, when the main form unloads, you can...
38 replies | 2791 view(s)
-
Today, 11:31 AM
Ah ! With Stop, CTRL L display the Call Stack window. Thanks for the tip.
I reveals a relation with PopupMenu in a button_MouseUp sub.
This popup...
38 replies | 2791 view(s)
-
Today, 11:11 AM
That works, and I have similar projects, but unfortunately I do not want to target .NET Framework. I attached a screenshot of my VS2022 project...
11 replies | 766 view(s)
-
Today, 11:01 AM
Chr(loadMem(0)) will be just 1 character
byteArray will be just 2 bytes
fileInPath will be a full path/filename
13 replies | 1013 view(s)
-
Today, 10:59 AM
Actually, i can see my error...
Dim loadMem(63) As Byte
Dim byteArray(1) As Byte
For Each fileInPath In...
13 replies | 1013 view(s)
-
Today, 10:16 AM
Ok. Try this...
Dim loadMem(63) As Byte
Dim byteArray(1) As Byte
Dim i As Integer = 0
For Each fileInPath In...
13 replies | 1013 view(s)
-
Today, 10:13 AM
Ok. Try this. I wrote it in VB2017, but it will open and work in VB2022.
Unzip the Project. Run VS2022 as Administrator. Right click the Solution in...
11 replies | 766 view(s)
-
Today, 10:06 AM
Ok, the next step I would do is to place a Stop at the beginning of the Form_Load, and when the Form_Load is fired after the Form_Unload, then there,...
38 replies | 2791 view(s)
-
Today, 09:41 AM
Upon clicking the button it threw the following error on the fileOpen.Read(loadMem, i * 64, 63) command:
System.ArgumentException: 'Offset and...
13 replies | 1013 view(s)
-
Today, 09:37 AM
Try this... Bear in mind I'm typing this without testing it.
Dim loadMem(63) As Byte
Dim byteArray(1) As Byte
Dim i As Integer = 0
For Each...
13 replies | 1013 view(s)
-
Today, 09:23 AM
If anyone is able to whip up a small sample app, matching my specs, that generates a TLB, it would be greatly appreciated. I have to be missing...
11 replies | 766 view(s)
-
Today, 09:02 AM
Oupf... This a huge part of code modification, I have several timers that are enabled and disabled through several forms/modules :(
The search box...
38 replies | 2791 view(s)
-
Today, 09:01 AM
This is the function I use with included comments explaining the logic and bitwise operations
Public Function IsLeapYear(AYear As Long) As Boolean...
12 replies | 844 view(s)
-
Today, 08:32 AM
The timer thing is still bugging me. Can you change your code temporarily so that none of your timers are *ever* enabled (that is, Timer.Enabled...
38 replies | 2791 view(s)
-
Today, 08:12 AM
It sounds like you want to change the query based on the local time of the computer/server that is running the query? That is:
If the query is run...
12 replies | 1387 view(s)
|
Click Here to Expand Forum to Full Width
|