This snippet paste the URL from the clipboard and retrieves the title of the web page using Curl.
[codesyntax lang=”cpp”]
void grailsGenFrame::OnmenOpt1Selected(wxCommandEvent& event) { string buf = ""; buf = cus.clipUrl(); }
[/codesyntax]
Mr. Arch Brooks, Software Engineer, Brooks Computing Systems, LLC authored this article.