ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 how save image and detect

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
masrnet2006 Posted - Nov 11 2013 : 00:22:34
hi
need save image in path network and detect
6   L A T E S T    R E P L I E S    (Newest First)
w2m Posted - Nov 20 2013 : 08:13:17
You can detect if a file was saved by:
iImageEnIO.SaveToFile(iFilename);
if iImageEnIO.Aborting then
  MessageBox(0, PChar('Error saving file ' + iFilename), 'Error', MB_ICONERROR or MB_OK);

William Miller
Adirondack Software & Graphics
Email: w2m@frontiernet.net
EBook: http://www.imageen.com/ebook/
Apprehend: http://www.frontiernet.net/~w2m/index.html
masrnet2006 Posted - Nov 19 2013 : 23:36:25
hi
I need save image in path and detect save or not
xequte Posted - Nov 12 2013 : 02:15:54
Sorry, I'm not following. Do you mean to read an image from file and save it to a database?



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
masrnet2006 Posted - Nov 11 2013 : 22:44:44
hi
I need save image in path and detect save or not to save in database
xequte Posted - Nov 11 2013 : 12:03:36
Hi

If you are trying to create a file/folder in the root of C:\ then you may need admistrator permissions.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
masrnet2006 Posted - Nov 11 2013 : 01:44:48
ex netstr:= CreateDirectory('c:\ha') ;
return to netstr can not create the c:\ha