Ciao a tutti,
sono alle prime armi ,quindi conosco pochissimo di VB6,ma voglio imparare,
dovrei visuallizzare in un Datagrid, tutte le estrazioni del lotto e di tutte le ruote,
questa è la struttura dei dati,mi date una mano da dove cominciare,grazie.
Public Type STRUCT_RUOTA
aNum(1 To 5) As Byte
End Type
Public Type STRUCT_DATA_ESTR
nNumEstr As Integer
gg As Integer
mm As Integer
aa As Integer
End Type
Public Type STRUCT_ESTRAZIONE
idEstr As Long
DataEstr As STRUCT_DATA_ESTR
aRuote(1 To 11) As STRUCT_RUOTA
End Type
[img=http://s4.postimage.org/62flckdg/Test.jpg]