Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How to get the width of a string in pixels(/logical units)?

c++ c windows string winapi

How do I use WaitForMultipleObjects to balance competing work?

VBE How to collapse worksheets by default

vba api winapi ui-automation

What is the longest file path allowed to be moved to Recycle Bin?

How can I get the process name of the current active window in windows with winapi?

c++ windows qt winapi pid

Waitable timers or a timer queue? Pros and cons of each?

winapi

Using Unicode font in C++ console app

In what thread does a low-level mouse and keyboard hook callback run?

winapi multithreading hook

Is it possible to use Win32 Hooks in Qt applications

c++ qt winapi qt4 keyboard-hook

How can we protect ourselves from other third parties installing DLLs with the same names as some of ours into C:\WINDOWS?

search dll winapi path

What does the '@' mean when prefixed to Windows font face name?

winapi fonts gdi

"Correct" Dialog / UI font on Windows

correct usage of GetClipRgn?

c++ winapi

Big C# source file with Windows API method signatures, structures, constants: will they all be included in the final .exe?

Writing a Cross-Platform (32-bit and 64-bit compatible) Program for Windows (like AnyCPU in .NET)

Write reliably to same file from different processes

c++ c windows winapi

How i can retrieve the error description for a WinInet error code from delphi

Is there a non blocking method for host resolution in WINAPI?

Can I save the buffer or contents of a console window for future use?

c# winapi input console

CreateFile() returns INVALID_HANDLE_VALUE but GetLastError() is ERROR_SUCCESS