Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a link to the site which i want to take the table information using VB. this is the site link : http://www.fxstreet.web.id/forex-tools/rate-history-tools/?tf=1d&period=250&pair=usdidr[^]

lets say that i want to take the 1st row of the table information which the html code contain :
XML
<table style='width:100%'  border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
            <tbody>

                        <tr>
                            <th>Tanggal</th>
                            <th>Buka</th>
                            <th>Tertinggi</th>
                            <th>Terendah</th>
                            <th>Tutup</th>
                        </tr>

                        <tr>
                            <td>Jumat, Feb 22 2013, 00:00 GMT</td>
                            <td>9710</td>
                            <td>9710</td>
                            <td>9710</td>
                            <td>9710</td>
                        </tr>



i don't know how to code in VB6.0

please help me
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900