Results 1 to 7 of 7

Thread: [RESOLVED]Help me ;_; (reasonable question xD)

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    38

    [RESOLVED]Help me ;_; (reasonable question xD)

    VB Code:
    1. FileOpen(1, Mainform.OpenFileDialog1.FileName, OpenMode.Binary)
    2.                 Dim pknameno As Integer = 386
    3.                 Dim nameoff As Long = &H245EEC
    4.                 Dim avec As Byte
    5.                 Dim JJ As String
    6.                 Dim doubled As Long
    7.                 Dim lol As Integer = 12
    8.                 For doubled = 0 To pknameno
    9.                     Seek(1, nameoff + doubled)
    10.                     FileGet(1, avec, nameoff + doubled)
    11.                     JJ = ConvertByte(avec)
    12.                     ComboBox1.Items.Add(JJ)
    13.                 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
    Last edited by Shaneypoo17; Mar 22nd, 2006 at 01:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width