336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Process.Start(new ProcessStartInfo("explorer.exe", "\"" + @"http://mhchoi8423.tistory.com/" + "\""));
출처 : http://stackoverflow.com/questions/14585709/openning-a-url-containing-a-query-string
'Programming > C#' 카테고리의 다른 글
How to: Determine Which .NET Framework Versions Are Installed (0) | 2015.02.05 |
---|---|
Lazy Initialization (0) | 2015.02.05 |
String.IsNullOrEmpty 와 String.IsNullOrWhiteSpace 차이점 (0) | 2015.02.05 |
도대체 Context 가 무슨 뜻이지? (1) | 2015.02.05 |
WebBrowser 컨트롤에서 Navigate 메소드 이용시 Post 데이터를 넘기는 방법 (0) | 2015.02.05 |