Stereotypical "read a book" I'm afraid : )
"...even though i dont have that much time." - No advice for that. You get back what you put in, just like everything else in life.
Stereotypical "read a book" I'm afraid : )
"...even though i dont have that much time." - No advice for that. You get back what you put in, just like everything else in life.
Last edited by abuckau907; 04-26-2013 at 02:12 PM.
'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
--
@OP If you're only uploading an image, maybe upload it to a public image hosting service and then just post the link in here.
(as "bb code" ie. [ I M G ] h t t p : / / w w w . somesite . com / yourimage . jpg [ / I M G ] without spaces of course)
- I use tinypic , has worked well so far. or https://www.google.com/#q=Free+image+hosting
'Some things that can be counted, don't matter. And some things that matter, can't be counted' - A.E.
--
If you added the files via openfiledialog that file is going to exist, unless when you run it and the file is not there, then you could execute the code where the file doesn't exist.
About the image, add a imagelist and set the listview smallimageindex to the imagelist that you've added. Then, on the open event, you'll just need to populate the imagelist.imagesCode:If My.Computer.FileSystem.FileExists(ListView1.FocusedItem.Text) Then Shell(ListView1.FocusedItem.Text) 'Shell also have additional parameters if you want a few more options Else Label1.Text = ListView1.FocusedItem.Text & " does not exist" End If
Last edited by DawgiiStylz; 04-26-2013 at 05:14 PM.
//Approved