Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

What is the value of a dialog constant DS_RECURSE? [closed]

winapi

How to get the current text cursor position from Python in a Windows Terminal?

Any simple/quick way to fork() on Windows (ANSI C) (_beginthread/_beginthreadex/CreateProcess)

c winapi fork

Easy way to get NUMBERFMT populated with defaults?

winapi localization

C# System.ComponentModel.Win32Exception (0x80004005): Not enough storage is available to process this command

c# wpf winapi win32exception

Do child windows have the same DPI as their parents in a per-monitor-aware application?

windows winapi dpi

Why am I getting WM_MOUSEACTIVATE when I click on my child window? I have it change focus to the parent, which screws child kill focus logic

c winapi focus

list adapters addresses and mask/prefix, both IPv4 and IPv6 (GetAdaptersAddresses)

How can I bring a window to the foreground in Vista using C++?

c++ winapi window

Userland interrupt timer access such as via KeQueryInterruptTime (or similar)

windows winapi timer

CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b

Adding IIS_IUSRS with write permission to a directory programmatically

Combine 32- and 64bit DLLs in one program

c# winapi dll x86 32bit-64bit

FindResource() fails to find data even though data is in exe

c++ winapi resources

How do I patch a Windows API at runtime so that it to returns 0 in x64?

How to get correct background and control colors in property pages?

Why does SetWindowsHookEx return 0?

c++ winapi