Click here to Skip to main content
15,902,002 members
Home / Discussions / C#
   

C#

 
AnswerRe: How do I store two int values into one DWORD, and then convert it to a 4 byte array? Pin
BobJanova7-Aug-11 23:12
BobJanova7-Aug-11 23:12 
GeneralRe: How do I store two int values into one DWORD, and then convert it to a 4 byte array? Pin
stephen.darling8-Aug-11 4:45
stephen.darling8-Aug-11 4:45 
GeneralRe: How do I store two int values into one DWORD, and then convert it to a 4 byte array? Pin
stephen.darling8-Aug-11 5:28
stephen.darling8-Aug-11 5:28 
GeneralRe: How do I store two int values into one DWORD, and then convert it to a 4 byte array? Pin
BobJanova8-Aug-11 7:30
BobJanova8-Aug-11 7:30 
AnswerRe: How do I store two int values into one DWORD, and then convert it to a 4 byte array? Pin
Matt Meyer8-Aug-11 6:55
Matt Meyer8-Aug-11 6:55 
GeneralRe: How do I store two int values into one DWORD, and then convert it to a 4 byte array? Pin
stephen.darling8-Aug-11 7:38
stephen.darling8-Aug-11 7:38 
QuestionIs this the same? Pin
stephen.darling7-Aug-11 10:07
stephen.darling7-Aug-11 10:07 
AnswerRe: Is this the same? Pin
PIEBALDconsult7-Aug-11 10:20
mvePIEBALDconsult7-Aug-11 10:20 
stephen.darling wrote:
Val1 = *(unsigned int *)ProdKey;


Can probably be done with unsafe code.


stephen.darling wrote:
Val1 >>= 1;


Probably makes it non-reversible (except with a 50/50 probability of being correct).


stephen.darling wrote:
CheckDigit


What does that do?


What is it trying to do? It doesn't seem to use all the bits that are sent in.
GeneralRe: Is this the same? Pin
stephen.darling7-Aug-11 10:33
stephen.darling7-Aug-11 10:33 
GeneralRe: Is this the same? Pin
BobJanova7-Aug-11 23:10
BobJanova7-Aug-11 23:10 
GeneralRe: Is this the same? Pin
stephen.darling8-Aug-11 4:44
stephen.darling8-Aug-11 4:44 
GeneralRe: Is this the same? Pin
BobJanova8-Aug-11 7:25
BobJanova8-Aug-11 7:25 
GeneralRe: Is this the same? Pin
stephen.darling8-Aug-11 7:40
stephen.darling8-Aug-11 7:40 
QuestionHow to delete some number in String format Pin
nassimnastaran7-Aug-11 9:50
nassimnastaran7-Aug-11 9:50 
AnswerRe: How to delete some number in String format Pin
PIEBALDconsult7-Aug-11 9:52
mvePIEBALDconsult7-Aug-11 9:52 
GeneralRe: How to delete some number in String format Pin
nassimnastaran7-Aug-11 9:55
nassimnastaran7-Aug-11 9:55 
GeneralRe: How to delete some number in String format Pin
PIEBALDconsult7-Aug-11 9:56
mvePIEBALDconsult7-Aug-11 9:56 
GeneralRe: How to delete some number in String format Pin
nassimnastaran7-Aug-11 10:01
nassimnastaran7-Aug-11 10:01 
GeneralRe: How to delete some number in String format Pin
Shameel7-Aug-11 23:37
professionalShameel7-Aug-11 23:37 
GeneralRe: How to delete some number in String format Pin
nassimnastaran8-Aug-11 2:17
nassimnastaran8-Aug-11 2:17 
QuestionWho gets the priority to access when 2 users try to connect to? Pin
Gali19787-Aug-11 3:49
Gali19787-Aug-11 3:49 
AnswerRe: Who gets the priority to access when 2 users try to connect to? Pin
PIEBALDconsult7-Aug-11 5:46
mvePIEBALDconsult7-Aug-11 5:46 
AnswerRe: Who gets the priority to access when 2 users try to connect to? Pin
Not Active7-Aug-11 8:39
mentorNot Active7-Aug-11 8:39 
GeneralRe: Who gets the priority to access when 2 users try to connect to? Pin
PIEBALDconsult7-Aug-11 9:10
mvePIEBALDconsult7-Aug-11 9:10 
QuestionCopy data mysql/xml to access Pin
Oslancz6-Aug-11 22:06
Oslancz6-Aug-11 22:06 

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.