Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Why would I use Sleep() with infinite timeout?

windows winapi sleep

Why does GetErrorMessage return "wrong password", when the user name is wrong?

c++ windows winapi wininet

CodePage ID to CodePage name: GetEncoding equivalent in Delphi?

What are alternatives to the GetShortPathName function?

c++ c winapi

Does Win32 support memory-mapped files (CreateFileMapping) on FAT file systems?

winapi fat32

Single-select Win32 ListView (Common Controls)

Components without VCL Forms in Delphi

delphi winapi vcl

Open Notepad to specific location on the screen, and to desired size?

c# winapi resize

System Menu for Layered Windows?

LNK2019: Unresolved external symbol

c++ winapi winsock

How come FindWindow finds a window that EnumChildWindows doesn't?

c++ windows winapi

ERROR_INVALID_WINDOW_HANDLE from CreateWindowEx()

Is there a way to change text background color of the items in Windows Explorer in Windows 7?

How to implement the mouse click for URLs at rich edit control

c++ c winapi richedit

Listbox content in another application

Correct way to register for pre-shutdown notification from C++

Full screen in openGL

c++ winapi opengl fullscreen

Programmatically create/destroy network bridges with .NET on Windows 7

c# windows winapi networking

C++: reading memory of another process

c++ winapi memory

Multithreading with _beginthread and CreateThread

c++ winapi