Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RanbeerSingh

  1. RanbeerSingh

    ListBox issue in VB2010

    I'm sorry It was my mistake. When I was putting data in 'Perameter' variable. I was using Perameter(i) = lstPoints.Items(i).ToString I change it with Perameter(i) = lstPoints.Items(i).SubItems(0).Text It's working fine Thank you for your valuable advices.
  2. RanbeerSingh

    ListBox issue in VB2010

    1,2. Variable 'Perameter' is a Public variable. When I open a file total values saves in 'Perameter'(array). Perameter(0) = "Input-1" Perameter(1) = "Input-2" Perameter(2) = "Input-3" Perameter(3) = "Input-4" Perameter(4) = "Input-5" Perameter(5) = "Input-6" InputHistorypoint(b) =...
  3. RanbeerSingh

    ListBox issue in VB2010

    Hi All I am using a listbox and want to display a variable arrays value in listbox. Public InputHistorypoint(256), Perameter(0-600) As String Dim b as integer Public addrs, InputNO as integer For b = 0 To InputNO - 1 InputHistorypoint(b) = Perameter((addrs + 4) + b)...

Part and Inventory Search

Back
Top