Visual Basic - ayuda con vb6

Life is soft - evento anual de software empresarial
 
Vista:

ayuda con vb6

Publicado por Fidel408 (1 intervención) el 29/06/2016 16:10:57
BUENOS DIAS ESTOY HACIENDO UN PROGRAMA EN VB6 DONDE MUESTRO EN UN FORMULARION CON UN WEBBROWSER UNA PAGINA WEB QUISIERA SABER SI ES POSIBLE EXTRAER ALGUNOS DATOS Y MOSTRARLOS EN UNA CAJA DE TEXTO EN MI FORMULARIO DE VB6

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<td class="tit" rowspan="2">Hora</td>
	<td class="tit" rowspan="2">Ref.</td>
	<td class="tit" rowspan="2">Equipo</td>
	<td class="tit" colspan="4">Juego Completo</td>
	<td class="tit" colspan="1">&nbsp;</td>
	<td class="tit" colspan="3">Mitad de Juego (5to.Inning)</td>
	<td class="tit" colspan="1">&nbsp;</td>
	<td class="tit" colspan="1">Si y No</td>
	<td class="tit" colspan="1">Anota 1ro</td>
	<td class="tit" colspan="1">Gran Total</td>
</tr>
<tr >
	<td class="tit" colspan="1">Moneyline</td>
	<td class="tit" colspan="1">Alta/Baja</td>
	<td class="tit" colspan="1">Runline</td>
	<td class="tit" colspan="1">Super Runline</td>
	<td class="tit" colspan="1">&nbsp;</td>
	<td class="tit" colspan="1">Moneyline</td>
	<td class="tit" colspan="1">Alta/Baja</td>
	<td class="tit" colspan="1">Runline</td>
	<td class="tit" colspan="1">&nbsp;</td>
	<td class="tit" colspan="1">1er.Inn.</td>
	<td class="tit" colspan="1">Carreras</td>
	<td class="tit" colspan="1">R+H+E</td>

estos don los datos que quisiera saber si se pueden mostrar y como pueden mostrarce gracias de antemano...
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder