Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2007
    Location
    HeaveN
    Posts
    534

    get the text source

    am i doing it wrong to get the text source and run notepad to view it ?

    Code:
    WebBrowserExtension.Initialize(Web.GetProperties("Web1").WindowHandle);
    textSource = WebBrowserExtension.GetTextSource();
    TextFile.WriteFromTable("C:\\MyFile.txt", textSource, false);
    File.Run("C:\\MyFile.txt", "", "", SW_SHOWNORMAL, false);
    WebBrowserExtension.UnInitialize();

  2. #2
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    I don't remember GetTextSource returning a table?

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    looking at the example, get links and get images return a table, get text returns a string
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. Replies: 33
    Last Post: 02-02-2007, 12:56 PM
  2. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  3. Writing Text to a File
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-22-2003, 02:02 PM
  4. Replies: 1
    Last Post: 05-30-2003, 08:11 AM
  5. HOWTO: Display Conditional Text Based Upon a List Box Selection
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-15-2002, 10:54 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