I guess you could get the hwnd of the url editbox using GetDlgItem(), then use SendMessage() to send the WM_KEYDOWN message with the url.

I'm new to api programming so you probably can't do that, but that's my guess.