Click here to Skip to main content
15,885,366 members
Home / Discussions / C#
   

C#

 
GeneralRe: Secure storage Pin
L Viljoen25-Jul-10 21:34
professionalL Viljoen25-Jul-10 21:34 
GeneralRe: Secure storage Pin
harold aptroot25-Jul-10 9:42
harold aptroot25-Jul-10 9:42 
GeneralRe: Secure storage Pin
L Viljoen25-Jul-10 20:57
professionalL Viljoen25-Jul-10 20:57 
GeneralRe: Secure storage Pin
harold aptroot26-Jul-10 2:48
harold aptroot26-Jul-10 2:48 
GeneralRe: Secure storage Pin
L Viljoen26-Jul-10 3:33
professionalL Viljoen26-Jul-10 3:33 
GeneralRe: Secure storage Pin
harold aptroot26-Jul-10 3:37
harold aptroot26-Jul-10 3:37 
GeneralRe: Secure storage Pin
L Viljoen26-Jul-10 3:51
professionalL Viljoen26-Jul-10 3:51 
AnswerRe: Secure storage Pin
Luc Pattyn25-Jul-10 10:38
sitebuilderLuc Pattyn25-Jul-10 10:38 
if you have the image as a byte array, there are at least two Bitmap constructors that might help you:

1.
one takes a stream, any stream, so store the bytes in a MemoryStream and take it from there (don't forget to "rewind" your stream, i.e. position it at zero after writing it)

2.
another takes an IntPtr to the raw data. This needs unsafe code, and/or fixed, and/or GCHandle.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


NewsRe: Secure storage Pin
L Viljoen26-Jul-10 3:50
professionalL Viljoen26-Jul-10 3:50 
Questiondifferent between card reader to usb using c# Pin
noamtzu0024-Jul-10 23:33
noamtzu0024-Jul-10 23:33 
AnswerNobody ?? Pin
noamtzu0026-Jul-10 23:04
noamtzu0026-Jul-10 23:04 
QuestionHow to get event sender Pin
treuveni24-Jul-10 22:52
treuveni24-Jul-10 22:52 
AnswerRe: How to get event sender Pin
OriginalGriff24-Jul-10 23:54
mveOriginalGriff24-Jul-10 23:54 
GeneralRe: How to get event sender Pin
treuveni25-Jul-10 0:32
treuveni25-Jul-10 0:32 
GeneralRe: How to get event sender Pin
OriginalGriff25-Jul-10 0:52
mveOriginalGriff25-Jul-10 0:52 
GeneralRe: How to get event sender Pin
DaveAuld25-Jul-10 1:13
professionalDaveAuld25-Jul-10 1:13 
GeneralRe: How to get event sender Pin
OriginalGriff25-Jul-10 1:27
mveOriginalGriff25-Jul-10 1:27 
GeneralRe: How to get event sender Pin
treuveni25-Jul-10 1:23
treuveni25-Jul-10 1:23 
GeneralRe: How to get event sender Pin
OriginalGriff25-Jul-10 1:29
mveOriginalGriff25-Jul-10 1:29 
AnswerRe: How to get event sender Pin
Mycroft Holmes25-Jul-10 14:47
professionalMycroft Holmes25-Jul-10 14:47 
QuestionInstall SQL Server 2008 R2 Express in one installation file Pin
bonzaiholding24-Jul-10 22:27
bonzaiholding24-Jul-10 22:27 
AnswerRe: Install SQL Server 2008 R2 Express in one installation file Repost Pin
Richard MacCutchan25-Jul-10 1:40
mveRichard MacCutchan25-Jul-10 1:40 
Answercross-post Pin
Luc Pattyn25-Jul-10 2:18
sitebuilderLuc Pattyn25-Jul-10 2:18 
AnswerRe: Install SQL Server 2008 R2 Express in one installation file Pin
PIEBALDconsult25-Jul-10 4:43
mvePIEBALDconsult25-Jul-10 4:43 
AnswerRe: Install SQL Server 2008 R2 Express in one installation file Pin
Stoffy197225-Jul-10 7:27
Stoffy197225-Jul-10 7:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.