Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How do I load icons from a resource without suffering from aliasing?

windows delphi winapi

WinRT and build-in Windows 8 Apps

Why are "TranslateMessage" and "DispatchMessage" separate calls?

winapi

Insert bytes into middle of a file (in windows filesystem) without reading entire file (using File Allocation Table)?

How to set background color of window after I have registered it?

c++ api winapi

What are the different calling conventions in C/C++ and what do each mean?

How do I find position of a Win32 control/window relative to its parent window?

What is the correct usage of GetLastError and FormatMessage in Delphi?

Should I use _T or _TEXT on C++ string literals?

Check the file-size without opening file in C++?

c++ windows winapi

How to list all symbolic links on an NTFS filesystem

Get CPU Temperature

What is the range of a Windows HANDLE on a 64 bits application?

windows winapi 64-bit handle

Should I deal with files longer than MAX_PATH?

winapi max-path

Checking digital signature programmatically from Delphi

How do I use Qt and SDL together?

c++ winapi qt sdl

What's an alternative to GWL_USERDATA for storing an object pointer?

windows winapi 32bit-64bit

Bring window to front -> raise(),show(),activateWindow() don’t work

c++ windows winapi qt foreground

Programming In C + Win API: How To Get Windows 7 Look For Controls?

Why do ZeroMemory, etc. exist when there are memset, etc. already?

c++ c windows winapi memset