본문 바로가기
코드

TInternetExplorer

by umaking 2008. 8. 14.

    ie = new TInternetExplorer(NULL);
    ie->OnStatusTextChange = IEStatusTextChange;
    ie->Visible = true;
    ie->Navigate(WideString("http://www.sonystyle.co.kr"));
    ie->Free();