Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming > Tutorials / Releases
Reload this Page [FLPO] Lbbrowse3.dll - By Request



Tutorials / Releases

This is a discussion about [FLPO] Lbbrowse3.dll - By Request within the Tutorials / Releases section, where you will Any tutorials or releases should be posted here.



Reply
 
LinkBack Thread Tools Display Modes
Old 08-01-2008, 07:43 PM   #1 (permalink)
banned
 
hobdiddy's Avatar
 
Join Date: Dec 2007
Location: Los Angeles, CA
Posts: 785
Reputation: 136
hobdiddy will become famous soon enoughhobdiddy will become famous soon enough
Send a message via AIM to hobdiddy Send a message via MSN to hobdiddy
Default [FLPO] Lbbrowse3.dll - By Request

True AHK Class: Lbbrowse3.dll

This is my instructional tutorial that will explain how I use lbbrowse3 to load an IE window in an Ahk Gui.

Example Lbbrowse3 I – Club Live Selector

Code:
Name = [FLPO] Club Live Selector

CheckForDll:
;=========================================================================
IfNotExist, lbbrowse3.dll
	Goto, Lbbrowse3
LBBHandle := DllCall("LoadLibrary", "str", "lbbrowse3.dll")

CreatGui:
;=========================================================================
Gui,Add,Text,x6 y416,Navigate to |
Gui,Add,Button,gChick x+4 y410, Chicktionary
Gui,Add,Button,gBee x+4 y410, Spelling Bee
Gui,Add,Button,gSlugger x+4 y410, Word Slugger
Gui,Show,w662,%Name%
WinGet,GuiID,ID,%Name%

XIE = 6 ;Browser X
YIE = 6 ;Browser Y
WIE = 650 ;Browser Width
HIE = 400 ;Browser Height
Url = http://www.club.live.com ;Starting Url

DLLCall("lbbrowse3\CreateBrowser","uInt",GuiID,"Int",XIE,"Int",YIE,"Int",WIE,"Int",HIE,"Str",Url,"Int",1)
DllCall("lbbrowse3\EnableBrowser","Int",1)
DllCall("lbbrowse3\ShowBrowser","Int",0)
DLLCall("lbbrowse3\MoveBrowser","Int",XIE,"Int",YIE,"Int",WIE,"Int",HIE)
return

;Games
;=========================================================================
Chick:
Url = http://club.live.com/Pages/Games/GamePlay.aspx?game=Chicktionary&mode=play
DllCall("lbbrowse3\Navigate", "str", Url)
return
Bee:
Url = http://club.live.com/Pages/Games/GamePlay.aspx?game=Spelling_Bee&mode=play
DllCall("lbbrowse3\Navigate", "str", Url)
return
Slugger:
Url = http://club.live.com/Pages/Games/GamePlay.aspx?game=Word_Slugger&mode=play
DllCall("lbbrowse3\Navigate", "str", Url)
return

Lbbrowse3: ;This area will give props to the author of lbbrowse and prompt the user to download the dll if it doesn't exits.
;=========================================================================
msgbox,262180,Start URL,This ahk-script requires lbbrowse3.dll`n`nDownload`n- lbbrowse3.dll`n`nfrom`nhttp://www.alycesrestaurant.com/lbbrowse.htm`n`nLBBROWSE.DLL is copyright Alyce Watson, 2005.`n`nWould you like to download lbbrowse3.dll now?
ifmsgbox,NO
   {
   exitapp
   return
   }
else
   {
   ;run,http://www.alycesrestaurant.com/lbbrowse.htm
   run,http://www.alycesrestaurant.com/zips/browsdll3.zip
   exitapp
   return
   }
return

GuiClose: ;Executes upon closing the Gui.
ExitApp
Basic Controls:
DLLCall("lbbrowse3\CreateBrowser","uInt",GuiID,"In t",XIE,"Int",YIE,"Int",WIE,"Int",HIE,"Str",Url,"In t",1) ;Creates browser, sets, size, location, and starting url.
DllCall("LoadLibrary", "str", "lbbrowse3.dll") ;Nessacary to use lbbrowse3.dll
DllCall("lbbrowse3\ShowStatusbar","Int",0) ;Hide the statusbar.
DllCall("lbbrowse3\Navigate", "str", Url) ;Navigate the internet.
(I'll add some more upon request)

This is a simple script that will show you how to Navigate from one page to another. You can use lbbrowse for many things. One advantage is that this makes everyones display the same since you are creating the browser.
Attached Files
File Type: zip Sources.zip (26.8 KB, 9 views)
__________________
INSTANT PAYOUTS! JOIN TODAY!


thanks R3TLAW
hobdiddy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-01-2008, 07:45 PM   #2 (permalink)
Senior Member
 
BipolarDad's Avatar
 
Join Date: Jun 2008
Location: Chicago, IL
Posts: 479
Reputation: 20
BipolarDad is on a distinguished road
Send a message via AIM to BipolarDad Send a message via MSN to BipolarDad Send a message via Yahoo to BipolarDad
Default

Wow thanks a lot. This is awesome.
__________________

Go Green. Get $30 paypal. Guaranteed to make you live longer.
BipolarDad is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-01-2008, 07:47 PM   #3 (permalink)
banned
 
hobdiddy's Avatar
 
Join Date: Dec 2007
Location: Los Angeles, CA
Posts: 785
Reputation: 136
hobdiddy will become famous soon enoughhobdiddy will become famous soon enough
Send a message via AIM to hobdiddy Send a message via MSN to hobdiddy
Default

i added the sources for download.
__________________
INSTANT PAYOUTS! JOIN TODAY!


thanks R3TLAW
hobdiddy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
flpo, lbbrowse3dll, request


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Request A Sig Phoenix3000 Services 4 06-27-2008 05:33 PM
[Request] TF2 Themed Sig Myrmidont User Requests 5 03-21-2008 06:34 AM
Sig Request! chickenselects Graphics Section 1 02-28-2008 01:43 PM
I have a request. 2+2=OVER9000 Gaming 26 02-12-2008 11:24 AM


Powered by vBulletin
Copyright © 2000-2008 Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.