Fa3hed 0 Newbie Poster

This code will show find dialog in web browser
here is the code

Dim data As DataObject = Clipboard.GetDataObject 'get current clipboard

        Me.WebBrowser1.Document.ExecCommand("Copy", False, Nothing)
        WebBrowser1.Select()
        SendKeys.SendWait("^f")

        Clipboard.SetDataObject(data) 'load previous clipboard back
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.