Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Embedding window into another process

delphi winapi

What's the easiest way to make a self-extracting zip (SFX) Windows program installer that will use the Windows Temp directory?

Names of PE directories

How can I enforce a single instance of my application?

c# .net winapi focus

StretchBlt Shrink Corruption

Use Rundll32.exe to execute function exported by DLL

c winapi dll rundll32

SIGCHLD Replacement for Windows

c windows winapi sigchld

SetFocus() fails with a valid window handle

c++ winapi

How to change the cursor on a Button?

How to calculate an area of a Windows region (HRGN) in pixels?

delphi winapi area region

How to hide a MDI Child form in Delphi?

windows delphi winapi mdi

GET_X_LPARAM gives negative value

c++ windows winapi hook

Win32, Serial Port Read/Write and OVERLAPPED

winapi serial-port wait

How to convert char* to TCHAR[ ]? [duplicate]

Can a thread call SuspendThread passing its own thread ID?

How can I make a form visible and maximize it to fill a secondary monitor without it activating?

delphi winapi delphi-xe2

How to get the default caption bar height of a window in Windows?

windows winapi win32gui

Creating Global Keyboard Hook

c++ winapi dll

Get Parent Process Name (Windows)

c windows winapi process

What's the difference between the import table, import adress table, and import name table?