
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
April 25th, 2025, 02:43 AM
YES, there is a NEW Ad / Place for an AD at the bottom of the page. If you turn off your Ad Blocking software it will get filled in.
2 replies | 1568 view(s)
-
April 24th, 2025, 11:35 PM
Using browser developer tools, I see that the controlling div has a comment " Sticky Bottom Ad "
My guess is that it tries to sell you something if...
2 replies | 1568 view(s)
-
April 24th, 2025, 10:22 AM
I'm starting to get an empty message box with just a close button at the bottom of the every forum screen. Is this supposed to display something?
2 replies | 1568 view(s)
-
April 24th, 2025, 09:21 AM
Well, after 18+ years (the age of the thread)... :rolleyes:
Are you sure someone who posted to this thread still attends (sometimes) the CG?
7 replies | 19537 view(s)
-
April 24th, 2025, 07:17 AM
Yeah well, this is wrong as well.
So go to your OnInitDialog() and in that, after all default initializations, give error due to My First Static...
7 replies | 19537 view(s)
-
April 17th, 2025, 11:07 AM
I can repost this to another forum if needed - there are so many I didn't know where to start. I had this question up on stackoverflow for 5 minutes...
0 replies | 3937 view(s)
-
April 16th, 2025, 07:26 AM
cool
2 replies | 21090 view(s)
-
April 13th, 2025, 10:22 AM
https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier ]
1 replies | 6232 view(s)
-
April 13th, 2025, 07:59 AM
we have a picturebox, for exemple, can we get the pixels pointer without create a DIB?
1 replies | 6232 view(s)
-
April 9th, 2025, 03:41 AM
Have you examined the values returned from GetProcessTimes()?
16 replies | 170210 view(s)
-
April 7th, 2025, 11:06 AM
Fri Apr 4 18:50:09 2025
CPU Usgae : 0.000
Process RAM current: : 0.029811 GB, Delta:29.810688 MB
Process Thread Current: : 2
Sat Apr 5...
16 replies | 170210 view(s)
-
April 7th, 2025, 11:06 AM
Hello,
Ive finally comeup with the following solution for getting the information related to a process
1. Memory Usage (I reused existing code...
16 replies | 170210 view(s)
-
April 4th, 2025, 03:37 AM
https://www.vbforums.com/showthread.php?910390-Webbrouwser-confirmation-on-use ]
1 replies | 4862 view(s)
-
April 3rd, 2025, 03:50 PM
Hi. I'm, per suggestions, trying to use WebBrowser to scrap the company internal website for a project. I try to navigate to the website, but nothing...
1 replies | 4862 view(s)
-
April 1st, 2025, 02:33 AM
Thanks a lot kaud.
13 replies | 82299 view(s)
-
March 31st, 2025, 10:15 AM
If you're using Windows threads/processes instead of C++ multi-threading libraries, then I suggest 2 books:
Windows System Programming by Johnson...
13 replies | 82299 view(s)
-
March 31st, 2025, 09:52 AM
Thanks a lot for replying. As of now it is just used by one thread alone.
But as the code base is huge, and if somebody at later point of time...
13 replies | 82299 view(s)
-
March 31st, 2025, 07:26 AM
To judge upon whether it's safe to use an unprotected global variable, first you're to answer whether your timer is intended to be concurrently used...
13 replies | 82299 view(s)
-
March 31st, 2025, 05:38 AM
Thankyou very much Igor for the help.
Yes, Im not much into windows multithreading. But I wanted to know if it is issue having global variable in...
13 replies | 82299 view(s)
-
March 31st, 2025, 05:12 AM
The code is just to give you an idea where to start with crafting your own timer-like functionality. As I said above, you know better what your...
13 replies | 82299 view(s)
-
March 31st, 2025, 03:31 AM
Thankyou very much Igor, very helpful.
Dont we need to use mutex when writting to "dwTimeout " global.(as other threads , in a huge multithreaded...
13 replies | 82299 view(s)
-
March 31st, 2025, 03:31 AM
Should is std:: print - if available. If not then std::format_to
std::format_to(std:: ostream_iterator<char>(std::cout), "{}: {}\n", message,...
1 replies | 3998 view(s)
-
March 30th, 2025, 03:47 PM
A piece of code to demonstrate the wheel invention:
#include <windows.h>
#include <stdio.h>
void TimerProc();
13 replies | 82299 view(s)
-
March 30th, 2025, 03:28 PM
Okay, as to the 1, I still don't know whether your application (parent or child) is capable of pumping messages. You never said a word about that.
...
13 replies | 82299 view(s)
-
March 30th, 2025, 11:18 AM
I'm curious -
What is the proper way to print in a modern C++ program. Don't think about how you've aways printed with the simply using cout like...
1 replies | 3998 view(s)
-
March 30th, 2025, 04:30 AM
Im basically wireless telecom software developer with c, and c++ coming from linux user level programming background (So not a systems programmer )....
16 replies | 170210 view(s)
-
March 29th, 2025, 11:23 AM
I'm not sure what you're really trying to achieve - but do you know about sysinternals? Look at process monitor:...
16 replies | 170210 view(s)
|
Click Here to Expand Forum to Full Width
|