Windows Forms Articles (32) - Page 2

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

32 records found.
 
BangaruBabu
Windows Setup and Deployement Using Visual Studio - PART - 2 
Last updated on: 22 Jun 2010 10:48:49 PM by BangaruBabu | Views: 36851 | Category: Windows Forms |
Votes: 5 | Rating: 5 out of 5
Here I explained the step by step procedure to deploy windows application by extending PART - 1 of this Article
BangaruBabu
Windows Setup And Deployement Using Visual Studio - PART 1 
Last updated on: 22 Jun 2010 10:49:51 PM by BangaruBabu | Views: 17334 | Category: Windows Forms |
Votes: 6 | Rating: 5 out of 5
Abstract: In this article, I am going to explain setup and deployment procedure in windows project by using visual studio. To demonstrate this article I took small Merlin.acs [.acs=Agent character structured storage file] COM Component and teddy Bear Database Manips in my Windows Project. Finally I will give total roundtrip for Setting up and deployment of windows Project. I divided this article into two Parts. In this part, I explained total development procedure in windows and C# by utilizing COM Components and Database Manipulations Using ms access.
Muhilan
How to call C# function from VB.Net? 
Last updated on: 11 Jun 2010 01:58:17 AM by Muhilan | Views: 53395 | Category: Windows Forms |
Votes: 3 | Rating: 4.33 out of 5
To Call C# function from VB.Net.
Muhilan
StopWatch Application using C# 
Last updated on: 04 Jun 2010 11:02:20 AM by Muhilan | Views: 49522 | Category: Windows Forms |
Votes: 2 | Rating: 4 out of 5
In this article explains you how to create Stopwatch Application using C#.
Muhilan
How to create a Text-to-Speech application using VB.NET with Visual studio 2008? 
Last updated on: 03 May 2010 02:11:59 PM by Muhilan | Views: 89055 | Category: Windows Forms |
Votes: 5 | Rating: 4.8 out of 5
This article shows to you , how to creating a Text-to-Speech application using VB.Net with Visual Studio 2008.
Muhilan
Hash Algorithm in .Net 
Last updated on: 23 Apr 2010 02:40:58 PM by Muhilan | Views: 17432 | Category: Windows Forms |
In this article you will learn about the hash algorithm and types are available in .Net.
Muhilan
How to create a key in the registry using C#? 
Last updated on: 22 Apr 2010 01:53:43 PM by Muhilan | Views: 44056 | Category: Windows Forms |
Votes: 4 | Rating: 5 out of 5
In this article, I will be explain How to create a key in the registry using C#?
  • Abhisek
    Working with different dialog controls in VB.NET 
    Last updated on: 12 Oct 2009 02:23:25 AM by Abhisek | Views: 11729 | Category: Windows Forms |
    This article describes how to work with different dialog controls in VB.NET with code and detailed description.
    Bubbly
    Multiple Document Interface (MDI) Form 
    Last updated on: 24 Sep 2009 07:44:31 AM by Bubbly | Views: 16405 | Category: Windows Forms |
    This article describes sample usage of MDI form.
    Initiotech
    Working with the FlowLayout Panel 
    Last updated on: 21 Sep 2009 12:38:55 PM by Initiotech | Views: 33664 | Category: Windows Forms |
    This Article will explain how to work with the FlowLayoutPanel control which is new in the DotNet Framework 2.0
    Initiotech
    Using the FileSystem Watcher Class in Winforms 
    Last updated on: 22 Sep 2009 05:08:32 PM by Initiotech | Views: 13364 | Category: Windows Forms |
    The Article explains the usage of FileSystemWatcher class in winforms for logging Deleting,Renaming,Modifications of files.
    Initiotech
    Runtime Adding and Removing of Controls in Winforms 
    Last updated on: 22 Sep 2009 12:14:38 PM by Initiotech | Views: 22181 | Category: Windows Forms |
    Votes: 1 | Rating: 5 out of 5
    The Article will explain how to Add and remove controls from the Windows Forms during the Runtime.
    Initiotech
    Minimizing Other Windows From DotNet Application 
    Last updated on: 22 Sep 2009 12:25:58 PM by Initiotech | Views: 12734 | Category: Windows Forms |
    The article will make use of the API " ShowWindow " from the user32 Dll and allow users to Minimise,Maximize and manuplate other windows from your DotNet Application
    Initiotech
    IMEI-Validator in VB.NET 
    Last updated on: 16 Sep 2009 02:08:31 PM by Initiotech | Views: 17483 | Category: Windows Forms |
    This article will explain how to validate a valid IMEI number of a mobile phone through VB.NET.
    Syedshakeer
    How to display records as First-Next-Previous-Last in a Textboxes using Windows Application? 
    Last updated on: 25 Aug 2009 06:01:05 PM by Syedshakeer | Views: 19691 | Category: Windows Forms |
    In this article you will know how to display records in a textboxes as First,Next,Previous and Last records