Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

    Dim FilterListBox As ListBox




               SR = FileHandle.OpenText("Calibration.ini")
               HSL_String = SR.ReadToEnd
               SR.Close()

               HSL_Array = HSL_String.Split(";"c)


               For i = 0 To HSL_Array.Length - 1

               ArraySplit = Convert.ToString(HSL_Array(i))
               'MsgBox(ArraySplit)
               FilterListBox.Items.Add(ArraySplit) 'I get error in here, why ?

               Next i 

 

"Object reference is not set to an instance of object"

"Everything should be made as simple as possible, but not simpler."

"It's not that I'm so smart , it's just that I stay with problems longer ."

- Albert Einstein

Posted

Yeah, once again I'm bad with the 'new' things....

 

p.s. I was just wondering if there is a thing you don't actually know in vb.net :D

"Everything should be made as simple as possible, but not simpler."

"It's not that I'm so smart , it's just that I stay with problems longer ."

- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...