Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Win32 CreateProcess: When is CREATE_UNICODE_ENVIRONMENT *really* needed?

Understanding how alert() impacts browser event loop

How to embed Window from another application in our WPF window as user control?

wpf winapi

What are these strange environment variables?

How can I prevent a third party library from displaying a MessageBox?

.net winapi

How to set Win32 window as owner of WPF window?

wpf winapi owner

How can I effectively test against the Windows API?

c++ winapi tdd

Retrieve Window Size without Windows Shadows

c# windows winapi pinvoke

Embedding HWND into external process using SetParent

c winapi

System Error 0x5: CreateFileMapping()

Can I mix C++ and C in a single project in Visual Studio?

What is HMODULE?

c++ winapi

In .NET, how do I Create a Junction in NTFS, as opposed to a Symlink?

starting a UAC elevated process from a non-interactive service (win32/.net/powershell)

What is the maximum process Id on Windows?

windows winapi process pid

Import a DLL with C++ (Win32)

c++ dll winapi import

std::function with non-static member functions

What's the difference between a Primary Token and an Impersonation Token

Where to put common writable application files?

What exactly is the effect of Ctrl-C on C++ Win32 console applications?

c++ winapi console copy-paste