About 3,470 results
Open links in new tab
  1. Prerequisites to Develop .NET 3.0 code? - social.msdn.microsoft.com

    Mar 20, 2007 · I know that I need the .NET 3.0 framework, and the Visual Studio 2005 Extensions (WWF, WCF & WPF), but it also looks like I need the Windows SDK for Vista and .NET 3.0 (big …

  2. '_MIN': identifier not found using VC9 - social.msdn.microsoft.com

    Apr 10, 2008 · i noticed that #ifndef _MAX has been removed from xutility ( C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility ) which were present in xutility (C:\Program Files\Microsoft …

  3. Generate XML Documentation using MSBuild /property

    Apr 24, 2007 · I expected the /p oc parameter to override the settings in the csproj file and generate the XML output. The /p:nowarn parameter worked as I expected. I do not see /doc:XMLComments.xml …

  4. Convert dic to txt - social.msdn.microsoft.com

    Mar 20, 2012 · Question 0 Sign in to vote Is there a code sample or free program on how to convert *.dic to *.txt file Monday, February 2, 2009 9:05 AM

  5. Type <Form>.<DatasetName> is not defined

    Apr 4, 2012 · Gallery MSDN Library Forums Get started for free Type <Form>.<DatasetName> is not defined Archived Forums 421-440 > Visual Basic

  6. Convert Text using readline to sentence casing or upper case.

    Jan 1, 2013 · Visual Studio Visual Studio Integrate VSIP Program Microsoft .NET Microsoft Azure Connect Forums Blog Facebook LinkedIn Stack Overflow Twitter Visual Studio Events YouTube …

  7. Consuming Web Service with Base64 authentication

    Sep 8, 2009 · I need to call a web service from .Net and the web service is authenticted through Base64 authentication.

  8. MFC CPrintDlg not working well after Windows10 Anniversary Update

    Nov 17, 2016 · My MFC application's printing dialog (derived from CPrintDlg) does not receive the WM_INITDIALOG message so OnInitDialog is not called. This happens only on Win10 after …

  9. Static constructor is called only once when Nunit same test method is ...

    Nov 9, 2015 · I have a static constructor in my code, in which I am creating an instance of a class. When I attach with Nunit to debug my testcase, for the first time static constructor is called and test method …

  10. Capture Key Presses in Windows - social.msdn.microsoft.com

    Dec 29, 2006 · Hello, I would like to build an app that acts similar to ALT+TAB (a key combination causes a form to pop up, hide the form when the keys arent held down anymore) and I'm just …