combobox hlp
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
So, you essentially, you have a text file on the internet, and you want to read it and post the text in order into a combobox?
If my combobox code did not work use the streamreader but use my downlaodfile code, downlaod the file, read it with the streamreader and add the items to the textbox and if you dont want the file to be saved to the computer delete it when you're finished. You have all code in this thread already.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
2cool4cereal2 wrote:So, you essentially, you have a text file on the internet, and you want to read it and post the text in order into a combobox?yes
smashapps wrote:If my combobox code did not work use the streamreader but use my downlaodfile code, downlaod the file, read it with the streamreader and add the items to the textbox and if you dont want the file to be saved to the computer delete it when you're finished. You have all code in this thread already.
we cant streamread a file on the internet its IO
Find my programs on Softpedia
You use a webclient or computer.network to download the file, read the file that is now stored locally and then you can delete the file.
My name is Tom | Visit my blog where I post new content every day! Tom's Daily Blog | MineCraft is awesome!
smashapps wrote:You use a webclient or computer.network to download the file, read the file that is now stored locally and then you can delete the file.i think this cant be done , i will just make a updater to update the textfile and i will place the text file with the app
thanks XDDD :ugeek:
Find my programs on Softpedia
Copyright Information
Copyright © Codenstuff.com 2020 - 2023