Jump to content

Autoplay Media Studio Google Arama


kingeser

Recommended Posts

Eğer inputa metni yazıp entera basınca arama yapmasını istiyorsanız Input'un On Key Evresine:

if e_Key == 13 then
sUrl = Input.GetText(this)
File.OpenURL("http://www.google.com.tr/search?hl=tr&source=hp&q=" .. sUrl, SW_MAXIMIZE)
end[/CODE]

Buttonla yapmak istiyorsanız:

[CODE]sUrl = Input.GetText("Input1")
File.OpenURL("http://www.google.com.tr/search?hl=tr&source=hp&q=" .. sUrl, SW_MAXIMIZE)[/CODE]

Link to comment
Share on other sites

  • 2 hafta sonra ...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...