Posts by Blendsoft
47 posts total, newest first.
Listview subitems addin Visual Basic Programming - whenever you click on add button, it sets "count" to 0 so you must use FOR function like this:
on error resume next
ListView1.Items.Add("1")
ListView1.Items(ListView1.Items.Count - 1).SubItems.Add("2")
LGetting listview subitem text [solved]in Visual Basic Programming - For each lstItem as ListViewItem in ListView1.SelectedItems
msgbox(lstItem.Subitems(5).text)
NextNeed code for buttonin Visual Basic Programming - for enter, use keydown event.
Private Sub Textbox1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Textbox1.KeyDown
If e.KeyCode = Keys.Enter Then
'do eventFinding desktop path [solved]in Visual Basic Programming - Not every PC has C as System drive (My system drive is G: for example)
Maybe this helps:
My.Computer.FileSystem.SpecialDirectories.Desktop
?[LEECHED] S0aps Text2IMG - "S0ap" proof your source codes!in Visual Basic Programming - Jason I fully agree with you.
(sry for short posts but i just have to say that :D )
Showing the 5 most recent posts.