Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to check if a file can be created inside given directory on MS XP/Vista?

Detect if desktop is locked [duplicate]

winapi desktop

How to hook external process with SetWindowsHookEx and WH_KEYBOARD

Writing to user documents folder C++

c++ windows winapi

Moving from Windows API to Mac OS

windows macos winapi porting

Explaining the declaration/definition of HRESULT

Should I use Hungarian notation when coding WinAPI apps? [closed]

c winapi

How to make tab key press work with win32 window that is not a dialog

c++ c winapi

Unable to delete a folder with SHFileOperation

winapi

Find the velocity of the mouse in C#

c# winforms winapi mouseevent

How can CreateFile fail with FILE_SHARE_READ and succeed with FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE?

windows winapi file-io process

Shell BrowseForFolder preselected path

winapi vb6 shell32.dll

How do you limit a process' CPU usage on Windows? (need code, not an app)

windows winapi cpu-usage

Disable X-Button Icon on the top of the right in Messagebox Using C++ Win32 API?

c++ windows winapi dialog

can I have main window procedure as a lambda in WinMain?

c++ winapi c++11 lambda

Null vs ZeroMemory

c++ c winapi null directx

What exactly is a top-level window in win32 programming?

windows winapi terminology

(4 + sub) not equals to (sub + 4)?

How to disable copy/paste commands in the Windows edit control context menu?

IsWindows10OrGreater() is failing on Windows 10

c++ windows winapi visual-c++