About 399 results
Open links in new tab
  1. Replace quotation mark from a string. - social.msdn.microsoft.com

    Apr 17, 2008 · Visual Studio Visual Studio Integrate VSIP Program Microsoft .NET Microsoft Azure Connect Forums Blog Facebook LinkedIn Stack Overflow Twitter Visual Studio Events YouTube …

  2. 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 …

  3. Is it possible to name thread if it's created by BackgroundWorker and ...

    Feb 18, 2008 · The thread 0x4ae8 has exited with code 0 (0x0). The thread 0x3f28 has exited with code 0 (0x0). But it's based on hex, it's hard to know which thread/section of code the above referred to. If …

  4. How do I change Serial port RxFIFO buffer size from a c++ application?

    Jul 30, 2013 · This forum covers all standardized languages, extensions, and interop technologies supported by Visual C .12

  5. <Hyperlink>, OnClick event, and changing the NavigateUri

    Sep 23, 2008 · In this example the xaml file points the NavigateUri to a .xaml file but the click event changes it to a .xbap file.

  6. how to: open file and show file name in one textbox and file path in ...

    Apr 18, 2009 · here's my nut for today... i want to open a html file. i need the file name to show in textbox2 and the full file path without file name or extension in textbox3 , while the file content is …

  7. Managed Extensions for C++ to C++/CLI conversion tool

    Apr 8, 2007 · Can you offer services to take existing MC++ code and convert to the new Visual Studio 2005 SP1 C++/CLI syntax ? It seems you have very little interest in helping people like us.

  8. How to read/get the deep hive registry key values of HKLM\SOFTWARE ...

    Aug 24, 2011 · How to read/get the HKLM\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\UNINSTALL (Deep hive) from …

  9. DeleteTree Access Denied exception - social.msdn.microsoft.com

    Jan 2, 2009 · We are using C#.NET 2.0 (Visual Studio 2005) System.DirectoryServices DirectoryEntry class to delete AD user accounts. The method DeleteTree () works fine so long as the user does not …

  10. When to dispose WindowsFormsHost - social.msdn.microsoft.com

    Jul 21, 2008 · When you no longer need the WindowsFormsHost, you could simply remove it from the visual tree, and call its Dispose () method to dispose it. Unfortunately, those operations need to be all …