Tag Archives: array

How do I populate a ComboBox in vb.net (visual studio 2008) with .txt file?

Question by WisoBe: How do I populate a ComboBox in vb.net (visual studio 2008) with .txt file? Hello, I would like to populate a combobox in vb.net with a .txt file. Unfortunately I don’t know how to do this. The … Continue reading

Posted in Vb.net File | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

C Programming: How to store info from text file into array?

I have a text file of following format that I need to store in array. StudentID FirstName 1031 Kelly 1052 Ryan 2012 Taylor 1821 Katharine 1963 Michael Preferably, I want to store into a 2-D array, but one dimensional may … Continue reading

Tagged , , , , , , , | Leave a comment

where can i find a sample wsdl file containing array of strings as input?

I want to create a web service with array of string as input and need a sample wsdl file for the same.

Tagged , , , , , , , | Leave a comment