Click here to Skip to main content
15,902,938 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralReading a txt file in textbox from listview Pin
WetRivrRat25-May-05 17:26
WetRivrRat25-May-05 17:26 
GeneralRe: Reading a txt file in textbox from listview Pin
Christian Graus25-May-05 17:38
protectorChristian Graus25-May-05 17:38 
GeneralRe: Reading a txt file in textbox from listview Pin
WetRivrRat26-May-05 2:53
WetRivrRat26-May-05 2:53 
GeneralRe: Reading a txt file in textbox from listview Pin
Dave Kreskowiak26-May-05 3:45
mveDave Kreskowiak26-May-05 3:45 
GeneralRe: Reading a txt file in textbox from listview Pin
Christian Graus26-May-05 11:39
protectorChristian Graus26-May-05 11:39 
GeneralRe: Reading a txt file in textbox from listview Pin
WetRivrRat26-May-05 13:05
WetRivrRat26-May-05 13:05 
GeneralRe: Reading a txt file in textbox from listview Pin
Christian Graus26-May-05 14:14
protectorChristian Graus26-May-05 14:14 
GeneralRe: Reading a txt file in textbox from listview Pin
WetRivrRat26-May-05 15:02
WetRivrRat26-May-05 15:02 
k...
so I'm glad that this has worked for you on your side... currently I must be looking at only the filename and not the fullpath as I get an error stating the file cant be found....multiselect is off and the only reason for the doubleclick is becuase I expect to have massive txt files that I don't want displaying everytime a user hovers over the filename(and I wanted to simulate the process for doubleclicking to open a filefolder,etc, as the expected audience won't understand the single click ).
Good catch on the SelectedItems(0) I removed that from an earlier sub becauase it was restricting me to only the first listing, and I forgot to put it here(was assumeing the same would happen...D'Oh! | :doh: )
The confussion re: the "Tag" was because the editor didn't like the use of 'tag' and that was the error it gave in response to Dave's code
Currently the ListView shows the entire filepath as I was just showing filename, had the same probs having now and used fullpath to test....never changed it.
re: rebuilding paths for executing commands....I can't even get the node text to show in a textbox....I'm feeling like I'm missing the biggest part of my day, like I walked out side with no pants on or something.... why don't they have a "Brain Fart" icon smiley face?


Dim Beautiful As String
Beautiful = "ignorant"
Label1.Text = "The world is full of " & Beautiful & " people."


Why is common sense such an un-common comodity?

GeneralRe: Reading a txt file in textbox from listview Pin
Christian Graus26-May-05 15:07
protectorChristian Graus26-May-05 15:07 
GeneralRe: Reading a txt file in textbox from listview Pin
WetRivrRat26-May-05 15:31
WetRivrRat26-May-05 15:31 
GeneralRe: Reading a txt file in textbox from listview Pin
Christian Graus26-May-05 15:33
protectorChristian Graus26-May-05 15:33 
GeneralRe: Reading a txt file in textbox from listview Pin
Dave Kreskowiak27-May-05 2:14
mveDave Kreskowiak27-May-05 2:14 
GeneralRe: Reading a txt file in textbox from listview Pin
Dave Kreskowiak27-May-05 2:15
mveDave Kreskowiak27-May-05 2:15 
GeneralRe: Reading a txt file in textbox from listview Pin
Christian Graus27-May-05 2:45
protectorChristian Graus27-May-05 2:45 
GeneralConnect to MS Outlook Pin
dw192825-May-05 16:01
dw192825-May-05 16:01 
GeneralRe: Connect to MS Outlook Pin
pfalco26-May-05 10:48
pfalco26-May-05 10:48 
GeneralImages in a Usercontrol Pin
tibmark25-May-05 15:57
tibmark25-May-05 15:57 
GeneralRe: Images in a Usercontrol Pin
Christian Graus25-May-05 16:05
protectorChristian Graus25-May-05 16:05 
GeneralRe: Images in a Usercontrol Pin
tibmark25-May-05 16:18
tibmark25-May-05 16:18 
GeneralRe: Images in a Usercontrol Pin
Christian Graus25-May-05 16:22
protectorChristian Graus25-May-05 16:22 
GeneralRe: Images in a Usercontrol Pin
tibmark25-May-05 16:47
tibmark25-May-05 16:47 
GeneralRe: Images in a Usercontrol Pin
Christian Graus25-May-05 16:49
protectorChristian Graus25-May-05 16:49 
GeneralRe: Images in a Usercontrol Pin
tibmark25-May-05 16:54
tibmark25-May-05 16:54 
GeneralRe: Images in a Usercontrol Pin
Christian Graus25-May-05 17:00
protectorChristian Graus25-May-05 17:00 
GeneralRe: Images in a Usercontrol Pin
tibmark25-May-05 17:21
tibmark25-May-05 17:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.