0
votes
1answer
78 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_selec …
0
votes
3answers
203 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 th …
0
votes
2answers
65 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 t …
0
votes
1answer
68 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 …
0
votes
0answers
22 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 …
2
votes
2answers
553 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\inc …
0
votes
1answer
45 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 …
0
votes
0answers
228 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 …
1
vote
2answers
339 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 inte …
3
votes
3answers
968 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 …
1
vote
4answers
205 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) whic …
0
votes
1answer
78 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 fact …
0
votes
3answers
126 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 …
2
votes
2answers
246 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 …
0
votes
0answers
31 views
Volume Size on a Quota disk
Can one get the volume total size being a normal user ?
GetDiskFreeSpaceEx does return the Total Number Of Free Bytes but not the Total Bytes.
So the only Total Bytes i get are tho …
