Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1295 | Oct 14,2002 02:34 AM UTC | Oct 14,2002 07:46 AM UTC | WinForms | 1 |
![]() |
Tags: FAQ |
private void button1_Click(object sender, System.EventArgs e) { System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName = @"iexplore.exe"; proc.StartInfo.Arguments = @"C:\ColorPicker.htm"; proc.Start(); }
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.