I am trying to use Option Compare Text in Visual Studio 2008. Can you not use Option Compare Text at the top of the code in Visual C#? It doesn't recognize it.
Thanks for your help!
Thanks for your help!
//Get the name of the link to save string origName = fuImgs.FileName; string linkName = origName.Replace(".JPG", ".lnk");
Comment