ie = new TInternetExplorer(NULL);
ie->OnStatusTextChange = IEStatusTextChange;
ie->Visible = true;
ie->Navigate(WideString("http://www.sonystyle.co.kr"));
ie->Free();
'코드' 카테고리의 다른 글
| DoCapture(IHTMLElement *ele, IViewObject2 *vObj, int width, int height, int cwidth, int cheight, int wd, int hd) (0) | 2008.08.19 |
|---|---|
| TShellWindows (0) | 2008.08.19 |
| WebBrowser-Capture (0) | 2008.08.14 |
| IID_IViewObject::Draw (0) | 2008.07.21 |
| ie의 스크롤 영영까지 포함해서 캡쳐하는 팁! (0) | 2008.07.21 |