About 15,300 results
Open links in new tab
  1. How to install .vsi file? - social.msdn.microsoft.com

    Mar 15, 2007 · Thanks for the correct file association for the .vsi. That's a huge leap forward. When I now associate the .vsi's with either of the vscontentinstaller executables - at least I can …

  2. Saving a wav file in sqlsever - social.msdn.microsoft.com

    Nov 19, 2005 · a few years down the road when you begin to reach storage limits of the physical database files. The practical solution is to generate a filename and store that to the database …

  3. What is an "Application Reference"? - social.msdn.microsoft.com

    Jan 14, 2006 · The file in the Start menu used to launch an application installed with ClickOnce is of type "Application Reference". Where can I find more information about that file type? Is it …

  4. Search a .dmp file - social.msdn.microsoft.com

    May 27, 2008 · Are you sure it is a text file with line delimiters in it? It probably is. ... You can create this file easily by running an app and dumping the memory to a file.

  5. static lib with .pch file - social.msdn.microsoft.com

    Oct 7, 2010 · Question 0 Sign in to vote hi i am using visual studio 2008 (c++ express edition )i have generated code to handle xml parsing and i am trying to use this code in my project so i …

  6. download file with VBA - social.msdn.microsoft.com

    Aug 23, 2012 · i need to download a csv file from a website which needs log-in, is there any possibility to do it with VBA?

  7. Creating an .SLN File for an Existing Project

    Create a new project. After you type in a name, check the options for setting the base solution folder. Create a new solution and set the folder. You can then add existing projects with File …

  8. xap file path - social.msdn.microsoft.com

    Jun 8, 2010 · You want to access the xml file and keep it inside the xap. I, too, am able to access it just fine at runtime using XDocument.Load (relativePath), but I haven't gone over to VS2010 …

  9. Decode a wave File - social.msdn.microsoft.com

    Sep 1, 2013 · Sir,I want to decode a wave file,put the wave data in notepad or Listbox.from the given decoded data we encode and create some changes and lastly play the sound.How can …

  10. Storing/retrieving key-value pairs in RESX file

    I don't want to hardcode the token/replacement value pairs in my code so I thought a good place to keep them would be a RESX file. I created a new RESX file in the App_GlobalResources …