¡@

Home 

c# Programming Glossary: files

Create Excel (.XLS and .XLSX) file from C# [closed]

http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp

may not yield much more than what I can achieve with CSV files. I will look more into the 2003 xml format but that also puts.. seems to still only work for the older Excel format .xls files but may be adding support in the future for newer 2007 2010.. use EPPlus which works only for Excel 2007 2010 format files .xlsx files . There are a few known bugs with each library as..

How To: Execute command line in C#, get STD OUT results

http://stackoverflow.com/questions/206323/how-to-execute-command-line-in-c-get-std-out-results

OUT results. Specifically I want to execute DIFF on two files that are programmatically selected and write the results to..

Read/Write 'Extended' file properties (C#)

http://stackoverflow.com/questions/220097/read-write-extended-file-properties-c

to do this EDIT I'll mainly be reading writing to video files AVI DIVX ... c# extended properties share improve this question..

Best practice to save application settings in a Windows Forms Application

http://stackoverflow.com/questions/453161/best-practice-to-save-application-settings-in-a-windows-forms-application

is still not clear to me. c# xml winforms configuration files application settings share improve this question If you work.. to create application settings. Visual Studio creates the files Settings.settings and Settings.Designer.settings that contain..

How does one parse XML files? [closed]

http://stackoverflow.com/questions/55828/how-does-one-parse-xml-files

does one parse XML files closed The default methods for dealing with XML in C# seem.. in my searches. Is there a simpler method of parsing XML files in C# If so what c# xml share improve this question I'd..

How do I convert Word files to PDF programmatically?

http://stackoverflow.com/questions/607669/how-do-i-convert-word-files-to-pdf-programmatically

do I convert Word files to PDF programmatically I have found several open source freeware.. source freeware programs that allow you to convert .doc files to .pdf files but they're all of the application printer driver.. programs that allow you to convert .doc files to .pdf files but they're all of the application printer driver variety with..

How can I detect the encoding/codepage of a text file

http://stackoverflow.com/questions/90838/how-can-i-detect-the-encoding-codepage-of-a-text-file

of a text file In our application we receive text files .txt .csv etc. from diverse sources. When reading these files.. .txt .csv etc. from diverse sources. When reading these files sometimes contain garbage because the files where created in.. reading these files sometimes contain garbage because the files where created in a different unknown codepage. Is there a way..

Generating an Xml Serialization assembly as part of my build

http://stackoverflow.com/questions/134224/generating-an-xml-serialization-assembly-as-part-of-my-build

I can't figure out how to force the SGen task. Delete Files TargetDir TargetName .XmlSerializers.dll ContinueOnError true..

C# - How to get Program Files (x86) on Windows Vista 64 bit

http://stackoverflow.com/questions/194157/c-sharp-how-to-get-program-files-x86-on-windows-vista-64-bit

How to get Program Files x86 on Windows Vista 64 bit I'm using FileInfo System.Environment.GetFolderPath.. System.Environment.SpecialFolder.ProgramFiles @ MyInstalledApp In order to determine if a program is detected.. on x64 Windows Vista the code returns the x64 Program Files folder whereas the application is installed in Program Files..

Print existing PDF (or other files) in C#

http://stackoverflow.com/questions/273675/print-existing-pdf-or-other-files-in-c-sharp

printer HP LaserJet 5M 0 tempFile gsLocation @ C Program Files Ghostgum gsview gsprint.exe gsProcessInfo new ProcessStartInfo..

Sharing sessions across applications using the ASP.NET Session State Service

http://stackoverflow.com/questions/2868316/sharing-sessions-across-applications-using-the-asp-net-session-state-service

VS.80 .aspx Command that would need to be run C Program Files x86 Microsoft Visual Studio 9.0 VC bin aspnet_regsql.exe E ssadd..

Can't get sql server compact 3.5 / 4 to work with ASP .NET MVC 2

http://stackoverflow.com/questions/3223359/cant-get-sql-server-compact-3-5-4-to-work-with-asp-net-mvc-2

the dll's that install in the base 4.0 direction c Program Files Sql Server compact v4.0 to a lib folder in my application. I've.. 3.5 to sp2. I copy the dlls at the base location c Program Files Sql Server compact v3.5 including removing and readding the.. folders to the bin folder of your ASP.NET app C Program Files Microsoft SQL Server Compact Edition v4.0 Private UPDATE Use..

Reading csv file

http://stackoverflow.com/questions/3507498/reading-csv-file

links informations MSDN Read From Comma Delimited Text Files in Visual Basic MSDN TextFieldParser Class Because TextFieldParser..

What static analysis tools are available for C#? [closed]

http://stackoverflow.com/questions/38635/what-static-analysis-tools-are-available-for-c

Windows SDK and after installation can be found in Program Files Microsoft SDKs Windows v7.1 Bin FXCop FxCopSetup.exe Clocksharp..

How do I get the path of the assembly the code is in?

http://stackoverflow.com/questions/52797/how-do-i-get-the-path-of-the-assembly-the-code-is-in

MbUnit Gui Environment.CurrentDirectory gives c Program Files MbUnit System.Reflection.Assembly.GetAssembly typeof DaoTests..

Developing Internet Explorer Extensions?

http://stackoverflow.com/questions/5643819/developing-internet-explorer-extensions

True EmbedInteropTypes HintPath C Program Files x86 Microsoft Visual Studio 9.0 Common7 IDE PrivateAssemblies.. In the Debug tab set Start External Program to C Program Files x86 Internet Explorer iexplore.exe In the Debug tab set Command.. Events tab set Post build events command line to C Program Files x86 Microsoft SDKs Windows v7.0A Bin NETFX 4.0 Tools x64 gacutil.exe..

How to associate a file extension to the current executable in C#

http://stackoverflow.com/questions/69761/how-to-associate-a-file-extension-to-the-current-executable-in-c-sharp

emeditor.txt shell open command @ C Program Files EmEditor EMEDITOR.EXE 1 HKEY_CLASSES_ROOT emeditor.txt shell..