Problem : I’m writing C# code that uses the windows IP Helper API. One of the functions I’m trying to […]
Tag: winapi
C#: How to wake up system which has been shutdown?
Problem : Is there any Win32 API for waking up a system that has been shut down, at a specific […]
the class chrome_omniboxView is no longer available?
Problem : FindWindowEx(Hwnd, 0, “Chrome_OmniboxView”, Nothing) Chrome_OmniboxView, is no longer available. how can i get current url of google chrome? […]
how to use RegisterHotKey() in C#? [duplicate]
Problem : This question already has answers here: Global hotkey in console application (4 answers) Closed 8 years ago. I’m […]
What is the different between API functions AllocConsole and AttachConsole(-1)?
Problem : Could you please explain me, what is the different between API functions AllocConsole and AttachConsole(-1) ? I mean […]
How to pause the Win32_printJob by Printername and JobID
Problem : TASK When user print the document ,pause the pop will appear then fill the form click enter the […]
Hiding window from taskbar in C# with WinAPI
Problem : Believe me, I have Googled it and expected it to be a fairly easy find – turns out […]
SwitchToThread vs Sleep(1)
Problem : I’m wondering what’s the actual difference between calling Thread.Sleep(1) and calling SwitchToThread (if we ignore that it’s currently […]
Is it worth to learn Microsoft Foundation Classes(MFC) Nowadays? [closed]
Problem : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]
How to build a dynamic array in C++ and return it back to C#/.NET
Problem : I have to find the way to build the array of structs on C++ Win32 side. I don’t […]