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

C#

 
GeneralRe: code for the form close button Pin
Keshav V. Kamat14-Mar-07 23:01
Keshav V. Kamat14-Mar-07 23:01 
AnswerRe: code for the form close button Pin
MoustafaS14-Mar-07 20:59
MoustafaS14-Mar-07 20:59 
GeneralRe: code for the form close button Pin
Keshav V. Kamat14-Mar-07 23:03
Keshav V. Kamat14-Mar-07 23:03 
QuestionArray of Form Pin
Dothanhnam14-Mar-07 18:36
Dothanhnam14-Mar-07 18:36 
AnswerRe: Array of Form Pin
N a v a n e e t h14-Mar-07 18:52
N a v a n e e t h14-Mar-07 18:52 
GeneralRe: Array of Form Pin
Dothanhnam14-Mar-07 22:01
Dothanhnam14-Mar-07 22:01 
GeneralRe: Array of Form Pin
Stefan Troschuetz14-Mar-07 22:19
Stefan Troschuetz14-Mar-07 22:19 
QuestionCalculator help Pin
Anthony Mushrow14-Mar-07 17:44
professionalAnthony Mushrow14-Mar-07 17:44 
I've been making a calculator that i can include in apps that may need one (for convenience)

But ive come accross a slight problem. I have it in hex mode, i type in FF, i use the not operator, i get FFFFFFFFFFFFF00. So all is good.

I do this by converting the hex FF, into a ulong (or UInt64). But when i try to use the NOT again, it goes to FFFFFFFFFFFFFFFF, this is because:

FFFFFFFFFFFFF00 = 18446744073709551360

and NOT 18446744073709551360 = -18446744073709551361

See nows there's the problem, ulong has no negatives. And im way to tired to think anymore. So any unput would be real good. Thanks.
AnswerRe: Calculator help Pin
Leslie Sanford14-Mar-07 18:03
Leslie Sanford14-Mar-07 18:03 
GeneralRe: Calculator help Pin
Anthony Mushrow14-Mar-07 18:13
professionalAnthony Mushrow14-Mar-07 18:13 
QuestionHow to select letters in a string? Pin
Khoramdin14-Mar-07 17:27
Khoramdin14-Mar-07 17:27 
AnswerRe: How to select letters in a string? Pin
Christian Graus14-Mar-07 17:50
protectorChristian Graus14-Mar-07 17:50 
AnswerRe: How to select letters in a string? Pin
theScorp14-Mar-07 23:09
theScorp14-Mar-07 23:09 
QuestionRequest further explanation Pin
netproblemsolver14-Mar-07 16:58
netproblemsolver14-Mar-07 16:58 
AnswerRe: Request further explanation Pin
Christian Graus14-Mar-07 17:26
protectorChristian Graus14-Mar-07 17:26 
QuestionThreading a webbrowser Pin
earlgraham14-Mar-07 13:35
earlgraham14-Mar-07 13:35 
QuestionHow to make a phone call in c# with or without TAPI?? Pin
conemajstor14-Mar-07 12:12
conemajstor14-Mar-07 12:12 
Questionneed something like enumerated classes. Pin
dino209414-Mar-07 11:35
dino209414-Mar-07 11:35 
AnswerRe: need something like enumerated classes. Pin
Mike Hankey14-Mar-07 12:01
mveMike Hankey14-Mar-07 12:01 
GeneralRe: need something like enumerated classes. Pin
Christian Graus14-Mar-07 12:08
protectorChristian Graus14-Mar-07 12:08 
GeneralRe: need something like enumerated classes. Pin
Mike Hankey14-Mar-07 14:20
mveMike Hankey14-Mar-07 14:20 
AnswerRe: need something like enumerated classes. Pin
Christian Graus14-Mar-07 12:09
protectorChristian Graus14-Mar-07 12:09 
GeneralRe: need something like enumerated classes. Pin
Colin Angus Mackay14-Mar-07 14:31
Colin Angus Mackay14-Mar-07 14:31 
QuestionUpload txt from c# to my sql Pin
conemajstor14-Mar-07 11:35
conemajstor14-Mar-07 11:35 
AnswerRe: Upload txt from c# to my sql Pin
Judah Gabriel Himango14-Mar-07 13:09
sponsorJudah Gabriel Himango14-Mar-07 13:09 

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.