-
as seen on Developper.com
- Search for 'Developper.com'
En cette fin d'année, la communauté de Developpez.com s'est alliée avec Microsoft France pour relayer une série de questions / réponses sur le développement Windows 7.
A partir d'aujourd'hui, nous poserons une question chaque lundi sur une fonctionnalité propre au développement d'applications Windows…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I try to create a very simple app using windows API.
I've done some small apps in console. This is the first time I do with Win32 apps.
I've searched and found a document from forgers which is recommended in this site. But I try to write very first line:
#include <stdafx.h>
#include <windows…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I don't have an XP machine handy. If I use the Windows API Codepack to do something new to Vista/Win7 (e.g. "TaskDialog") in C#, how does it cope with running on Windows XP machines?
If I use the Codepack, have I effectively made my application only support Vista and later versions of Windows?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I don't have an XP machine handy. If I use the TaskDialog via the Windows API Codepack in C#, how will it look/work on Windows XP machines?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I recently downloaded the Windows API code pack for .net, and seeing there was VB.net examples inside there, I opened them up. Upon building I get a warning that the referenced components 'Core' and 'Shell' could not be found. Looking in the code pack folder I see there are no DLLs at all…
>>> More