Click here to Skip to main content
15,887,822 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regarding FAX error using FAXCOMLib Pin
Wendelius8-Sep-08 9:14
mentorWendelius8-Sep-08 9:14 
GeneralRe: Regarding FAX error using FAXCOMLib Pin
Dinker Batra8-Sep-08 9:22
Dinker Batra8-Sep-08 9:22 
GeneralRe: Regarding FAX error using FAXCOMLib Pin
Wendelius8-Sep-08 9:32
mentorWendelius8-Sep-08 9:32 
QuestionNeed help on C# calculator program Pin
nanaka98-Sep-08 8:05
nanaka98-Sep-08 8:05 
AnswerRe: Need help on C# calculator program Pin
Manas Bhardwaj8-Sep-08 8:16
professionalManas Bhardwaj8-Sep-08 8:16 
GeneralRe: Need help on C# calculator program Pin
Perspx8-Sep-08 8:24
Perspx8-Sep-08 8:24 
AnswerRe: Need help on C# calculator program Pin
Blue_Boy8-Sep-08 8:25
Blue_Boy8-Sep-08 8:25 
AnswerRe: Need help on C# calculator program Pin
DaveyM698-Sep-08 9:33
professionalDaveyM698-Sep-08 9:33 
C# may not be the best language for this. C++ would b better as you can use inline assembly[^].
If you want to do it in C#, I beleive you'll have to simulate the registers with variables, parse the assembly to get the operators and values, do the math line by line then use the Convert.ToString(value, base) method to convert the output to a binary string.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Expect everything to be hard and then enjoy the things that come easy. (code-frog)

AnswerRe: Need help on C# calculator program Pin
Christian Graus8-Sep-08 11:18
protectorChristian Graus8-Sep-08 11:18 
JokePile on! Pin
carbon_golem8-Sep-08 15:59
carbon_golem8-Sep-08 15:59 
QuestionListView item highlighting Pin
Cyrilix8-Sep-08 7:41
Cyrilix8-Sep-08 7:41 
AnswerRe: ListView item highlighting Pin
Wendelius8-Sep-08 8:17
mentorWendelius8-Sep-08 8:17 
AnswerRe: ListView item highlighting Pin
Mycroft Holmes8-Sep-08 15:21
professionalMycroft Holmes8-Sep-08 15:21 
GeneralRe: ListView item highlighting Pin
Cyrilix8-Sep-08 19:21
Cyrilix8-Sep-08 19:21 
QuestionNeed help converting between similar types Pin
Erik Westermann8-Sep-08 7:28
professionalErik Westermann8-Sep-08 7:28 
AnswerRe: Need help converting between similar types Pin
Wendelius8-Sep-08 7:39
mentorWendelius8-Sep-08 7:39 
GeneralRe: Need help converting between similar types Pin
Erik Westermann8-Sep-08 7:55
professionalErik Westermann8-Sep-08 7:55 
GeneralRe: Need help converting between similar types Pin
Wendelius8-Sep-08 8:03
mentorWendelius8-Sep-08 8:03 
AnswerRe: Need help converting between similar types [modified] Pin
Paw Jershauge8-Sep-08 8:35
Paw Jershauge8-Sep-08 8:35 
GeneralRe: Need help converting between similar types Pin
Pete O'Hanlon8-Sep-08 8:48
mvePete O'Hanlon8-Sep-08 8:48 
GeneralRe: Need help converting between similar types Pin
Paw Jershauge8-Sep-08 9:49
Paw Jershauge8-Sep-08 9:49 
GeneralRe: Need help converting between similar types Pin
Pete O'Hanlon8-Sep-08 9:51
mvePete O'Hanlon8-Sep-08 9:51 
GeneralRe: Need help converting between similar types Pin
Paw Jershauge8-Sep-08 9:53
Paw Jershauge8-Sep-08 9:53 
GeneralRe: Need help converting between similar types Pin
Pete O'Hanlon8-Sep-08 10:05
mvePete O'Hanlon8-Sep-08 10:05 
GeneralRe: Need help converting between similar types Pin
Erik Westermann9-Sep-08 8:05
professionalErik Westermann9-Sep-08 8:05 

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.