اجرای مرورگر فایل :$su -#nautilus
Math Parser
This program is a simple calculator with a math parser class which is written in c# .here is the code or this is another link to download.and recently I submitted the code here.
[Read More]
How to print datagridview
here is the c# code which really helps you.
Demand note database application
this application was written in Farsi language.here is the C# code plus its compiled files.I used access database.here is the screenshots:
[Read More]
How to use an sql query result
using System; using System.Data; using System.Data.SqlClient; /// /// Demonstrates how to work with SqlConnection objects /// class SqlConnectionDemo { static void Main() { // 1. Instantiate the connection SqlConnection conn = new SqlConnection( "Data Source=(local);Initial Catalog=Northwind;Integrated Security=SSPI"); SqlDataReader rdr = null; try { // 2. Open the connection conn.Open(); //...
[Read More]