
- 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 23rd, 2025, 06:13 AM
Hello,
I need to display the information of a process in c++. (ie number of threads in c++ , belonging to a process etc) in windows
I am not...
16 replies | 97650 view(s)
-
March 23rd, 2025, 08:30 AM
Hi,
I create a new process from parent process.
Now I need to print the process info on the child process, every 5 mins.
Im thinking of...
13 replies | 49618 view(s)
-
March 24th, 2025, 09:47 PM
I have a CFormView with Picture control that displays a bmp image.
I want to hide that control and later re-show it. I used...
4 replies | 3615 view(s)
-
March 25th, 2025, 07:45 PM
I am preforming a data integrity check by using a select count. i noticed that the developer was only passing 1 expression if Val(sRows) >1 but he...
1 replies | 3871 view(s)
-
March 20th, 2025, 07:53 PM
I'm trying to write some code to interact with an Excel workbook, but so far I have landed flat on my face. Out of the gate I am getting errors from...
1 replies | 3107 view(s)
-
March 22nd, 2025, 04:30 AM
This is just didactic example:
#include <iostream>
using namespace std;
struct A {
void f() { cout << "Class A" << endl; }
};
struct...
1 replies | 3098 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 | 2896 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 | 2891 view(s)
-
March 24th, 2025, 12:54 PM
It works?
1 replies | 2647 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 | 2286 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 | 2157 view(s)
-
March 23rd, 2025, 03:13 AM
I'd. like to make introductory comment saying the following code is a solution of old academic exercise so It's old code:
#include <iostream>...
1 replies | 1875 view(s)
-
March 29th, 2025, 04:21 AM
Given this example, because I need to confirms my ideas:
class Father {
public:
virtual void pureF() = 0;
virtual void simpleF() {}...
0 replies | 1954 view(s)
-
March 27th, 2025, 01:58 AM
My younger brother is about to complete his 12th class and he is considering two fields in which he wants to make a career that is either as an AI...
0 replies | 960 view(s)
-
March 24th, 2025, 07:39 AM
Testing to see what happens.....;)
2 replies | 684 view(s)
-
April 16th, 2025, 07:26 AM
cool
2 replies | 18999 view(s)
-
April 13th, 2025, 10:22 AM
https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier ]
1 replies | 2896 view(s)
-
April 9th, 2025, 03:41 AM
Have you examined the values returned from GetProcessTimes()?
16 replies | 97650 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 | 97650 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 | 97650 view(s)
-
April 4th, 2025, 03:37 AM
https://www.vbforums.com/showthread.php?910390-Webbrouwser-confirmation-on-use ]
1 replies | 2891 view(s)
-
April 1st, 2025, 02:33 AM
Thanks a lot kaud.
13 replies | 49618 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 | 49618 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 | 49618 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 | 49618 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 | 49618 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 | 49618 view(s)
|
Click Here to Expand Forum to Full Width
|