Joe Strazzere - All Things Quality

Visit my new blog at http://strazzere.blogspot.com/


December 1, 2005 - WinTask - UrlGetLocation

Posted in WinTask

'
' UrlGetLocation -
'

' Author: Joe Strazzere

'


'UrlGetLocation(
'  LPCTSTR pszURL)


dim ptr1 as unsigned
dim ptr2 as unsigned

ptr1=allocate(255)
ptr2=allocate(255)

pokestring(ptr1,"http://joe:password@www.mysite.com:8080/dir/index.html#the+location",1)

ptr2=External("shlwapi.dll", "UrlGetLocationA", ptr1)

 

msgbox(peekstring$(ptr2))


<- Last Page :: Next Page ->

About Me

A gathering place for information and ideas about Quality Assurance, Testing, and other useful topics.

Problems cannot be solved by the same level of thinking that created them. - A. Einstein

Search This Site

Translate This Site

RSS Feed

Subscribe

Twitter

@jstrazzere

Categories

Life
QA
Sports
Tools
WinTask
Work in General

What I'm Reading Now