Re: Problem with Image Loading (General questions)
I tried this but it didn't work, and yes I encrypted it with wodCrypt comp.
crypt.Optimized = True
Dim in_blob As New MemBlob
Dim out_blob As New MemBlob
crypt.Type = CryptoTypes.AES256
crypt.Padding = CryptoPadding.PadPKCS7
crypt.SecretKey = MySecretKey
in_blob.FromFile(System.AppDomain.CurrentDomain.BaseDirectory & Grassy.jpg.enc )
crypt.Decrypt(in_blob, out_blob )
Dim Img As Image
Img = Image.FromStream(out_blob )
PictureBox1.Image = Img
any other ideas ?
Thanks,
Mav
Complete thread:
- Problem with Image Loading - Maverick5, 2006-05-17, 03:26
- Re: Problem with Image Loading - wodAlan, 2006-05-17, 09:12
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 09:33
- Re: Problem with Image Loading - wodAlan, 2006-05-17, 09:43
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 09:49
- Re: Problem with Image Loading - wodSupport, 2006-05-17, 10:23
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 11:00
- Re: Problem with Image Loading - wodSupport, 2006-05-17, 14:33
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 22:07
- Re: Problem with Image Loading - wodSupport, 2006-05-17, 22:12
- Re: Problem with Image Loading - wodSupport, 2006-05-18, 00:48
- Re: Problem with Image Loading - Maverick5, 2006-05-18, 01:19
- Re: Problem with Image Loading - wodSupport, 2006-05-18, 01:24
- Re: Problem with Image Loading - Maverick5, 2006-05-18, 01:32
- Re: Problem with Image Loading - wodSupport, 2006-05-22, 00:51
- Re: Problem with Image Loading - wodDrazen, 2006-05-22, 10:17
- Re: Problem with Image Loading - Maverick5, 2006-05-22, 12:52
- Re: Problem with Image Loading - wodDrazen, 2006-05-22, 10:17
- Re: Problem with Image Loading - wodSupport, 2006-05-22, 00:51
- Re: Problem with Image Loading - Maverick5, 2006-05-18, 01:32
- Re: Problem with Image Loading - wodSupport, 2006-05-18, 01:24
- Re: Problem with Image Loading - Maverick5, 2006-05-18, 01:19
- Re: Problem with Image Loading - wodSupport, 2006-05-18, 00:48
- Re: Problem with Image Loading - wodSupport, 2006-05-17, 22:12
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 22:07
- Re: Problem with Image Loading - wodSupport, 2006-05-17, 14:33
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 11:00
- Re: Problem with Image Loading - wodSupport, 2006-05-17, 10:23
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 09:49
- Re: Problem with Image Loading - wodAlan, 2006-05-17, 09:43
- Re: Problem with Image Loading - Maverick5, 2006-05-17, 09:33
- Re: Problem with Image Loading - wodAlan, 2006-05-17, 09:12