
- 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, 07:17 AM
It's a bot posting cheese for other rodents like existenceproduct to post spammy links. Stupid bots don't read and respond.
Both can be banned and...
6 replies | 1278 view(s)
-
Today, 02:44 AM
:mad: Did you ever read the answers to your questions? :confused:
6 replies | 1278 view(s)
-
Yesterday, 11:22 PM
Hi All....Why my website not show in Google search results? We did SEO work from last 3 months but still not show my website in Google Search ,...
6 replies | 1278 view(s)
-
Yesterday, 04:22 AM
And what happens?
1 replies | 123 view(s)
-
Yesterday, 04:20 AM
:d:d:d:d:d:d:d:d:d:d
7 replies | 371 view(s)
-
Yesterday, 03:24 AM
Believe it or not, it's still being looked at.
7 replies | 371 view(s)
-
Yesterday, 02:30 AM
They did. So we got the notifications for a couple of days.
But then... :(
7 replies | 371 view(s)
-
March 22nd, 2023, 08:32 PM
I have the following code, when I run it, I can't add a new line to the gridView, thanks for your help:
...
for (int i = 0; i <...
1 replies | 123 view(s)
-
March 22nd, 2023, 01:15 PM
Grrr!! After all this time CodeGuru still hasn't fixed the problem where notifications aren't getting sent... :mad:
Anyway, thanks guys. I took a...
7 replies | 371 view(s)
-
March 21st, 2023, 06:38 AM
Hi John,
there is some "new version" in GitHub: https://github.com/lucasg/Dependencies
However, I didn't test it and have no idea if it works...
7 replies | 371 view(s)
-
March 21st, 2023, 04:48 AM
Also happens if you run it on Windows 7! I've had that issue since using with Windows 7 and just assumed that was the way it was.
7 replies | 371 view(s)
-
March 21st, 2023, 02:21 AM
I found en email address for Dependency Walker and apparently it's an obsolete product. It hasn't been updated since 2006 and yes, this was a bug...
7 replies | 371 view(s)
-
March 20th, 2023, 10:18 AM
Believe it or not, today's the first time I've needed to use Dependency Walker (on Windows 10)
I've tested it on a few DLL's here but each one...
7 replies | 371 view(s)
-
March 17th, 2023, 06:33 AM
Is it possible to highlight all rows in listbox between two index values?
If it possible how is it done?
0 replies | 356 view(s)
-
March 13th, 2023, 08:47 PM
I use C# language, I'm looking for Thread example about my case
2 replies | 268 view(s)
-
March 13th, 2023, 11:14 AM
Yes, direct access to any window created in the main thread form any other thread is not allowed.
In a multithreaded C++/VC++ application in...
2 replies | 268 view(s)
-
March 12th, 2023, 10:06 PM
Cross-thread operation not valid: Control 'gridControl' accessed from a thread other than the thread it was created on.
string sPath = "";...
2 replies | 268 view(s)
-
March 12th, 2023, 01:35 PM
2kaud,
Awesome! That worked! Thank you so much!!!
6 replies | 678 view(s)
-
March 12th, 2023, 05:38 AM
You are using RegQueryValue() incorrectly. The first param is the key to be used (already opened), the second is the value to be retrieved, the 3rd...
6 replies | 678 view(s)
-
March 11th, 2023, 02:59 PM
Try:
char szPath;
LONG cbValue=sizeof(szPath);
LSTATUS errorCode = RegQueryValue(HKEY_CURRENT_USER,...
6 replies | 678 view(s)
-
March 11th, 2023, 02:36 PM
Thank you for your replies.
2kaud, I actually have tried RegGetValue() but have issues using it. I also tried RegQueryValue() with limited success....
6 replies | 678 view(s)
-
March 11th, 2023, 06:20 AM
Also RegGetValue()
https://learn.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-reggetvaluea
6 replies | 678 view(s)
-
March 11th, 2023, 03:19 AM
Have a loo at RegEnumKey and RegEnumValue functions.
6 replies | 678 view(s)
|
Click Here to Expand Forum to Full Width
|