The Win32 API is the core set of application programming interfaces (APIs) available in the Microsoft Windows operating systems. This tag is for questions about developing native Windows applications using the Win32 API.
74
votes
7answers
52k views
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 I can somehow integrate this into Visual Studio?
Along those lines - are there any suggestions ...
69
votes
13answers
33k views
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 SaveFileDialog is displayed, but is set up to accept only folders. Ever since I've seen this ...
39
votes
2answers
995 views
Rendering controls on glass: Solution found, needs double-buffering/perfecting
I (finally!) found a way of rendering Windows.Forms controls on glass that doesn't seem to have any major drawback nor any big implementation time. It's inspired by this article from Coded, which ...
39
votes
9answers
29k views
Windows threading: _beginthread vs _beginthreadex vs CreateThread C++
What's a better way to start a thread?
I'm trying to determine what are the advantages/disadvantages of _beginthread, _beginthreadex and CreateThread. All of these functions return a thread handle ...
36
votes
7answers
4k views
Find out what process registered a global hotkey? (Windows API)
As far as I've been able to find out, Windows doesn't offer an API function to tell what application has registered a global hotkey (via RegisterHotkey). I can only find out that a hotkey is ...
36
votes
9answers
22k views
What is the easiest way to parse an INI File in C++?
I'm trying to parse an INI file using C++. Any tips on what is the best way to achieve this? Should I use the Windows API tools for INI file processing (with which I am totally unfamiliar), an ...
34
votes
1answer
7k views
Using WinRT from C?
Watching the //BUILD stuff, I saw that WinRT API's can be consumed by C code:
I am rather excited about a fresh C API available to Win32 developers.
Where can I find information on the C WinRT ...
33
votes
4answers
1k views
Best way to do non-flickering, segmented graphics updates in Delphi?
I thought I could just throw this out there and just ask: I have seen Delphi controls that are flawless in terms of graphical effects. Meaning: no flickering, sectioned updates (only redraw the ...
30
votes
8answers
1k views
The Coolest Parts of Windows API
I have noticed that there are quite a few community wikis about "Tips & Tricks" or "Hidden Features" in programming languages and APIs here at Stack Overflow. But I could not find any about my own ...
30
votes
10answers
19k views
Bring a window to the front in WPF
How can I bring my WPF application to the front of the desktop? So far I've tried:
SwitchToThisWindow(new WindowInteropHelper(Application.Current.MainWindow).Handle, true);
SetWindowPos(new ...
28
votes
21answers
3k views
Does it still make sense to learn low level WinAPI programming?
Does it make sense, having all of the C#-managed-bliss, to go back to Petzold's Programming Windows and try to produce code w/ pure WinAPI?
What can be learn from it? Isn't it just too outdated to be ...
27
votes
7answers
16k views
What is __stdcall?
I'm leaning some win32 programming, and the WinMain prototype looks like:
int WINAPI WinMain ( HINSTANCE instance, HINSTANCE prev_instance, PSTR cmd_line, int cmd_show )
I was confused as to what ...
27
votes
8answers
8k views
Where can I find my .emacs file for Emacs running on Windows?
I tried looking for the .emacs file for my Windows install for Emacs but could not find it. Does it have the same filename under Windows as in Unix? Do I have to create it myself? If so, under what ...
26
votes
1answer
483 views
LCC— How to stop debugger from breaking at the start of the application?
I'm not sure of how many users there are out there that use the LCC C compiler and the WEdit GUI for Windows but it has a "feature" that is can get to be quite annoying. When you start an application ...
26
votes
3answers
2k views
How do I make a WPF window movable by dragging the extended glass frame?
In applications like Windows Explorer and Internet Explorer, one can grab the extended glass areas beneath the title bar and drag windows around.
For WinForms applications, forms and controls are as ...
26
votes
6answers
3k views
How to get the word under the cursor in Windows?
I want to create a application which gets the word under the cursor (not only for text fields), but I can't find how to do that. Using OCR is pretty hard. The only thing I've seen working is the ...
23
votes
8answers
28k views
How to use a FolderBrowserDialog from a WPF application
I'm trying to use the FolderBrowserDialog from my WPF application - nothing fancy. I don't much care that it has the Windows Forms look to it.
However, when I call ShowDialog, I want to pass the ...
22
votes
7answers
13k views
How to find if native dll is compiled as x64 or x86?
I want to if native assembly is complied as x64 or x86 from a managed code application (c#).
I think it must somewhere in the PE header since the OS loader needs to know this info
but I couldn't find ...
21
votes
3answers
911 views
Vista/7: How to get glass color?
How do you use DwmGetColorizationColor?
The documentation says it returns two values:
a 32-bit 0xAARRGGBB containing the color used for glass composition
a boolean parameter that is true "if the ...
21
votes
5answers
4k views
Rockscroll or Metalscroll for Visual Studio 2010 (Minimap)
Has any one found a replacement for Rockscroll or Metalscroll for Visual Studio 2010?
I miss it so much that I looked into making one my self but only have word highlighting working and a place ...
21
votes
11answers
49k views
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. I know that you can't really decompile an .exe, but can I at least view it in ...
21
votes
12answers
14k views
Generating a unique machine id
I need to write a function that generates an id that is unique for a given machine running a Windows OS.
Currently, I'm using WMI to query various hardware parameters and concatenate them together ...
21
votes
8answers
6k views
How to detect true Windows version
I know I can call the GetVersionEx Win32 API function to retrieve Windows version. In most cases returned value reflects the version of my Windows, but sometimes that is not so.
If a user runs my ...
20
votes
6answers
477 views
Unicode hell (on Windows) [closed]
Today I woke up and felt something was awfully wrong with my code and every library I've ever used, and I think I was right... (or please point out where my reasoning is wrong)
Let's start I decade ...
20
votes
3answers
862 views
Creating a professional-looking (and behaving!) form designer
When I began programming (some 10+ years ago), three things amazed me:
Compilers/interpreters (back then I knew them as "programs that make my programs work", often followed by the qualifier ...
20
votes
11answers
3k views
How to quickly get started at using and learning Emacs
There are all sorts of advantages to using Emacs, but for someone comfortable with the usual Win32 applications it comes with a wall-like learning curve. With most other editors it’s possible to just ...
19
votes
14answers
2k views
Shall I bother with QT?
Guys I study C++ for a second year. Till now I was doing only console app but I think it's a time to start programming in Windows. There are few alternatives and Qt is one of them but I'm also drawn ...
19
votes
5answers
987 views
How bad is code using std::basic_string<t> as a contiguous buffer?
I know technically the std::basic_string template is not required to have contiguous memory. However, I'm curious how many implementations exist for modern compilers that actually take advantage of ...
18
votes
4answers
46k views
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 EnumProcesses() requires Psapi.lib to be added in the project to build.
Thanks ...
18
votes
18answers
2k views
Is Learning the win32 API Worthwhile?
I was certain that somebody would have specifically asked this question, but from what I can see no-one has (there's been a question about learning win32 but that doesn't cover whether it's worthwhile ...
18
votes
6answers
10k views
Bringing Window to the Front in C# using Win32 API
I am writing an application that needs to bring window of an external app to the foreground, and not necessarily steal focus (there is a setting the user can toggle to steal/not steal focus).
What is ...
17
votes
4answers
1k views
Spin Down Hard Disk Programmatically on Windows?
How do you request Windows to spin down a hard disk programmatically? Is there any user-mode function I can call (or kernel-mode function to call or IRP to send) in order to make this happen?
I've ...
17
votes
1answer
644 views
GetThreadContext fails after a successful SuspendThread in Windows 7
I'm encountering an odd issue on a sampling profiler in Windows 7 (no such issues AFAICT on previous Windows OSes, be they 32 or 64 bit).
The profiler works by periodically suspending a thread with ...
17
votes
3answers
1k views
alignment requirements for atomic x86 instructions
Microsoft offers the InterlockedCompareExchange function for performing atomic compare-and-swap operations. There is also an _InterlockedCompareExchange intrinsic.
On x86 these are implemented using ...
17
votes
15answers
2k views
How relevant is Win32 programming to modern professionals?
As a big fan of Charles Petzold's books Code and The Annotated Turing I came across his book Programming Windows which teaches Win32 programming in C. I am a freshman computer science student who ...
17
votes
7answers
10k views
Building libcurl with SSL support on Windows
I'm using libcurl in a Win32 C++ application.
I have the curllib.vcproj project added to my solution and set my other projects to depend on it.
How do I build it with SSL support enabled?
16
votes
1answer
261 views
How do I load icons from a resource without suffering from aliasing?
I have a GUI application which includes a number of icons used for toolbar buttons, menu glyphs, notification icons etc. These icons are linked to the application as resources and a variety of ...
16
votes
6answers
4k views
(win32) How to make an OpenGL rendering context with transparent background?
Rendering contexts usually have a solid color on the background (black or whatever, see the image below):
I'm wondering if it's possible to setup a window, with no decorations AND with the ...
16
votes
5answers
5k views
C/C++ call-graph utility for Windows platform
I have a large 95% C, 5% C++ Win32 code base that I am trying to grok.
What modern tools are available for generating call-graph diagrams for C or C++ projects?
16
votes
5answers
8k views
What's the differences between VirtualAlloc and HeapAlloc?
There are lots of method to allocate memory in windows enviorment,
such as VirtualAlloc/HeapAlloc/malloc/new.
Thus , what's the difference among them?
16
votes
6answers
11k views
Safe remove USB-Drive using Win32 API?
Anyone knows how to remove a USB drive using the win32 API? I do a lot of work on embedded systems and on one of these I have to copy my programs on a usb-stick an insert it into the target hardware.
...
16
votes
10answers
2k views
Where is a good place to start programming GUIs for windows?
I have experience writing console and network client/server apps in C and C++, but I know next to nothing about using the win32 visual API, MFC, QT, WxWidgets, etc. Where is a good place to start, ...
15
votes
6answers
3k views
What is a message pump?
In this thread (posted about a year ago) there is a discussion of problems that can come with running Word in a non-interactive session. The (quite strong) advice given there is not to do so. In one ...
15
votes
4answers
10k views
Win32 API function to programatically enable/disable device
I am writing a small C# app to disable a device (my laptop touchpad) whenever another mouse device is detected, and enable the touchpad again if a mouse is not detected. I am not even able to disable ...
15
votes
6answers
13k views
How to use win32 API's with python?
How can I use win32 API in Python?
What is the best and easiest way to do it?
Can you please provide some examples?
15
votes
16answers
2k views
What are some examples of Windows desktop applications with beautiful GUIs?
This is a subjective question. For those who are Windows developers coding desktop applications, what are the most beautiful or nice looking GUI you have ever seen or built?
Why am I asking this? I'm ...
15
votes
4answers
5k views
Win32 window Owner vs window Parent?
In Win32 programming, what is the difference between a window's parent and a window's owner? I thought I had it figured out, then I came across this code:
SetWindowLong(handle, GWL_HWNDPARENT, foo);
...
15
votes
4answers
5k views
Is an atomic file rename (with overwrite) possible on Windows?
On POSIX systems rename(2) provides for an atomic rename operation, including overwriting of the destination file if it exists and if permissions allow.
Is there any way to get the same semantics on ...
15
votes
12answers
16k views
Sleep Less Than One Millisecond
On windows you have a problem you typically never encounter on Unix. That is how to get a thread to sleep for less than one millisecond. On Unix you typically have a number of choices (sleep, usleep ...
15
votes
4answers
4k views
Is FindFirstChangeNotification the best API to use for file system change notification on windows?
I'm new to windows programming and I'm trying to get notified of all changes to the file system (similar to the information that FileMon from SysInternals displays, but via an API). Is a ...