Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to send keys Control + A + B? (keep Control modifier "pressed")

c# winapi coded-ui-tests

std::ostringstream isn't returning a valid string

c++ winapi std ostringstream

What could cause a deadlock of a single write/multiple read lock?

c++ windows winapi

Can a Windows CRITICAL_SECTION object be configured to deny recursive access?

winapi critical-section

What's so bad about system()? [closed]

c++ windows winapi

In C++ Win32 app how can I determine private bytes, working set and virtual size [duplicate]

Writing a console wrapper in C#?

c# winapi console

Win32: How to create a ListBox control using the CreateWindowExW() function?

c listbox winapi createwindow

Why am I getting linker errors for ws2_32.dll in my C program?

Will GetMessage() return -1 in main message loop?

c++ windows winapi

WinAPI edit control doesn't display newlines

c++ winapi edit

There is any quick way to, while debuging, to stop at a specific Windows Message or API?

EnumDisplayDevices function not working for me

c++ qt winapi windows-7 msdn

Raw mouse input with Windows

c++ windows winapi mouse

How can I work with Windows security groups without knowing their localized names in advance?

windows delphi winapi delphi-7

Windows 8 SDK renamed all headers and I don't know what to include now?

What happen if 2 threads do EnterCriticalSection and thread 1 do DeleteCriticalSection

How do I create interruptible sleep in Windows with C?

Does Windows's thread-local storage initialize values?

win32 - How to draw a rectangle around a text string?

winapi gdi