
- 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 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 | 2150 view(s)
-
April 16th, 2025, 07:26 AM
cool
2 replies | 18991 view(s)
-
April 13th, 2025, 10:22 AM
https://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier ]
1 replies | 2890 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 | 2890 view(s)
-
April 9th, 2025, 03:41 AM
Have you examined the values returned from GetProcessTimes()?
16 replies | 97603 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 | 97603 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 | 97603 view(s)
-
April 4th, 2025, 03:37 AM
https://www.vbforums.com/showthread.php?910390-Webbrouwser-confirmation-on-use ]
1 replies | 2888 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 | 2888 view(s)
-
April 1st, 2025, 02:33 AM
Thanks a lot kaud.
13 replies | 49589 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 | 49589 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 | 49589 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 | 49589 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 | 49589 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 | 49589 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 | 49589 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 | 2286 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 | 49589 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 | 49589 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)
-
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 | 97603 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 | 97603 view(s)
-
March 29th, 2025, 09:11 AM
Thankyou very much Igor for taking time to help me with inputs and comments.
1. I wanted to reuse the API of timer thinking (it is well...
13 replies | 49589 view(s)
-
March 29th, 2025, 08:36 AM
Thankyou so much Kaud !!!. ie great help and highly appreciated. I always got so much support here.
16 replies | 97603 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 | 1947 view(s)
-
March 28th, 2025, 07:22 PM
I fail to understand why you so desperately need to use that SetTimer while you're new to Windows programming. SetTimer requires message pump be...
13 replies | 49589 view(s)
-
March 28th, 2025, 06:26 PM
I would say that the missing thing was UpdateWindow(), but not reloading static with the image.
4 replies | 3608 view(s)
|
Click Here to Expand Forum to Full Width
|