Tag Archives: C#
C# OpenFile Dialog Box
OpenFileDialog This allows us to browse and select files on a computer in an application. It can be used with C# code. It displays the standard Windows dialog box. You can either use OpenFileDialog Tool from ToolBox like : Else you can just write a source code for opening a file location and… Read More »
Defining Connection string in Notepad file and common method to connect to multiple databases
The below is a notepad(.ini) file to define the connection string Below is the method to connect to multiple databases
Delete files from particular directory or folder
The source code to show how to delete files from directory or any folder Please Check on the Code below : You can also check here for Copying Files from Source to Destination Path In the below method we can define the number of paths (inside the Folderpaths.ini file) where the directory files are to… Read More »
Copying Files from Source to Destination Path
Copying Files from Source to Destination Path The following is the code to backup files and folders from source to destination path