image rotate ... including URL
Posted: Wed Aug 03, 2011 10:55 pm
Hey there
so .. i know what i want to happen .. i have the layout set up .. pretty simple ..
- 1 picture box (in the about form)
- 1 folder with a number of graphic files
- 1 file containing the name of every file in the folder
what im trying to do .. and figure out the code around, is :
i want the program to look in the folder ex : "My.Application.Info.DirectoryPath & "\Graphics\" and display the pics in picturebox1 .. with a ex. sleep(2000) .. including the URL link to the actual picture showed
So every time the pic in picturebox is refreshed .. so is the clickable link to the actual pic beeing show right now .. so if a person activates the "double click" event on picturebox1, the preffered internet browser is launched with the URL for that link
I have a list of graphics available in the same folder as the pics .. called gfx.txt and my thought was to get the list of pics from that, but im unsure how to get the URL in there too
Any thought on how to do this, or maybe even some lines of code would be greatly appreciated !!
Thank you on beforehand !!
Still learing Visual Basic .. and loveing every minute
so .. i know what i want to happen .. i have the layout set up .. pretty simple ..
- 1 picture box (in the about form)
- 1 folder with a number of graphic files
- 1 file containing the name of every file in the folder
what im trying to do .. and figure out the code around, is :
i want the program to look in the folder ex : "My.Application.Info.DirectoryPath & "\Graphics\" and display the pics in picturebox1 .. with a ex. sleep(2000) .. including the URL link to the actual picture showed
So every time the pic in picturebox is refreshed .. so is the clickable link to the actual pic beeing show right now .. so if a person activates the "double click" event on picturebox1, the preffered internet browser is launched with the URL for that link
I have a list of graphics available in the same folder as the pics .. called gfx.txt and my thought was to get the list of pics from that, but im unsure how to get the URL in there too
Any thought on how to do this, or maybe even some lines of code would be greatly appreciated !!
Thank you on beforehand !!
Still learing Visual Basic .. and loveing every minute
