VB Code:
FileOpen(1, Mainform.OpenFileDialog1.FileName, OpenMode.Binary) Dim pknameno As Integer = 386 Dim nameoff As Long = &H245EEC Dim avec As Byte Dim JJ As String Dim doubled As Long Dim lol As Integer = 12 For doubled = 0 To pknameno Seek(1, nameoff + doubled) FileGet(1, avec, nameoff + doubled) JJ = ConvertByte(avec) ComboBox1.Items.Add(JJ) Next doubled
theres the code... now what i need... is someone to make it so that it makes it display 12 letters on each combo box line instead of displaying one letter on each line... thanx in advance
--Shaneypoo17




Reply With Quote