PDA

View Full Version : Solved: WebBrowser ActiveX Control



Movian
04-25-2011, 11:28 AM
Hi,
quick question. I have a web browser control that i am using to navigate to a page. The page then returns an ID number as part of the URL

EG http://www.url.com/interface.apx?PatientID=123456

I can't seem to find an obvious way to get the browser-control to give me the URL string so that i can pull that ID number out.....

Any suggestions ?

Movian
04-25-2011, 11:39 AM
No sooner do i post the question than i find the answer


MsgBox Me.Browser.LocationURL

Nice of them to make that hard to find and provide no intellisence for it!