Mattraks Posted November 30, 2008 Posted November 30, 2008 What I want to do is have an image but encrypted in a file. What I will do is read the data of the file and then decrypt it. I now have the data for the image. What I want to do is to set a control with that data. Is there a way to do this? I'd rather not write it to a file to just quickly delete it as that would be pointless if there is a way to set the image with the data. Thanks in advance.
dbzfanatic Posted November 30, 2008 Posted November 30, 2008 Why not try out zedna's resource UDFs, you might be able to do it with that. Since it's included in the binary data of the exe you might not have to encrypt it at all. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Mattraks Posted December 1, 2008 Author Posted December 1, 2008 Why not try out zedna's resource UDFs, you might be able to do it with that. Since it's included in the binary data of the exe you might not have to encrypt it at all.With that, anyone can get the image from lets say reshacker or something. There's a reason I have it encrypted.
TehWhale Posted December 1, 2008 Posted December 1, 2008 (edited) With that, anyone can get the image from lets say reshacker or something. There's a reason I have it encrypted.What kinda image needs to be that protected? Plus you can't do it. Theres 2 methods Zedna's, and FileInstall. Edited December 1, 2008 by TehWhale
Mattraks Posted December 1, 2008 Author Posted December 1, 2008 What kinda image needs to be that protected? Plus you can't do it. Theres 2 methods Zedna's, and FileInstall. There has to some api that does that. Look at firefox, it stores the data it gets in encrypted files (just for compression) in "C:\Users\(UserName)\AppData\Local\Mozilla\Firefox\Profiles\*.default\Cache"or"C:\Documents and Settings\(UserName)\Local Settings\Application Data\Mozilla\Firefox\Profiles\*.default\Cache"and it somehow sets the image to a control with just the data. It doesn't create any files that are explicit images or html's or php's or whatever.
trancexx Posted December 3, 2008 Posted December 3, 2008 (edited) Search forums with this Keyword: _SetMemoryImageToCtrl Filter by Member Name: ProgAndy Edited December 3, 2008 by trancexx ♡♡♡ . eMyvnE
Mattraks Posted December 4, 2008 Author Posted December 4, 2008 Search forums with this Keyword: _SetMemoryImageToCtrl Filter by Member Name: ProgAndyTHANK YOU SO MUCH!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now