Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

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++

Why is %1 rarely substituted in "%1 is not a valid Win32 application."

How to speed up the initialization of a .NET client application (Windows Forms or WPF)?

c# .net wpf winforms winapi

.net for Win95?

.net winapi

Win32 API to tell whether a given binary (EXE or DLL) is x86, x64, or ia64

windows winapi 64-bit 32-bit

What Perl module(s) do I use to obtain an absolute path (including filename) from a relative one on Windows?