Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Windows API spying/hijacking techniques

c++ windows winapi

How to change the order of buttons on the taskbar?

windows winapi button taskbar

Equivalent of user32.dll on OS X

c# winapi macos mono

IFileSaveDialog - choosing folders in Windows 7

Aero Snap not working for my application

Loop without consuming too many CPU cycles and without sleep()?

LNK2022 and LNK2034 linker errors with version 10.0 of the CRT

GetWindowPlacement gives the incorrect window position

PBS_MARQUEE Progressbar WinApi

c++ winapi progress-bar

How to terminate worker thread properly in an injected DLL?

How to change theme DrawThemeTextEx font color?

delphi winapi themes uxtheme

Shutting down Windows from kernel mode?

winapi kernel

How to make a window like Windows 7 Notifications Flyouts, (WS_THICKFRAME but NOT-RESIZABLE)

Are the GDI functions BitBlt and StretchBlt hardware accelerated in Win32?

Is the Win32_Processor and Win32_NetworkAdapterConfiguration WMI methods available in Windows 8?

How to write to the user's My Documents directory with installer when the user used 'Run As Administrator'

My Win32 application won't exit the main loop

c windows winapi

When a thread that calls SetWaitableTimer exits while another thread is waiting on the timer, is the timer cancelled?

windows winapi

How to process image pixel-by-pixel with WinAPI in a FAST WAY?

c# .net windows winapi graphics

Using sys.stdin in select.select on Windows [duplicate]