Hi!
I have an application made in c# which is like a notepad. I was wondering how can I set that when the user in windows right clicks a txt file and selects "open with..." and then my app it loads the file in it. Now it just opens the application without any text in it.
Any ideas?
User Profile
Collapse
-
Open with... C# problem
-
Database problem in C#
I am building an application for a football club with a database and I have this problem:
When I run this, and either add, delete...Code:private void finansijeBindingNavigatorSaveItem_Click(object sender, EventArgs e) { this.Validate(); this.finansijeBindingSource.EndEdit(); this.tableAdapterManager.UpdateAll(this.fudbalski_klubDataSet1); }
No activity results to display
Show More