Click here to Skip to main content
15,929,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Big Bug in ComboBox control Pin
rushing25-May-05 22:41
rushing25-May-05 22:41 
GeneralRe: Big Bug in ComboBox control Pin
Christian Graus26-May-05 11:35
protectorChristian Graus26-May-05 11:35 
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 
Well, now that you're awake.........
I tried Dave's code and I can't seem to get it to work.....
1st. not sure if its due to something else higher up in my code or just a miss-spelling but I can't use ListView1.SelectedItem.Tag, as I have to use ".SelectedItems.Tag" after that change I am unable to then use "Tag" as "Tag is not a memeber of System.Windows.Form.ListView.SelectedListViewItemCollection" Confused | :confused:

2nd. since I can't use Tag I looked at what .net says I can use and here are my options:
(Clear, Contains, CopyTo, Count, GetEnumerator, GetType, IndexOf, IsReadOnly, Item.)

Plus like I said last night my ultimate goal is to load this txt file to a RichTextBox placed next to the ListView, so I'm not so concerned with the System.Diag.... since that will open the file in its own program. I'm currently thinking of Streamreader as an option.....


Why is common sense such an un-common comodity?
Dim Beautiful As String
Beautiful = "ignorant"
Label1.Text = "The world is full of " & Beautiful & " people."


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 
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 

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.