Click here to Skip to main content
15,923,015 members
Home / Discussions / C#
   

C#

 
GeneralRe: Familiarizing with c# classes .... Pin
Alvaro Mendez17-Feb-05 15:01
Alvaro Mendez17-Feb-05 15:01 
GeneralRe: Familiarizing with c# classes .... Pin
Christian Graus17-Feb-05 11:24
protectorChristian Graus17-Feb-05 11:24 
GeneralRe: Familiarizing with c# classes .... Pin
Igor Vigdorchik17-Feb-05 13:44
Igor Vigdorchik17-Feb-05 13:44 
GeneralUser Control Event confusion! Pin
elf2317-Feb-05 10:24
elf2317-Feb-05 10:24 
GeneralRe: User Control Event confusion! Pin
Rob Graham17-Feb-05 10:48
Rob Graham17-Feb-05 10:48 
GeneralBorders Pin
Esmo200017-Feb-05 8:56
Esmo200017-Feb-05 8:56 
Generalopening a URL Pin
dwark10617-Feb-05 8:39
dwark10617-Feb-05 8:39 
GeneralRe: opening a URL Pin
ACorbs17-Feb-05 14:39
ACorbs17-Feb-05 14:39 
<br />
			System.Diagnostics.ProcessStartInfo pi =new System.Diagnostics.ProcessStartInfo(this.website.Text);<br />
			System.Diagnostics.Process p = new System.Diagnostics.Process();<br />
			p.StartInfo = pi;<br />
			p.Start();<br />

This works as long as it starts with www or http://. However, this is open to exploitation, so filtering may be in order.

Also, website is a textbox.
GeneralRe: opening a URL Pin
Yulianto.17-Feb-05 14:43
Yulianto.17-Feb-05 14:43 
GeneralRe: opening a URL Pin
BH Serpa17-Feb-05 21:03
BH Serpa17-Feb-05 21:03 
GeneralRe: opening a URL Pin
dwark10618-Feb-05 5:27
dwark10618-Feb-05 5:27 
GeneralArrays in app.config Pin
Anonymous17-Feb-05 8:20
Anonymous17-Feb-05 8:20 
GeneralRe: Arrays in app.config Pin
turbochimp19-Feb-05 21:05
turbochimp19-Feb-05 21:05 
GeneralDependent libraries ... Pin
vchedalla17-Feb-05 6:06
vchedalla17-Feb-05 6:06 
GeneralRe: Dependent libraries ... Pin
S. Senthil Kumar17-Feb-05 6:56
S. Senthil Kumar17-Feb-05 6:56 
GeneralRe: Dependent libraries ... Pin
vchedalla17-Feb-05 7:02
vchedalla17-Feb-05 7:02 
GeneralRe: Dependent libraries ... Pin
S. Senthil Kumar17-Feb-05 8:44
S. Senthil Kumar17-Feb-05 8:44 
GeneralRe: Dependent libraries ... Pin
vchedalla17-Feb-05 9:13
vchedalla17-Feb-05 9:13 
GeneralRe: Dependent libraries ... Pin
Rob Graham17-Feb-05 10:54
Rob Graham17-Feb-05 10:54 
GeneralRe: Dependent libraries ... Pin
vchedalla17-Feb-05 11:02
vchedalla17-Feb-05 11:02 
GeneralRe: Dependent libraries ... Pin
Rob Graham17-Feb-05 12:06
Rob Graham17-Feb-05 12:06 
GeneralRe: Dependent libraries ... Pin
leppie17-Feb-05 23:04
leppie17-Feb-05 23:04 
Generaltest Pin
vchedalla17-Feb-05 6:03
vchedalla17-Feb-05 6:03 
GeneralRe: test Pin
leppie17-Feb-05 7:58
leppie17-Feb-05 7:58 
GeneralRe: test Pin
Dave Kreskowiak17-Feb-05 8:05
mveDave Kreskowiak17-Feb-05 8:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.