Navigate to page : Process « Development Class « C# / C Sharp






Navigate to page

        

using System;
using System.Collections.Generic;
using System.Text;
using System.Diagnostics;
using System.Windows.Forms;
using System.Text.RegularExpressions;
using System.IO;
using System.Drawing.Imaging;
using System.Reflection;

namespace SuchSofts.OpenImage.Lib.Operation
{
    internal class CommonOperations
    {
        public static void Navigate(string page)
        {
            try
            {
                Process.Start(page);
            }
            catch (Exception ex)
            {
                MessageBox.Show("An error occured while loading " + page + "\nDetails: " + ex.Message, Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Error);
            }
        }

    }
}

   
    
    
    
    
    
    
    
  








Related examples in the same category

1.Get current Process Name
2.Start And Kill Process
3.Running another program from your own.
4.CloseMainWindow,WaitForExit
5.Enum Modules For Pid
6.Build up a list of the running processes
7.Input Output:Starting ProcessesInput Output:Starting Processes
8.Redirecting Process OutputRedirecting Process Output
9.Detecting Process CompletionDetecting Process Completion
10.Get Process propertyGet Process property
11.Get ThreadsGet Threads
12.List ProcessList Process
13.List ThreadsList Threads
14.Listing all threads for a process inn a ListView
15.Start Process With File name
16.Create Process As User
17.Open Url In Browser
18.Browse a folder
19.Start and kill process (2)
20.Find Media Center Process
21.Launches the winsat program