관리 메뉴

ㄴrㅎnㅂrㄹrㄱi

[LBBROWSE DLL] A Web Browser Control for Liberty BASIC 4 본문

AUTOHOTKEY/유틸리티

[LBBROWSE DLL] A Web Browser Control for Liberty BASIC 4

님투 2007. 10. 23. 11:24
반응형
http://www.autohotkey.com/forum/topic15885.html&highlight=lbbrowse

사용자 삽입 이미지

More information: (some of the info from about.htm, on request)

- IE4AHK.ahk + inc\Gui_IE.ahk + inc\Gui_IEJS.ahk + res\*.*
These scripts and the resources were created by myself. The graphics are quite ugly, I'm no graphics artist.

I did use some system icons and the four-leaf clover avi I found somewhere, cannot find the source. If you oppose this, please contact me. If MS opposes, I do promote your browser with this project Wink, though I must admit I would trade using it for an alternative at any time.

- lbbrowse3.dll
http://www.alycesrestaurant.com/lbbrowse.htm by Alyce Watson.

Legalese:
"lbbrowse3.dll is copyright Alyce Watson, 2005.

lbbrowse3.dll is freeware. You may use it in any application, including commercial products. A credit to the author and a link to the website must be included in your program's documentation or readme file, and in any source code released to the public.

Use this dll at your own risk. The author bears no responsibility for errors that may occur as the result of its use. You may not reverse-engineer this dll. You may not claim it as your own work.

lbbrowse3.dll requires Internet Explorer version 4 or better."

- inc\Data_Integer.ahk
AutoHotkey Documentation: DLLCall() by Chris.

- inc\Gui_Avi.ahk
http://www.autohotkey.com/forum/topic13588.html by daonlyfreez & PhiLho.
http://www.autohotkey.com/forum/viewtopic.php?p=89418#89418 by PhiLho.

Legalese:
http://en.wikipedia.org/wiki/License_of_zlib/libpng

"Parts by Philippe Lhoste <PhiLho(a)GMX.net> http://Phi.Lho.free.fr
File/Project history:
1.00.000 -- 2006/11/13 (PL) -- Creation.
Copyright notice: For details, see the following file:
http://Phi.Lho.free.fr/softwares/PhiLhoSoft/PhiLhoSoftLicence.txt
This program is distributed under the zlib/libpng license.
Copyright (c) 2006 Philippe Lhoste / PhiLhoSoft"

- inc\Gui_GraphicButton.ahk
http://www.autohotkey.com/forum/topic4047.html by corrupt.

- inc\Gui_GraphicMenu.ahk
http://www.autohotkey.com/forum/topic12412.html by majkinetor.

- inc\Gui_GraphicTab.ahk
http://www.autohotkey.com/forum/topic6060.html by Chris.

- inc\Gui_Tooltip4Controls.ahk
http://www.autohotkey.com/forum/topic10317.html by Chris.

---

IE4AHK was coded by daonlyfreez

... but would not have been possible without the enormous efforts of all involved! A big thanks to you all!

And even better:

Unless otherwise stated, all software contained and mentioned and all scripts are free - open source, freeware or free for personal use...
Why pay? ... Enjoy!


LBBROWSE DLL

A Web Browser Control for Liberty BASIC 4


Please read the license and information below before downloading this free browser control.

LBBROWSEDLL.ZIP (28 kb) - Version 1, August 22, 2005.

LBBROWSE2.ZIP (29 kb) - Version 2, February 14, 2006. -- Adds GetURL, GetHistory, Clear History
BROWSEDLL3.ZIP (29 kb) - Version 3, March 5, 2006. -- Adds CanGoBack, CanGoForward

License and Information

LBBROWSE.DLL is copyright Alyce Watson, 2005.

  • LBBROWSE.DLL is freeware. You may use it in any application, including commercial products. A credit to the author and a link to the website must be included in your program's documentation or readme file, and in any source code released to the public.

    Alyce Watson

    [ http://alycesrestaurant.com/]

  • Use this DLL at your own risk. The author bears no responsibility for errors that may occur as the result of its use.
  • You may not reverse-engineer this DLL. You may not claim it as your own work.

LBBROWSE.DLL requires MSIE v4.0 or better.

You may have only one browser control in your LB program. If your program crashes and the DLL is not closed properly, or if you have a problem running the program a second time, close Liberty BASIC before attempting to run it again. It may be necessary to reboot if you have a program crash. Consider using "on error" in your code and calling DestroyBrowser and closing the DLL in the event of an error.

The functions in the "extras" menu of the demo may not all work on earlier versions of Windows, but they will not cause an error if they don't work.

The download file contains a readme.txt file, a sample Liberty BASIC program, and the LBBROWSE.DLL

NOTE

This DLL is not to be confused with the Browser.DLL that was introduced to Liberty BASIC users in 2002 by Doyle Whisenant. The credits for the DLL used by Doyle are as follows:

     Browser.Dll is based on VC++ code by Jeff Glatt 
     but compiled using Lcc-Win32 by 
     Kevin Diggins 12/20/2002
반응형
Comments