0
votes
0answers
21 views
Unmasking a password field in windows.
I know there are many 3rd party applications that provide this functionality. I'm wondering how they work.
Is it not simply enough to just send the EM_SETPASSWORDCHAR message to the passworded …
0
votes
1answer
101 views
Programmatically select files using C#
When the user selects file(s) or/ and folder(s) , I want to know the names of the selected file(s) or/and folder(s) programmatically.
I think that if I send the message lvm_selected to the explorer …
0
votes
3answers
274 views
VC++ compiler for Qt Creator
Hi,
I want to use the VC++ toolset to build programs for XP and Vista, but I do not want to buy the IDE, because I want to use Qt Creator.
I would download the Windows SDK and the Windows Debugging …
0
votes
2answers
93 views
How to integrate MSDN Library, SQL Server Books Online, and Windows SDK Help?
The Short Version:
I want a single, comprehensive MSDN Library, up-to-date and integrated with F1 help in all Microsoft development tools.
The Long Version:
There are at least three products that …
0
votes
1answer
82 views
Windows Server 2003 platform SDK
Hello everyone,
I am using Windows Server 2003 x64 Enterprise with SP2 and I want to install platform SDK.
But all I find is from here, and it is called Windows® Server 2003 SP1 Platform SDK. I am …
0
votes
1answer
286 views
How does WINVER or WIN32_WINNT affect operating system version as shown by dumpbin
We have an existing (old) codeline that we have recently converted from VC6 to VS2008 (converting to VS2005 along the way). After our conversion, all (or most) of our vcproj files set WINVER to …
2
votes
2answers
813 views
WindowsSdkDir is not set correctly in Visual Studio 2008?
I'm attempting to build some C++ code that requires the Windows 7.0 SDK header files and libraries. My VC++ Directories is set to:
$(VCInstallDir)include
$(VCInstallDir)atlmfc\include
…
0
votes
0answers
26 views
Video recording problems on Vista Business using Windows SDK
Has anybody encountered problems with camera recording to wmv file format on Vista Business x64 using Windows SDK? I am using a Logitech quickcam 9000 pro webcam and aparently the resulting video is …
0
votes
1answer
55 views
Windows Media Services 2008 Programming
Hi All,
I'm looking in to Windows Media Services 2008 development. I've been able to set it up and create a publish point using Server Manager in Win 2008. But what I really want to do is to do this …
1
vote
2answers
400 views
How to set amcap’s default color space to YUY2?
Hi,
AMcap is a app for capturing video or to preview from webcam. Its source code comes with Microsoft Windows SDK as sample.
I want to (bypass the following process of user interaction in amcap …
3
votes
3answers
1k views
How to get the Windows SDK folder in MSBuild?
What would be the way to retrieve the Windows SDK folder in an MSBuild task?
Using the generateBootstrapper task I'm creating a bootstrapper for my setup to be able to install the pre-requisites. …
1
vote
4answers
217 views
Suitable alternative to CryptEncrypt
We have a situation in our product where for a long time some data has been stored in the application's database as SQL string (choice of MS SQL server or sybase SQL anywhere) which was encrypted via …
0
votes
1answer
82 views
Windows 7 SDK RC & Beta version
Dear All,
I've download Windows 7 SDK which was downloaded at the time of the beta release. Now I upgraded to RC and trying with some Direct2D samples. But I can't create the factory pointer using …
2
votes
2answers
279 views
When do you need the Windows SDK for MSBuild?
I'm setting up my first build server for .NET 3.5 projects, and found this interesting line in the MSBuild log after a successful build of a simple test application:
Could not locate the expected …
0
votes
3answers
136 views
where is Pktextract.exe installed?
I have Visual Studio 2008 and the Windows SDK for Windows Server 2008 and .NET Framework 3.5
installed. I believe that is the latest platform SDK.
I'm trying to build a signed dll to be installed in …
