No announcements
Found 2701208 threads
-
2 Votes
how to delete images from folder which are not in the database
= arr[j].ToString()) { del.Add(arrays[j].ToString()); } else { } ...Answered | 2 Replies | 537 Views | Created by Fresherss - Monday, February 23, 2015 2:59 AM | Last reply by Youjun Tang - Tuesday, February 24, 2015 10:15 AM -
0 Votes
Access app pull images from Image folder
Add, Update, Delete, Make Table.Answered | 1 Replies | 1036 Views | Created by rsg37043 - Wednesday, May 25, 2016 1:06 PM | Last reply by SClark_EasyBins - Wednesday, May 25, 2016 4:48 PM -
0 Votes
Retrieve image from folder and assigned to image control?
Just change the path to the image to match your location which sounds like is coming from the database.Answered | 4 Replies | 5986 Views | Created by Sivakanth trichy - Tuesday, March 8, 2011 1:27 PM | Last reply by Sheldon _Xiao - Thursday, March 17, 2011 7:54 AM -
1 Votes
display images from the folder
no folder contains only 4 images i dont knw y its creating 5 li and 5th li it shows empy bcoz folder consists only 4 imagesAnswered | 10 Replies | 2545 Views | Created by SSmadhu - Sunday, June 24, 2012 6:33 AM | Last reply by Stanav - Monday, June 25, 2012 2:25 PM -
1 Votes
How to delete all the image files inside a folder present on a server?
There is no reason to create any code from your description thus far.Answered | 2 Replies | 1539 Views | Created by Raj190 - Thursday, June 7, 2012 11:13 AM | Last reply by Kris444 - Thursday, June 7, 2012 11:21 AM -
0 Votes
Delete images from UseImageLocation location
Other than that, my code deletes any images that are older than 5 minutes from the current time.Answered | 2 Replies | 7437 Views | Created by bullpit - Monday, December 15, 2008 1:20 PM | Last reply by bullpit - Wednesday, December 17, 2008 2:50 PM -
2 Votes
How to delete "Users Folders" from the Home...
If not, the user has no permission to delete these folders.Answered | 6 Replies | 12919 Views | Created by Roshall - Thursday, February 4, 2010 7:17 PM | Last reply by Sagastume - Thursday, February 23, 2012 1:35 PM -
0 Votes
Delete all the files from folder
Spunny : Back up your folders and try this below which deletes main folder and sub folders..Answered | 6 Replies | 2586 Views | Created by Spunny - Thursday, February 20, 2014 3:57 AM | Last reply by Venkat786 - Thursday, February 20, 2014 3:37 PM -
0 Votes
Access images from project folder
Hi check the following link You can get arround ...Answered | 1 Replies | 1780 Views | Created by SheikAbdullah - Friday, February 10, 2012 6:02 AM | Last reply by Rajpura Mayank - Friday, February 10, 2012 6:24 AM -
0 Votes
How to display images from folder
Developing apps (C#/C++/VB) You can get the list of files in a folder with StorageFolder.Answered | 2 Replies | 1493 Views | Created by Machine7 - Friday, July 26, 2013 1:22 AM | Last reply by Machine7 - Friday, July 26, 2013 11:21 AM -
0 Votes
Hello :) , Resize Image from Folder
http://www.beansoftware.com/ASP.NET-Tutorials/Resize-All-Images-In-Folder.aspx Thanks, ...Answered | 3 Replies | 4376 Views | Created by GigiCS - Wednesday, August 11, 2010 10:24 AM | Last reply by arijit.chatterjee.live - Thursday, March 8, 2012 6:01 PM -
0 Votes
Job to delete images from website
If you are storing the image files in storage blob, you can refer to the following article that shows how to create a simple app, upload it as a webjob to do the ...Answered | 2 Replies | 690 Views | Created by Rajib Mandal - Thursday, June 18, 2015 3:14 PM | Last reply by Rajib Mandal - Monday, June 22, 2015 10:43 AM -
5 Votes
Can not delete corrupted folder
$Db = Get-SPContentDatabase -WebApplication "http://SharePointApp/" $Db.Repair($true) #Changed to true to repair content Database After this permissions was ...Answered | 8 Replies | 16374 Views | Created by Victor_Gorshkov - Tuesday, December 28, 2010 1:56 PM | Last reply by User895 - Monday, August 24, 2015 2:11 PM -
0 Votes
How to map to the images folder in project
Getting File not found exception Images.Add("Delete", Image.FromFile(My.Application.Info.DirectoryPath & ...Answered | 9 Replies | 3746 Views | Created by VijayPrativadi - Tuesday, August 2, 2016 1:43 PM | Last reply by Paul P Clement IV - Tuesday, August 2, 2016 6:17 PM -
1 Votes
Image ina folder or in a database
From a performance perspective, you're generally better off using blob storage.Answered | 2 Replies | 4419 Views | Created by marck68 - Monday, April 16, 2012 6:56 AM | Last reply by RickNZ - Wednesday, April 25, 2012 3:55 AM -
0 Votes
Delete Packages in MSDB Folder Store
I test in TEST and need to delete the TEST folder later.Answered | 4 Replies | 2906 Views | Created by ansonee - Friday, September 6, 2013 3:00 PM | Last reply by ansonee - Sunday, September 22, 2013 7:39 AM -
0 Votes
Copy image file(.jpg) from a folder
I want to copy all the images from that folder and paste those onto a word file.Answered | 1 Replies | 681 Views | Created by JO_LO - Wednesday, April 29, 2015 2:37 PM | Last reply by Starian chen - Thursday, April 30, 2015 5:54 AM -
0 Votes
read a jpeg images from a folder which contains all image formats and save that jpeg image in a new folder/location
copy [source folder \ *.*] [target folder] e.g. copy C:\temp\images\*.jpg D:\TargetFolder\Answered | 3 Replies | 439 Views | Created by Rohini Kamaraj - Thursday, February 25, 2016 6:20 AM | Last reply by Ashidacchi - Thursday, February 25, 2016 11:04 AM -
0 Votes
Delete a folder from a collection in TFS Preview
To delete/edit version control items, you need to client tool like team explorer connect to TFSP, then delete the folder in client, at last chek in ...Answered | 1 Replies | 1881 Views | Created by Carl Tierney - Saturday, August 18, 2012 10:00 PM | Last reply by Lily_Wu - Monday, August 20, 2012 2:43 AM -
2 Votes
How to delete the Folder from sql server 2008
Hi Prasad, You need to add the following command at the end of your code to Delete the folder after deleting the files.Answered | 8 Replies | 24819 Views | Created by SAAD's - Tuesday, July 6, 2010 4:55 AM | Last reply by Chris_Frederick - Wednesday, January 14, 2015 6:36 PM - Items 1 to 20 of 2701208 Next ›
No announcements