Top "Winapi" questions

The Windows API (formerly called the Win32 API) is the core set of application programming interfaces available for the Microsoft Windows operating systems.

Is it possible to "decompile" a Windows .exe? Or at least view the Assembly?

A friend of mine downloaded some malware from Facebook, and I'm curious to see what it does without infecting myself. …

debugging winapi assembly decompiling
How to provide user name and password when connecting to a network share

When connecting to a network share for which the current user (in my case, a network enabled service user) has …

c# .net winapi networking passwords
What exactly are DLL files, and how do they work?

How exactly do DLL files work? There seems to be an awful lot of them, but I don't know what …

windows winapi dll
Where to find the win32api module for Python?

I need to download it for Python 2.7, but can't seem to find it...

python winapi
How do you configure an OpenFileDialog to select folders?

In VS .NET, when you are selecting a folder for a project, a dialog that looks like an OpenFileDialog or …

.net windows winapi openfiledialog
Adding external library into Qt Creator project

How can I add external library into a project built by Qt Creator RC1 (version 0.9.2)? For example, the win32 function …

c++ winapi qt qt-creator
How do I use a third-party DLL file in Visual Studio C++?

I understand that I need to use LoadLibrary(). But what other steps do I need to take in order to …

c++ visual-studio winapi dll
Objective-C for Windows

What would be the best way to write Objective-C on the Windows platform? Cygwin and gcc? Is there a way …

objective-c windows winapi gcc cygwin
How do I print to the debug output window in a Win32 app?

I've got a win32 project that I've loaded into Visual Studio 2005. I'd like to be able to print things to …

c++ visual-studio winapi visual-studio-2005 console
Dynamically load a function from a DLL

I'm having a little look at .dll files, I understand their usage and I'm trying to understand how to use …

c++ winapi dll