Ycsoftware.net
Menu
  • Databases
    • MySQL
    • MS SQL Server
    • Foxpro
  • Programming
    • .NET
    • C#
    • Drupal
    • Java
    • PHP
    • Javascript
  • System Administration
    • Hardware
    • Linux
    • MAC
    • Virtual Servers
    • VMWARE
    • Servers
    • VirtualBox
  • Web Design
    • CSS
    • Flash
    • HTML
    • SEO
  • Other
  • Contact Us
    • About Us

Category : C#

C#, Csharp

Multithreading Resources C#

  • December 15, 2011

Multi-threading is a very interesting and challenging concept. It can take a while to master but when mastered it can be extremely useful. Information about multi-threading are so fragmented out there that it is not … Read more

    • C#
    • Programming

Execute DOS From Windows Applications (C#)

  • October 18, 2010
  • 3 comments

Sometimes it is convenient to execute a dos script command from a windows application.  If you use C# doing so is not a big deal here is a sample code that should help execute or calling … Read more

    • C#
    • Programming

Launch Microsoft Access From C# Using Automation

  • August 2, 2010
  • 2 comments

First I am assuming that all you need to do is open an Access document from your C# application.  When you click a button or initiate a new event, you want to open an Access … Read more

    • C#
    • Programming

Disable Form Resize (visual studio)

  • July 12, 2010

The answer is  : FormBorderStyle ( a Property of the form) Property Value Type: System.Windows.Forms.FormBorderStyle Reference : http://msdn.microsoft.com/en-us/library/system.windows.forms.form.formborderstyle(VS.90).aspx

    • C#
    • Programming

Property or indexer cannot be assigned to — it is read only

  • June 30, 2010

When trying to set up a property variable let’s say “Properties.Settings.Default.YcsoftwareDb = DbLocation.FileName” for example you may get the error message: “Property or indexer cannot be assigned to — it is read only”. To fix … Read more

    • C#
    • Programming
« Older Posts

Search