
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
March 1st, 2023, 10:23 AM
hi,
this works as it launches Child Dialog.
sendmessage(hParentChildBtn, BN_CLICK,0,0)
however, this does not work as it does not close the...
4 replies | 951 view(s)
-
March 10th, 2023, 11:37 PM
Registry - Check for key or value
Hello,
I am trying to check for the existance of a key or value in the registry.
I know how to write the...
6 replies | 594 view(s)
-
February 21st, 2023, 03:12 AM
Hi,
Got structure DataStruct:
DataStruct d1;
//fill d1;
FilldDataStruct((unsigned char*)&d1);
CRC1=CrcOf((unsigned char*)d1);
void (DataStruct...
4 replies | 746 view(s)
-
February 20th, 2023, 03:00 AM
Hello,
I was trying solve the above problem. I came across a solution in the google:
// C++ program of number of leading zeros in
//...
5 replies | 532 view(s)
-
March 1st, 2023, 08:06 AM
I'm having trouble writing a C++ program to determine whether a number is a palindrome. My code is returning false even when the number is a...
2 replies | 826 view(s)
-
February 24th, 2023, 02:48 AM
Remove item gridView1 and gridView2 error Deleted row information cannot be accessed through the row ?
I use nested while command, to run two...
1 replies | 487 view(s)
-
February 27th, 2023, 05:48 AM
Using python.
I have a <div> element that contains a variable number of <div> elements within it. Each of these inner <div> elements contains an...
0 replies | 686 view(s)
-
Yesterday, 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...
3 replies | 179 view(s)
-
March 7th, 2023, 11:15 PM
Dear codeguru,
I have been reading both https://openjdk.org/groups/build/doc/building.html and I have found this tutorial incomplete
and...
0 replies | 594 view(s)
-
February 23rd, 2023, 11:52 PM
Hi All....Why my website not show in Google search results? We did SEO work from last 4 months but still not show my website in Google Search ,...
0 replies | 558 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 | 247 view(s)
-
February 22nd, 2023, 09:22 PM
I have had a good go at using Java OpenJDK, necessarily a very early version of the OpenJDK, in order to try and match expressions like the...
0 replies | 464 view(s)
-
March 6th, 2023, 08:52 AM
I need a team of 4-5 engineers for the project. Would you recommend spending time screening and selecting each candidate individually, or hiring a...
0 replies | 381 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 | 302 view(s)
-
Today, 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...
3 replies | 179 view(s)
-
Today, 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.
3 replies | 179 view(s)
-
Today, 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...
3 replies | 179 view(s)
-
March 13th, 2023, 08:47 PM
I use C# language, I'm looking for Thread example about my case
2 replies | 247 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 | 247 view(s)
|
Click Here to Expand Forum to Full Width
|