Hi, how can I make something like this? "ComboBox1.Items.AddRange(My.Settings.account1_username)", that code doest work, but I just want that to add from my.settings.account1_username the username to the combobox list. And if I change the my.setting.account1_username, then in the combobox will it change too. :-|
Since not all computers use the letter C as there drive letter, you could create a class/function to search for a file, or just use my.computer.temp, or something similar to that.
second music reminded me of l.a. noire
TonyJunakVideos 1 month ago
How do you list drive names ?
masteroftheconsoles 7 months ago
why is it showing every drive twice?
someone please reply, this is an old video
TomShloop2 8 months ago
NEW AND WORKING WAY:
CODE:
ComboBox1.Items.AddRange(System.IO.DriveInfo.GetDrives)
bero231 9 months ago
Comment removed
bero231 9 months ago
This has been flagged as spam show
TOO MUCH NICE THIS IS WAT I WAS SEARCHING . CAN U TELL ME FROM WHEREVER I HAVE TO LEARN VISUAL STUDIO 2008 I LIVE IN DELHI
TheMikkimax 9 months ago
TOO MUCH NICE THIS IS WAT I WAS SEARCHING . CAN U TELL ME FROM WHEREVER I HAVE TO LEARN VISUAL STUDIO 2008
TheMikkimax 9 months ago
a lot of that is helpful, but it's not rly what I'm looking for.
How would you add microphone devices to your combobox?
CrazyJ114 1 year ago
stupid music
gongxia649 1 year ago
Hi, how can I make something like this? "ComboBox1.Items.AddRange(My.Settings.account1_username)", that code doest work, but I just want that to add from my.settings.account1_username the username to the combobox list. And if I change the my.setting.account1_username, then in the combobox will it change too. :-|
swc20 1 year ago
Nice vedio
Arjun007ize 1 year ago
i want to show like all the Files in C:/Windows in a listbox, do you know how to?
GuitarGhost123 2 years ago
nice tuturial
stridersp 2 years ago
nice tutorial,
btw, does someone know how to show calendar in a combobox?
fuzzsmear 2 years ago
I think you should try this..
Combobox1.Controls.Add(Calendar)
Calendar.Dock = Fill ..
I hope it helped
Sorry for the late response..
Lokmangv 2 years ago
does someone know howto show all music files from your computer in a listbox??
MEEUWISmedia 2 years ago
Sure its simple/......
For each i In My.Computer.GetFiles("C:\MyMusic"),top rated,extension here"
Listbox1.Items.Add(i)
Lokmangv 2 years ago
Since not all computers use the letter C as there drive letter, you could create a class/function to search for a file, or just use my.computer.temp, or something similar to that.
JoshuaOneHundred 2 years ago
yea that shit dont work i tried everything with this code
xzeater666x 2 years ago
This has been flagged as spam show
@Lokmangv I tried it, VB says it was not correct, but with this code:
For Each i In My.Computer.FileSystem.GetFiles("C:\") ListBox1.Items.Add(i)
Next
And it worked!
loriancoltof 1 year ago
you can upload your videos there on ultralite, or embed them. simple huh?
BlaBlaBlaZ2 2 years ago
you should post your tutorials on the forum- Ultralite, the members would learn something!
BlaBlaBlaZ2 2 years ago
yeah I know but..This is the best way...you can send links to my videos to them..!
Lokmangv 2 years ago