Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

How can Microsoft say the size of a word in WinAPI is 16 bits?

c windows winapi assembly msdn

What is the different between API functions AllocConsole and AttachConsole(-1)?

c# .net winapi console

Enumerate running processes in Delphi

delphi winapi

Tkinter locks Python when an icon is loaded and tk.mainloop is in a thread

When did my application start running?

delphi 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?