AfricaDotNet
www.AfricaDotNet.com Continues the .NET Conversation in Africa
All Tags » Byte » VB.NET (RSS)

Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
  • Today's Byte #4

    If you need to restart your .NET application, there are a number of ways to do it. The most commonly ised is to programatically kill the process and then start it, using the System.Diagnosics.Process class. A better way is to use the lesser know System.Windows.Forms.Applciation.Restart() method. The...
    Posted to General (Forum) by Rad on 10-07-2009
  • Today's Byte #1 : Form Management

    In the lifetime of your application you undoubtedly create several forms and present them to the user. The code will invariably look as follows: In C# 1: //Create the form 2: Form f = new FormUser(); 3: //Show the form 4: f.Show() In VB.NET 1: 'Create the form 2: dim f = new FormUser() 3: 'Show...
    Posted to General (Forum) by Rad on 05-20-2009
Page 1 of 1 (2 items)
(c) AfricaDotNet
Powered by Community Server (Non-Commercial Edition), by Telligent Systems