python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Value Changed in Class B calls function in Class A to update object of class A
I want to call a function from a class A inside another class B. However, it should be called for an object of A. I mean if I have something like this:
class A:
def __init__(self, ....):...
EvoDM
Votes: 0
Answers: 1
Process handles monitoring
I'm banging my head against the wall to come up with a solution/tool to monitor process handles.
I know there's process explorer and handle from sysinternals tools but what I'm trying to achieve here ...
Jose Maria Garcia
Votes: 0
Answers: 1
CreateConsoleScreenBuffer returning invalid but not INVALID_HANDLE_VALUE handle
I'm creating a new console screen buffer and trying to set it as the active screen buffer of a new console created via CreateProcessA(), but when the new console is created it shows something like &qu...

DarkoNaito_09
Votes: 0
Answers: 0
CEdit SetFont always creates a GDI HFONT handle, even for shared fonts
In our C++/MFC MDI application, each MDI client window contains a form based on CDialog that can contain very many controls, even hundreds of them. We have noticed that we run out of GDI handles relat...
Timur Amirov
Votes: 0
Answers: 0