Lock file using below command:
Winforms
To install MinGW, follow these steps:
-
Download MinGW:
- Go to the MinGW website: MinGW — Minimalist GNU for Windows.
- Look for the "Downloads" section and download the installer appropriate for your system (32-bit or 64-bit).
-
Run the Installer:
This is windows youtube video Downloader. This is first version:Â
You can download from here:
First open the application in visual studio and click on Build menu then drop down list will be appeared. Now click on publish [application name]Â
 Click on New and click on Folder if you wish to publish the application as a folder.
 This code worked for me:
This my Fully working coder i have used in my project
 In Controller Write this view and function:
Here we will run vlc player. It is my working codeÂ
SerialPortCL.cs
To solve this issue ,In visual Studio go to project menu and click on project properties under Platform target
and uncheck the Prefer-32-bit.
After that rebuild the project and run the application.
public void CreateGraph(ZedGraphControl zg1, SQLiteConnection mbConnection)
{
zg1.GraphPane.CurveList.Clear();
Console.WriteLine("Just Click on Humidity");
GraphData sd = new GraphData();
sd.getGraphData(mbConnection);
// List<Double> valueList = new List<Double>(sd.dateHumidity.Values);
// List<string> keyList = new List<string>(sd.dateHumidity.Keys);
/* for (int i = 0; i < sd.x.Count; i++)
{
pList.Add(sd.x[i], sd.y[i]);