|
-
Jan 22nd, 2002, 05:40 AM
#1
does URL exist?
is there any API call that can check if a URL exists?
-
Jan 22nd, 2002, 07:15 AM
#2
The only way I know of is to type it into the browser and see what happens.
-
Jan 22nd, 2002, 09:51 AM
#3
Junior Member
you can use the Microsoft internet transfer ocx
-
Jan 22nd, 2002, 09:55 AM
#4
Originally posted by Peyote
you can use the Microsoft internet transfer ocx
How will this control VERIFY the existence, or non-existence, of a URL?
-
Jan 22nd, 2002, 10:56 AM
#5
Junior Member
:-)))
go go serge
this is no "Api all the way"...
this is pure MFC
:-)
thumbs up !
;-)
-
Jan 22nd, 2002, 11:08 AM
#6
This is not MFC. It's an API of the wininet.dll.
-
Jan 22nd, 2002, 02:30 PM
#7
Junior Member
:-)
yes, but these two are actualy references to c functions using win32 platform.
kinda like vb creators sed-
though we created a smart vb "String" type for c language operator: "char a[size]"
we were too lazy creating the rest of the optional functions..
this is what the api is all about actualy. heh..
for instance:
whan you are writing a code in c++ (MFC) you are actualy using this exact same function:
InternetOpen(...) (not defining any API's ofcorse cause it allready build in in the #defininitions ;-)
tell me, can you help me?
im the one titled "help help help"
please...
;-)
-
Jan 22nd, 2002, 03:34 PM
#8
It exists in MFC because MS wrapped it into the MFC class.
-
Jan 22nd, 2002, 06:39 PM
#9
Junior Member
exactly what i sed (maby i did not fraze it well - im not very good in english, sorry. :-)
Can you think of a solution for:
http://www.vbforums.com/showthread.p...hreadid=136635
??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|