Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

Is there Path Edit Control in Win32?

c++ c visual-studio winapi

Opening webpage in default browser with double-quotes (") inside url

delphi winapi browser delphi-7

SHGetFolderPath Deprecated: What is alternative to retrieve path for Windows folders?

C++: Best way to get Window Handle of the only window from a process by process id, process handle and title name [duplicate]

c++ winapi window-handles

Is there a better way to pass formatted output to OutputDebugString?

How would you convert a std::string to BSTR*?

c++ winapi bstr

Output to console from a Win32 GUI application on Windows 10

c++ winapi

Windows virtual key codes

c++ winapi keyboard key

C#: comctl32.dll version 6 in debugger

Create single python executable module

python linux winapi executable

Simplest way to play mp3 from Visual C++

winapi mp3 directshow audio mci

Format drive by c++

c++ winapi

Get list of fonts (Win32)

c++ winapi fonts

CBT Hooks in Windows... What does "CBT" stand for?

winapi

Cannot Write to the Registry under HKEY_LOCAL_MACHINE\Software

c# winapi registry uac

Is there any function called after the OnInitDialog function in MFC?

c++ windows winapi mfc dialog

Drawing without flickering

c++ winapi drawing flicker

Monitoring open programs with Win32

c++ windows winapi monitoring

How to get instance of TForm from a Handle?

delphi winapi dll delphi-7

Thoughts on a different way to running a win32 event loop without WndProc?