Tagged Questions

5
votes
2answers
1k 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 ...
3
votes
2answers
352 views

When do I need the Windows SDK and what is .NET for?

I am a student and after taking some introductory programming courses in Java, C, and just finishing up a book on C++, I would like to start developing applications for Windows. I have done my best ...
2
votes
1answer
41 views

What windows SDK parts are needed to run sn.exe

I want to run sn.exe in order to be able to run a delayed signed project in a server. If I install the whole windows SDK everything runs smoothly, but which exact part of SDK is needed? I am asking ...
1
vote
1answer
221 views

Permcalc.exe for .NET 4.0

Im trying to find the permcalc.exe tool described here: http://msdn.microsoft.com/en-us/library/ms165077(v=VS.90).aspx But i cant find an actual download link. If i open the Windows SDK command ...
1
vote
1answer
168 views

Adding the same filter multiple times to a DirectShow Graph

the problem I have is a bit difficult to explain without first explaining what I'm trying to do so I will start with that. I'm trying to grab samples from multiple video streams using the Sample ...
1
vote
1answer
342 views

Usefull command line tools in .NET Framework/Windows SDK(svcutil.exe, xsd.exe… etc)

As I learn more and more about SV2010 and .NET Framework/Windows SDK, I have the sensation that there are many features that I don't know, and I'm pretty sure that I will not know about them when I ...
1
vote
1answer
432 views

get any UI element's on screen position for any application in windows

is there a way in any programming language, perhaps using the Microsoft SDK, to get the on screen position of UI elements within a window of any application ? If so, could you please provide guidance ...
1
vote
2answers
2k views

How to set amcap's default color space to YUY2?

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 code or ...
0
votes
1answer
49 views

position of a text on windows form

I was wondering if there was a way to get a position on a known text from a window handler pointer ? I am working on a project using C# and .NET and i need to find a position of a given text on its ...