- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
Yesterday, 11:32 PM
I can't get EnumProcessModulesEx to work... it gives a return of 1 (success) and Err.LastDllErr = 0, but that's with a call of only 4 bytes (8 on...
19 replies | 4241 view(s)
-
Yesterday, 11:05 PM
x86/x64/Unicode
#If VBA7 Then
Public Declare PtrSafe Function EnumerateLoadedModulesExW Lib "dbghelp" (ByVal hProcess As LongPtr, ByVal...
19 replies | 4241 view(s)
-
Yesterday, 09:56 PM
Edit: You have been really very very helpful. I inspected my manifest again and saw that while I use uiAccess=true in this application, I do not in...
93 replies | 6244 view(s)
-
Yesterday, 09:44 PM
I'm not familiar with that control but, presumably, it uses HTML or RTF or the like to store the formatting information. The control would likely...
1 replies | 73 view(s)
-
Yesterday, 09:40 PM
The "application window" is a form, so it appears that you already have what you need. If you think otherwise, please explain what the actual problem...
1 replies | 26 view(s)
-
Yesterday, 08:57 PM
I still have not managed to start the proxy from within my app. Thank you for any suggestion how to accomplish that.
This approach fails with...
93 replies | 6244 view(s)
-
Yesterday, 08:05 PM
Who is planning obstructionism?
25 replies | 8000 view(s)
-
Yesterday, 07:25 PM
I'm developing a macro tool and I have updated it from basic text default input boxes to a Quill text editor, where it has options to format the...
1 replies | 73 view(s)
-
Yesterday, 07:00 PM
Hello. I have something that I am struggling with. I want my application to minimize to the taskbar when the user clicks outside of the application...
1 replies | 26 view(s)
-
Yesterday, 05:32 PM
With the narrow exception of internals hacks* it's indeed a temporary state of affairs if a project won't run. Updates come out all the time where...
127 replies | 5232 view(s)
-
Yesterday, 05:16 PM
Does anyone have any advice on AWS Route 53? Specifically, I've created a new domain, which I want to get a SSL certificate for. My problem is that...
0 replies | 47 view(s)
-
Yesterday, 05:12 PM
Here is what we can look forward to if Trump loses, NOT, Harris..
https://www.washingtonpost.com/politics/2024/10/14/trump-2024-election-results/...
25 replies | 8000 view(s)
-
Yesterday, 05:07 PM
I have such a strong compulsion to rewrite for x64 compat... you know all these defs were already in x64 c8mpat form in WinDevLib :p
19 replies | 4241 view(s)
-
Yesterday, 05:06 PM
I don't know if that's the case, or not. All I have heard about is the treatment of migrant workers in Saudi Arabia, which could have all kinds of...
25 replies | 8000 view(s)
-
Yesterday, 05:01 PM
Which line gives that error?
4 replies | 119 view(s)
-
Yesterday, 04:46 PM
https://learn.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-enumerateloadedmodulesexw...
19 replies | 4241 view(s)
-
Yesterday, 04:41 PM
Moti, Dijkstra's algorithm has nothing to do with image detection. Seems like you used this as an excuse to show off code from your chat bot....
9 replies | 1973 view(s)
-
Yesterday, 04:14 PM
Hello. Having a little bit of trouble. The email associated with my Jacob Roman account is linked with what I thought would be a permanent student...
0 replies | 491 view(s)
-
Yesterday, 03:52 PM
I don't know if TB will be in the future different but today my experience is that I can't use it for my old projects, and if I need to start a new...
127 replies | 5232 view(s)
-
Yesterday, 03:48 PM
Really, you have a strange way of counting. lol
Of course not, it's a research tool. Google it.
What makes you think it's all good? ...
25 replies | 8000 view(s)
-
Yesterday, 03:34 PM
Don't use regexp for VB code parsing. A lexer should produce the list of tokens which you send to a syntax analyzer which builds AST. You can then...
127 replies | 5232 view(s)
-
Yesterday, 03:26 PM
ps: I started the proxy by being a normal user and then opening the commandline and typing
D:\(...)\twsMoniker64_win64.exe...
93 replies | 6244 view(s)
-
Yesterday, 03:25 PM
interpreter looks like a good start. But I thought you were going to write a compiler and pcode interpreter
I made one ages ago it a little buggy it...
127 replies | 5232 view(s)
-
Yesterday, 03:20 PM
Yes! That works!
Can you suggest what I should do?
Must I start the proxy "externally", meaning NOT by my app and then use it? The problem I see...
93 replies | 6244 view(s)
-
Yesterday, 03:03 PM
> So my 32bit app is not even able to start the 64bit proxy even though it has the same privileges.
Can you start your x64 proxy manually, with...
93 replies | 6244 view(s)
-
Yesterday, 03:01 PM
Check the link in post #3 if you want to add properties
7 replies | 1184 view(s)
-
Yesterday, 02:59 PM
Recent OS versions one can use CreateToolhelp32Snapshot from KERNEL32 like this:
Option Explicit
Private Const TH32CS_SNAPMODULE As Long = &H8...
19 replies | 4241 view(s)
-
Yesterday, 02:49 PM
It's possible, but not really necessary, as the tag can hold anything you need it to...
Public Class TagExtenderClass
Public Tag1 As String...
7 replies | 1184 view(s)
|
Click Here to Expand Forum to Full Width
|