Dear Gentleman, I need Help with 2 problems:
I'd like to understand:
1) How can I declare"For i=0 to infinite" or" i=0 to number of row in a file *.txt"?
2°) How can the code (posted below) works for each row that I create in a customlistview (by "file.txt")? I attached the example's file. I'm blocked... Specifically, I need to understand How can I use "btnsender" with each row? because in this case the btnsender (as string) is the same for each row (the last "stringarray").
thanks for your help...
I'd like to understand:
1) How can I declare"For i=0 to infinite" or" i=0 to number of row in a file *.txt"?
2°) How can the code (posted below) works for each row that I create in a customlistview (by "file.txt")? I attached the example's file. I'm blocked... Specifically, I need to understand How can I use "btnsender" with each row? because in this case the btnsender (as string) is the same for each row (the last "stringarray").
thanks for your help...
Lunch Youtube with string:
Private intento As Intent
intento.Initialize(intento.ACTION_VIEW,btnsender)
intento.SetComponent("com.google.android.youtube/.UrlActivity")
StartActivity(intento)
end sub