Click here to Skip to main content
15,901,035 members
Home / Discussions / C#
   

C#

 
Generaldisable all keys including Ctrl+alt+Del Pin
Obaid ur Rehman14-Aug-04 23:28
Obaid ur Rehman14-Aug-04 23:28 
GeneralRe: disable all keys including Ctrl+alt+Del Pin
Mike Dimmick15-Aug-04 9:19
Mike Dimmick15-Aug-04 9:19 
GeneralRe: disable all keys including Ctrl+alt+Del Pin
MilesAhead15-Aug-04 12:54
MilesAhead15-Aug-04 12:54 
GeneralRe: disable all keys including Ctrl+alt+Del Pin
Dave Kreskowiak15-Aug-04 15:52
mveDave Kreskowiak15-Aug-04 15:52 
GeneralWeb Browser Control Contents Pin
Asif Rehman14-Aug-04 16:25
Asif Rehman14-Aug-04 16:25 
GeneralWinForms and delays Pin
Danny Rodriguez14-Aug-04 15:33
Danny Rodriguez14-Aug-04 15:33 
GeneralOutlook control question Pin
ddelapasse14-Aug-04 14:46
ddelapasse14-Aug-04 14:46 
GeneralCalculator subtraction problem in C# Pin
kekeraimo14-Aug-04 6:01
kekeraimo14-Aug-04 6:01 
I just finished my calculator in C# but i've found a bug which i don't know how to solve. When i do calculation ( 3,1-3 ) i get answer 0,0999999
rather than get the correct answer 0,1.
I heard that early versions of windows had this bug in their calculator...I will paste here some code where the problem might be,
but i am not entierly sure if it is this peace of code.

/*******************************************/
private float changeTextToNumber()
{
string text = textBox1.Text.ToString();
float returnNum = float.Parse(text);
rensa = true;
return returnNum;
}
/*******************************************/
GeneralRe: Calculator subtraction problem in C# Pin
leppie14-Aug-04 6:41
leppie14-Aug-04 6:41 
GeneralRe: Calculator subtraction problem in C# Pin
Stefan Troschuetz14-Aug-04 13:30
Stefan Troschuetz14-Aug-04 13:30 
GeneralRe: Calculator subtraction problem in C# Pin
GenLang14-Aug-04 14:34
GenLang14-Aug-04 14:34 
GeneralRe: Calculator subtraction problem in C# Pin
kekeraimo15-Aug-04 5:19
kekeraimo15-Aug-04 5:19 
GeneralWindows Installion problem Pin
Inquire2you14-Aug-04 4:47
Inquire2you14-Aug-04 4:47 
GeneralRe: Windows Installion problem Pin
Mazdak14-Aug-04 22:15
Mazdak14-Aug-04 22:15 
GeneralNew C# SQL database engine Pin
8MX14-Aug-04 4:20
8MX14-Aug-04 4:20 
QuestionDisplaying math expressions? Pin
BrownJacket14-Aug-04 3:43
BrownJacket14-Aug-04 3:43 
AnswerRe: Displaying math expressions? Pin
leppie14-Aug-04 4:11
leppie14-Aug-04 4:11 
GeneralPolling email client Pin
Irish_GUI14-Aug-04 2:42
Irish_GUI14-Aug-04 2:42 
GeneralRe: Polling email client Pin
leppie14-Aug-04 4:17
leppie14-Aug-04 4:17 
GeneralRe: Polling email client Pin
Irish_GUI14-Aug-04 4:42
Irish_GUI14-Aug-04 4:42 
Generalchanging the startup form Pin
steve_rm13-Aug-04 20:37
steve_rm13-Aug-04 20:37 
GeneralRe: changing the startup form Pin
mav.northwind13-Aug-04 21:03
mav.northwind13-Aug-04 21:03 
GeneralRe: changing the startup form Pin
miomy14-Aug-04 4:26
miomy14-Aug-04 4:26 
GeneralRe: changing the startup form Pin
Dave Kreskowiak14-Aug-04 4:07
mveDave Kreskowiak14-Aug-04 4:07 
GeneralRe: changing the startup form [* Resolved *] Pin
steve_rm14-Aug-04 16:57
steve_rm14-Aug-04 16:57 

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.