Click here to Skip to main content
15,896,606 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Coordinate System Pin
Dave Kreskowiak18-Jul-07 11:37
mveDave Kreskowiak18-Jul-07 11:37 
AnswerTHE RULES Pin
leckey17-Jul-07 11:22
leckey17-Jul-07 11:22 
AnswerRe: Coordinate System Pin
Paul Conrad17-Jul-07 13:06
professionalPaul Conrad17-Jul-07 13:06 
Questionparadox files Pin
jds120717-Jul-07 4:33
jds120717-Jul-07 4:33 
AnswerRe: paradox files Pin
_Damian S_17-Jul-07 13:46
professional_Damian S_17-Jul-07 13:46 
GeneralRe: paradox files Pin
jds120718-Jul-07 3:26
jds120718-Jul-07 3:26 
GeneralRe: paradox files Pin
_Damian S_18-Jul-07 14:16
professional_Damian S_18-Jul-07 14:16 
QuestionOutputting file from Selected Listview Subitem Pin
uneasyrider17-Jul-07 4:28
uneasyrider17-Jul-07 4:28 
I have a Listview that is populated with information from a database using a datareader. What I'm looking to do is allow the user to select a particular row in the list and output one of the subitems to a simple text file. I'm not sure how to pull or format the subitem though and what properties to use. Any help would be appreciated!! Here is the code I used to populate the listview.

Do While hl7reader.Read

                tmp1 = hl7reader("FROM_WHOM")
                tmp2 = hl7reader("FROM_TERM")
                tmp3 = hl7reader("CRE_TIMESTAMP")
                tmp4 = hl7reader("PATIENT_NO")
                tmp5 = hl7reader("APPC_DATA")

                Dim str(5) As String
                Dim itm As ListViewItem
                str(0) = tmp1
                str(1) = tmp2
                str(2) = tmp3
                str(3) = tmp4
                str(4) = tmp5
                itm = New ListViewItem(str)
                ListView1.Items.Add(itm)

            Loop

AnswerRe: Outputting file from Selected Listview Subitem Pin
uneasyrider17-Jul-07 4:50
uneasyrider17-Jul-07 4:50 
QuestionMy structure don't work!!!! Pin
BThunder17-Jul-07 4:24
BThunder17-Jul-07 4:24 
AnswerRe: My structure don't work!!!! Pin
Dave Kreskowiak17-Jul-07 4:43
mveDave Kreskowiak17-Jul-07 4:43 
GeneralRe: My structure don't work!!!! Pin
BThunder17-Jul-07 4:49
BThunder17-Jul-07 4:49 
GeneralRe: My structure don't work!!!! Pin
BThunder17-Jul-07 7:35
BThunder17-Jul-07 7:35 
GeneralRe: My structure don't work!!!! Pin
Dave Kreskowiak17-Jul-07 8:30
mveDave Kreskowiak17-Jul-07 8:30 
Questionaccess function on form [modified] Pin
Tom Deketelaere17-Jul-07 4:23
professionalTom Deketelaere17-Jul-07 4:23 
AnswerRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:28
mveDave Kreskowiak17-Jul-07 4:28 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 4:32
professionalTom Deketelaere17-Jul-07 4:32 
GeneralRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:33
mveDave Kreskowiak17-Jul-07 4:33 
AnswerRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:32
mveDave Kreskowiak17-Jul-07 4:32 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 4:35
professionalTom Deketelaere17-Jul-07 4:35 
GeneralRe: access function on form Pin
Dave Kreskowiak17-Jul-07 4:49
mveDave Kreskowiak17-Jul-07 4:49 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 4:56
professionalTom Deketelaere17-Jul-07 4:56 
GeneralRe: access function on form Pin
Tom Deketelaere17-Jul-07 5:03
professionalTom Deketelaere17-Jul-07 5:03 
QuestionAudio File (Wave file) Splitting & Merging in Vb .Net Pin
amiashu17-Jul-07 2:55
amiashu17-Jul-07 2:55 
QuestionHow to control my Application to use not more then 10 % of CPU Pin
Rizwan Bashir17-Jul-07 2:02
Rizwan Bashir17-Jul-07 2:02 

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.