hello.
I try to make a web browser with DesktopX builder.
I want to add one search box for wikipedia.
I don't understand how to create a like towards the page
I would like to make a link as that:
(http://the_site)+(text in listbox)
I use this script:
Function Object_OnLButtonUp(x,y,dragged)
If dragged = False Then
DesktopX.ScriptObject("wiki_Browser").Control.Navigate2
DesktopX.ScriptObject("???????").Control.Text
End If
End Function
thank you