Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

GetKeyNameText numpad missing text

c++ windows winapi raw-input

Does the timeBeginPeriod API affect the system clock?

windows winapi

Changing system colors for a single application (Windows, .NET)

Programatically setting a PNG to a Picture Control in Win32 APIs

c winapi

How can you prevent an individual window being captured by Print-Screen?

windows winapi

How can I force Windows to clear all disk read cache data? [duplicate]

windows winapi

Ending "recv()" loop when all information is Read using Winsock

c++ windows winapi winsock recv

Windows API for Creating User Profile

windows winapi profile

How do I access a raw sector of disk in XP with a c program?

c windows winapi

How to get only the visible part of a window (Windows, gdi32, user32, etc)

java windows gdi visible winapi

Windows API's which will show the running processes

Send Keystrokes to a program even if its in background using c#

Win32 sockets - Forcing ip packets to leave physical interfaces when sending to other local interfaces

winapi sockets ip ipv4 loopback

In win32 C++ how can i enable static text control to copy text?

c++ winapi

When calling ReadDirectoryChangesW, only the first call returns any changes (both sync and async)

Get size of file in windows

c++ winapi file-management

What makes SwitchDesktop not work right after a user unlocks it session?

windows winapi wtsapi32

Get name of all handles in current process

c++ winapi handles

How to detect URL links after setting EM_AUTOURLDETECT in TRichEdit?

Reverse-engineering SEH: Why doesn't my IDENTICAL assembler code work like the original?