C++Builder Programming Forum
C++Builder  |  Delphi  |  FireMonkey  |  C/C++  |  Free Pascal  |  Firebird
볼랜드포럼 BorlandForum
 경고! 게시물 작성자의 사전 허락없는 메일주소 추출행위 절대 금지
C++빌더 포럼
Q & A
FAQ
팁&트릭
강좌/문서
자료실
컴포넌트/라이브러리
메신저 프로젝트
볼랜드포럼 홈
헤드라인 뉴스
IT 뉴스
공지사항
자유게시판
해피 브레이크
공동 프로젝트
구인/구직
회원 장터
건의사항
운영진 게시판
회원 메뉴
북마크
볼랜드포럼 광고 모집

C++빌더 Q&A
C++Builder Programming Q&A
[5515] [질문] 인터넷땜시.......
정현 [] 2719 읽음    2001-02-16 13:47
네비게이트를 사용하란 말에.. 사용을 했는데...
자꾸...
cannot convert 'char*' to 'wchar_t*'
이런 말이 나와요...
뭐가 잘못되서 그런말이 나오는지 모르겠어요..... 솔찍히.. 네비게이트를 사용하질 못하겠어요..
그래서요... 




Navigates to a resource identified by a path name or URL.

void __fastcall Navigate(BSTR URL, TVariant* Flags=TNoParam(), TVariant* TargetFrameName=
TNoParam(), TVariant* PostData=TNoParam(), TVariant* Headers=TNoParam());

Description

Use Navigate to locate and download a specific resource. Navigate can send an HTTP message to a specified URL and display the results or simply display the results of a specified file.

URL specifies the UNC path name of a file or the Uniform Resource Locator of an Internet resource that the Web browser should display.

Flags is a set of values that specify whether to add the resource to the history list, whether to read from or write to the cache, and whether to display the resource in a new window. It can be a sum of zero or more of the following:

Constant    Value    Meaning

navOpenInNewWindow    1    Open the resource or file in a new window.
navNoHistory    2    Do not add the resource or file to the history list. The new page replaces the current page in the list.
navNoReadFromCache    4    Do not read from the disk cache for this navigation.
navNoWriteToCache    8    Do not write the results of this navigation to the disk cache.
navAllowAutosearch    16    If the navigation fails, the Web browser attempts to navigate common root domains (.com, .edu, and so on). If this still fails, the URL is passed to a search engine.

TargetFrameName is the name of the frame in which the resource will be displayed, or NULL if the resource should not be displayed in a named frame.

PostData contains the data sent to the server when using Navigate to generate an HTTP POST message. If PostData is NULL, Navigate generates an HTTP GET message. PostData is ignored if URL does not specify an HTTP URL.

Headers contains any headers sent to the servers when the URL represents an HTTP URL. HTTP headers specify such things as the intended action required of the server, the type of data, and so on. (See TWebRequest object, whose properties represent many of the more common headers).

Note:    To navigate to a location that can뭪 be expressed as an URL (for example, to an item identifier list), use the Navigate2 method instead.

이게.. 도움말에서 본 글이거든요... 그런데.. 도저히 감이 안잡혀서....
네비게이트 어케 사용해요?

+ -

관련 글 리스트
5515 [질문] 인터넷땜시....... 정현 2719 2001/02/16
5518     Re:[질문] 인터넷땜시....... 임승균.조로 2705 2001/02/16
Google
Copyright © 1999-2015, borlandforum.com. All right reserved.