Jump to content

Create a Facebook Like Button in GUI


Proph
 Share

Recommended Posts

Maybe you could take a picture of that Like button, so you woun't put any text but a pic at the button.

$Button1 = GUICtrlCreateButton("", 176, 88, 75, 25, $BS_BITMAP)
GUICtrlSetImage(-1, @ScriptDir & "+1.bmp", 0)

If they press it then you just Activate this command:

_RunDos("start Http://like_page_of_your_facebook.com")

[Please have a look at the help file for includes]

Edited by Unc3nZureD
Link to comment
Share on other sites

_RunDos("start Http://like_page_of_your_facebook.com")

You can also use ShellExecute() instead or _RunDos() command. It doesn't need an include and doesn't start a DOS box (in the back).
Regards,Hannes[spoiler]If you can't convince them, confuse them![/spoiler]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...