User Profile

Collapse

Profile Sidebar

Collapse
pr0g4fun
pr0g4fun
Last Activity: Jul 7 '09, 02:14 PM
Joined: Oct 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pr0g4fun
    started a topic Open with... C# problem

    Open with... C# problem

    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?
    See more | Go to post

  • pr0g4fun
    started a topic Database problem in C#

    Database problem in C#

    I am building an application for a football club with a database and I have this problem:

    Code:
     private void finansijeBindingNavigatorSaveItem_Click(object sender, EventArgs e)
            {
                this.Validate();
                this.finansijeBindingSource.EndEdit();
                this.tableAdapterManager.UpdateAll(this.fudbalski_klubDataSet1);
            }
    When I run this, and either add, delete...
    See more | Go to post
No activity results to display
Show More
Working...