vb.net == c sharp 웹브라우징코드 VC/VC.NET/Cs

2007/05/21 00:03

http://blog.naver.com/suvisor/40037802140

블링크 :프로그래밍 좋아해

textbox - name : tbURL
button - name : btnBrowse
webrowser - name : webBrowser
 
VB.NET 소스
private sub btnBrowse_click(byval sender as system.object, byval e as system.eventargs) handles btnBrowse.click
webBrowser.navigate(tbURL.text)
end sub
 
C#소스
private void btnBrowse_Click(object sender,system.EventArgs e){
object notUsed = null;
webBrowser.Navigate(tbURL.Text,ref notUsed,ref notUsed, ref notUsed, ref notUsed);
}



Posted by 후니 유

댓글을 달아주세요:: 스팸은 정중히 사절합니다.


BLOG main image
Cr4cK th3 W0Rld by 후니 유

1,251,804


Today : 139
Yesterday : 227
hit counters

카테고리

전체보기 (806)
Etc (246)
Hacked Brain (280)
My Project (32)
데일리 (22)
운영체제 (31)
프로그래밍 (92)
Securities (27)