Jump to content

Listview import to webpage


Jayson
 Share

Recommended Posts

Hello guys, I have a Listview with 4 rows and I would like to know how I could import these data to a webpage and then print them out.

Anyone can lead me in the right direction ?

Thank you.

Edited by Jayson
Link to comment
Share on other sites

How about this:

#Include <GuiListView.au3>

_GUICtrlListView_GetItemTextArray($hWnd[, $iItem = -1])

Then take the array values and push them to your form elements with this:

#include <IE.au3>

_IEFormElementSetValue ( ByRef $o_object, $s_newvalue [, $f_fireEvent = 1] )

???

Build your own poker game with AutoIt: pokerlogic.au3 | Learn To Program Using FREE Tools with AutoIt

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...