Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Get text from an edit control

winapi

What is the purpose of GetPrivateProfileString? [closed]

c++ windows winapi function

Get other running processes window sizes in Python

python windows winapi pywin32

Getting the icon associated with a running application

c# winapi

How can I write a screen saver for Windows in C++?

Correctly reading a utf-16 text file into a string without external libraries?

c++ winapi unicode utf-16

How can I read a key value of Registry and print it to the screen with the MessageBox()

c++ winapi

How to enable common controls in a Windows app

c++ winapi

Detect file handle leaks with Win32 C++

c++ winapi visual-c++

Run-Time Check Failure #0 loading QueryFullProcessImageName from kernel32.dll

How to stop a process using a "Stop Button"

c++ c winapi

Why does my simple C++ GUI application show a message box in Chinese?

c++ winapi

How to detect when the form is being maximized?

What does stack size in a thread define in C++?

How to check if a file is readable?

Delphi Multi-Threading Message Loop

Is there a performance penalty in accessing the Windows API through Delphi?

c++ delphi winapi

Any Tutorials for Win32 SDK Programming?

c++ winapi sdk

What does the CALLBACK keyword mean in a Win-32 C++ application? [duplicate]

c++ windows winapi visual-c++

How to safely close a THREAD which has a infinite loop in it