Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2007
    Location
    Missouri, United States
    Posts
    476

    Lightbulb FREE DLL: GetHTML

    GetHTML has only 1 function, and that is to allow you to download the source html for any givin webpage. It outputs to the system's temporary folder so this shouldn't be a problem for vista system's. Then simply parse the information as you normally would in AMS. [Example Provided]

    -Statement's-
    This is actually a dll I made the other day for an action plugin I'm currently working on, although the dll itself is only a small piece of the plugin I had actually never intended to release the dll seperately, or with an apz preview of one thing the plugin will be capable of with this dll. But hey wth here it is anyway's Enjoy m8's

    -Function's-
    GetHTML(url)

    -Calling Method-
    String

    [Example]
    Code:
    url = Web.GetURL("Web1");
    gHTML = DLL.CallFunction("AutoPlay\\Docs\\getHTML.dll", "GetHTML", "\""..url.."\"", DLL_RETURN_TYPE_STRING, DLL_CALL_STDCALL);
      if gHTML == "OK" then
        --do something here
      else
        --do something else here
      end
    -Note's-
    The included apz example is just one way in which the new action plugin will utilize this dll. In this example using the dll and a little code we are able to extract the page title from the html and use it for creating page history.
    Attached Files
    Last edited by TimeSurfer; 04-29-2008 at 10:58 PM.

  2. #2
    Join Date
    May 2006
    Posts
    94
    Thanks!!!
    I'm waiting for this action plugin

  3. #3
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    The year, 2004...

    http://www.indigorose.com/forums/sho...1&postcount=11

    Just another example of the gold you can find if you mine this forum.

  4. #4
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    Quote Originally Posted by Vancete View Post
    Thanks!!!
    I'm waiting for this action plugin


    Even if I love DLL's, It could be done easier. I LOVE TimeSurfers DLL's, So don't think I'm trolling or derailing his thread by posting this.

    You know the drill.

    XML file goes in AutoPlay Media Studio 7.0/Data/Actions
    Lua file gets pasted in the bottom of AutoPlay Media Studio 7.0/Data/Includes/_notification_messages.lua

    It doesn't need a DLL.
    Attached Files

  5. #5
    Join Date
    Aug 2008
    Posts
    2

    how can i get the source html into string

    I dont understand How to use gHTML.
    How can i store the html source in text string.
    Please help...

Similar Threads

  1. Best way to share custom buttons with the group?
    By mwreyf1 in forum AutoPlay Media Studio 6.0
    Replies: 10
    Last Post: 04-28-2010, 01:29 PM
  2. Free ActiveX (dll file ) with 1000+ properties & functions
    By CrazyFrog in forum AutoPlay Media Studio 6.0
    Replies: 13
    Last Post: 10-14-2007, 08:23 AM
  3. ANSI To UNICODE Is Finished!
    By coderanger in forum AutoPlay Media Studio 6.0
    Replies: 7
    Last Post: 08-13-2007, 09:27 AM
  4. Free DLL: Popup Message DLL
    By mz241508 in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 07-06-2007, 10:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts