Click here to Skip to main content
15,912,329 members
Home / Discussions / C#
   

C#

 
QuestionFiles between one or several computers? Via a netowor.? Pin
ahlm20-Nov-09 11:51
ahlm20-Nov-09 11:51 
AnswerRe: Files between one or several computers? Via a netowor.? Pin
mehrdad33321-Nov-09 0:22
mehrdad33321-Nov-09 0:22 
GeneralRe: Files between one or several computers? Via a netowor.? Pin
ahlm21-Nov-09 1:00
ahlm21-Nov-09 1:00 
GeneralMessage Closed Pin
21-Nov-09 1:33
stancrm21-Nov-09 1:33 
GeneralRe: Files between one or several computers? Via a netowor.? Pin
ahlm21-Nov-09 3:12
ahlm21-Nov-09 3:12 
GeneralRe: Files between one or several computers? Via a netowor.? Pin
mehrdad33321-Nov-09 8:09
mehrdad33321-Nov-09 8:09 
GeneralRe: Files between one or several computers? Via a netowor.? Pin
dojohansen23-Nov-09 10:33
dojohansen23-Nov-09 10:33 
Questioncan anyone help plz Pin
Jassim Rahma20-Nov-09 11:32
Jassim Rahma20-Nov-09 11:32 
AnswerRe: can anyone help plz Pin
Not Active20-Nov-09 13:28
mentorNot Active20-Nov-09 13:28 
GeneralRe: can anyone help plz Pin
dojohansen23-Nov-09 10:35
dojohansen23-Nov-09 10:35 
GeneralRe: can anyone help plz Pin
Not Active23-Nov-09 12:10
mentorNot Active23-Nov-09 12:10 
GeneralRe: can anyone help plz Pin
dojohansen23-Nov-09 23:27
dojohansen23-Nov-09 23:27 
Questionload combobox values into datagrid combobox Pin
Ronni Marker20-Nov-09 10:48
Ronni Marker20-Nov-09 10:48 
AnswerRe: load combobox values into datagrid combobox Pin
Ronni Marker20-Nov-09 11:09
Ronni Marker20-Nov-09 11:09 
Questioncodeproject template empty Pin
Rassler4820-Nov-09 6:53
Rassler4820-Nov-09 6:53 
AnswerRe: codeproject template empty Pin
Richard MacCutchan20-Nov-09 7:16
mveRichard MacCutchan20-Nov-09 7:16 
GeneralRe: codeproject template empty Pin
Rassler4820-Nov-09 20:49
Rassler4820-Nov-09 20:49 
GeneralRe: codeproject template empty Pin
Richard MacCutchan20-Nov-09 21:13
mveRichard MacCutchan20-Nov-09 21:13 
GeneralRe: codeproject template empty Pin
Rassler4821-Nov-09 5:37
Rassler4821-Nov-09 5:37 
Questionrequest: fixing a codeproject programm Pin
no_idea20-Nov-09 6:40
no_idea20-Nov-09 6:40 
AnswerRe: request: fixing a codeproject programm Pin
DaveyM6920-Nov-09 8:18
professionalDaveyM6920-Nov-09 8:18 
Normally I would say you should ask in the article's forum but the author doesn't seem to respond to messages there.

THe first problem is because the Math.Abs function returns an int so the Floor method doesn't know which overload to use. The easy way around this is to cast the result to a deciaml or double depending on your needs:
C#
redwx=(int)Math.Floor((decimal)(Math.Abs((int)Math.Log10(lox))));


I don't get the second error at all, if I remove the default Program.cs and replace it with the MainFile.cs all works perfectly.

Dave

BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: request: fixing a codeproject programm Pin
no_idea20-Nov-09 10:16
no_idea20-Nov-09 10:16 
GeneralRe: request: fixing a codeproject programm Pin
DaveyM6920-Nov-09 16:29
professionalDaveyM6920-Nov-09 16:29 
GeneralRe: request: fixing a codeproject programm Pin
dojohansen23-Nov-09 10:50
dojohansen23-Nov-09 10:50 
QuestionAlter table in dataset Pin
daniel kuperberg20-Nov-09 6:36
daniel kuperberg20-Nov-09 6:36 

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.