Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

WinAPI deprecation after Windows 8.1

windows winapi windows-8.1

Obtain scroll bar 'position' in RichTextBox with scroll bars disabled

How to get the Window Handle from inside WndProc?

windows delphi winapi

WinAPI CreateWindow function creates smaller windows than set

c++ winapi screenshot

How to gracefully shutdown a thread in C

c winapi

How to launch non-elevated administrator process from elevated administrator context on Windows 10?

c++ windows winapi

Why the current directory changes

c windows winapi directory

How to interact with a window's GUI with Python?

Getting rid of the evil delay caused by ShellExecute

c++ winapi shellexecute

How might I retrieve the version number of a Windows EXE or DLL?

c++ windows winapi version

Shifting from .NET to Win32 development

.net c++ winapi

Is there an equivelant to 'AssemblyInfo.cs' in a Win32 DLL project?

c++ winapi dll assemblyinfo

Set static text color Win32

c api winapi

Is there any way to draw a PNG image on window without using MFC?

winapi image png

What does the Win32 CRITICAL_SECTION contain?

winapi synchronization

Detecting user name from process ID

c++ windows winapi

How to Recognize that an Application Intends to Execute \ Run a File?

windows delphi winapi hook

When defining a Windows API interface in C#, do I have to define all members? Can I only define the methods I'm going to use?

c# winapi interface

Problem when maximizing window in C++

windows winapi window maximize

Increasing MAXIMUM_WAIT_OBJECTS for WaitforMultipleObjects

c++ multithreading winapi