Click here to Skip to main content
15,891,513 members
Home / Discussions / C#
   

C#

 
QuestionHelp finding a mac address on a remote server? Pin
turbosupramk324-Aug-11 3:27
turbosupramk324-Aug-11 3:27 
AnswerRe: Help finding a mac address on a remote server? Pin
BobJanova24-Aug-11 5:06
BobJanova24-Aug-11 5:06 
GeneralRe: Help finding a mac address on a remote server? Pin
turbosupramk324-Aug-11 5:25
turbosupramk324-Aug-11 5:25 
GeneralRe: Help finding a mac address on a remote server? Pin
BobJanova24-Aug-11 5:44
BobJanova24-Aug-11 5:44 
AnswerRe: Help finding a mac address on a remote server? Pin
turbosupramk324-Aug-11 9:34
turbosupramk324-Aug-11 9:34 
Questionadd number Pin
imanaa24-Aug-11 3:16
imanaa24-Aug-11 3:16 
AnswerRe: add number Pin
Not Active24-Aug-11 3:24
mentorNot Active24-Aug-11 3:24 
AnswerRe: add number Pin
MicroVirus24-Aug-11 3:46
MicroVirus24-Aug-11 3:46 
Break the number up into machine size chunks, start with the least-significant chunks, add those up. If they overflow, carry the overflow to the next two chunks in line: add those up, and add 1 for the overflow from the previous if applicable.
Repeat this process until you have reached n bits.
JokeRe: add number Pin
Peter_in_278024-Aug-11 18:59
professionalPeter_in_278024-Aug-11 18:59 
AnswerRe: add number Pin
BobJanova24-Aug-11 4:16
BobJanova24-Aug-11 4:16 
AnswerRe: add number Pin
Luc Pattyn24-Aug-11 5:06
sitebuilderLuc Pattyn24-Aug-11 5:06 
Questionhow to simplify the loop? Pin
SRKSHOME23-Aug-11 23:15
SRKSHOME23-Aug-11 23:15 
AnswerRe: how to simplify the loop? Pin
Luc Pattyn24-Aug-11 0:14
sitebuilderLuc Pattyn24-Aug-11 0:14 
GeneralRe: how to simplify the loop? Pin
RobCroll24-Aug-11 1:39
RobCroll24-Aug-11 1:39 
AnswerRe: how to simplify the loop? Pin
V.24-Aug-11 0:38
professionalV.24-Aug-11 0:38 
AnswerRe: how to simplify the loop? Pin
PIEBALDconsult24-Aug-11 2:53
mvePIEBALDconsult24-Aug-11 2:53 
QuestionPrevent Multiple Login Pin
akosidandan23-Aug-11 18:31
akosidandan23-Aug-11 18:31 
AnswerRe: Prevent Multiple Login Pin
Simon Bang Terkildsen23-Aug-11 20:13
Simon Bang Terkildsen23-Aug-11 20:13 
GeneralRe: Prevent Multiple Login Pin
akosidandan24-Aug-11 3:48
akosidandan24-Aug-11 3:48 
AnswerRe: Prevent Multiple Login Pin
Not Active24-Aug-11 2:16
mentorNot Active24-Aug-11 2:16 
GeneralRe: Prevent Multiple Login Pin
akosidandan24-Aug-11 2:41
akosidandan24-Aug-11 2:41 
GeneralRe: Prevent Multiple Login Pin
Not Active24-Aug-11 3:21
mentorNot Active24-Aug-11 3:21 
GeneralRe: Prevent Multiple Login Pin
akosidandan24-Aug-11 3:45
akosidandan24-Aug-11 3:45 
AnswerRe: Prevent Multiple Login Pin
BobJanova24-Aug-11 2:25
BobJanova24-Aug-11 2:25 
GeneralRe: Prevent Multiple Login Pin
akosidandan24-Aug-11 3:03
akosidandan24-Aug-11 3:03 

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.