Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winapi

When defining a Windows API interface in C#, do I have to define all members? Can I only define the methods I'm going to use?

c# winapi interface

Problem when maximizing window in C++

windows winapi window maximize

Increasing MAXIMUM_WAIT_OBJECTS for WaitforMultipleObjects

c++ multithreading winapi

C++ library for storing settings in XML

c++ xml winapi stl

Re-registering User-defined Window Class - C++

c++ winapi

Can a window be resized past the screen size/offscreen?

windows winapi window size max

Where do i find standard system icons of messageboxes via WinApi?

c winapi dialog icons messagebox

How can I extend the length of a memory-mapped file?

In MSDN, What does TBD stand for?

Why my edit control looks odd in my win32 c++ application using no MFC?

Why ShellExecute can not find a file?

c++ c windows winapi

Is there a common dialog for selecting Active Directory users?

List all web-browsers installed on a Windows machine

c# c++ delphi winapi browser

Error when using SetWindowsHookEx in Windows XP, but not in Windows 7

Is this a compiler bug, or a C language feature?

c winapi hyperlink cl.exe

How to determine the current input language?

How can I stop my application showing on the taskbar?

FindFirstChangeNotification is notifying about changes twice

c++ windows winapi

timer accuracy: c clock( ) vs. WinAPI's QPC or timeGetTime( )

c++ c winapi timer

How can I prevent my program from closing when a open console window is closed?

c++ winapi console