Proph Posted August 29, 2012 Posted August 29, 2012 Is it possible to create a Facebook Like button to put in my GUI so that when clicked it will Like my fan page? Thanks!
Unc3nZureD Posted August 29, 2012 Posted August 29, 2012 (edited) 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 August 29, 2012 by Unc3nZureD
hannes08 Posted August 29, 2012 Posted August 29, 2012 _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]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now