Click here to Skip to main content
15,917,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Using my application to open a file Pin
kola_pumping31-Aug-09 7:11
kola_pumping31-Aug-09 7:11 
GeneralRe: Using my application to open a file Pin
stancrm31-Aug-09 20:28
stancrm31-Aug-09 20:28 
GeneralRe: Using my application to open a file Pin
kola_pumping2-Sep-09 2:21
kola_pumping2-Sep-09 2:21 
QuestionC# Excel and Threading Pin
StyleGuide28-Aug-09 7:14
StyleGuide28-Aug-09 7:14 
AnswerRe: C# Excel and Threading Pin
MarkB77728-Aug-09 15:41
MarkB77728-Aug-09 15:41 
GeneralRe: C# Excel and Threading Pin
StyleGuide28-Aug-09 21:29
StyleGuide28-Aug-09 21:29 
AnswerRe: C# Excel and Threading Pin
FilipKrnjic29-Aug-09 6:11
FilipKrnjic29-Aug-09 6:11 
QuestionState map with markers,info windows Pin
shultas28-Aug-09 6:59
shultas28-Aug-09 6:59 
AnswerRe: State map with markers,info windows Pin
stancrm28-Aug-09 7:35
stancrm28-Aug-09 7:35 
GeneralRe: State map with markers,info windows Pin
shultas28-Aug-09 8:03
shultas28-Aug-09 8:03 
GeneralRe: State map with markers,info windows Pin
stancrm28-Aug-09 13:13
stancrm28-Aug-09 13:13 
QuestionModulo Function Pin
Quake2Player28-Aug-09 5:21
Quake2Player28-Aug-09 5:21 
AnswerRe: Modulo Function Pin
DaveyM6928-Aug-09 5:23
professionalDaveyM6928-Aug-09 5:23 
AnswerRe: Modulo Function Pin
harold aptroot28-Aug-09 5:36
harold aptroot28-Aug-09 5:36 
AnswerRe: Modulo Function Pin
Dave Kreskowiak28-Aug-09 7:15
mveDave Kreskowiak28-Aug-09 7:15 
GeneralRe: Modulo Function Pin
Quake2Player28-Aug-09 7:22
Quake2Player28-Aug-09 7:22 
GeneralRe: Modulo Function Pin
Luc Pattyn28-Aug-09 7:38
sitebuilderLuc Pattyn28-Aug-09 7:38 
GeneralRe: Modulo Function Pin
DaveyM6928-Aug-09 7:38
professionalDaveyM6928-Aug-09 7:38 
GeneralRe: Modulo Function Pin
Quake2Player28-Aug-09 14:46
Quake2Player28-Aug-09 14:46 
GeneralRe: Modulo Function Pin
DaveyM6928-Aug-09 7:38
professionalDaveyM6928-Aug-09 7:38 
It's because of the overflow in the first part of the calculation. Make one of the values a double and you get the correct result.
(((8568 * 4974445d) + 2820002) % 7661773) % 1000)

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: Modulo Function [modified] Pin
Quake2Player29-Aug-09 11:55
Quake2Player29-Aug-09 11:55 
QuestionUsing Text Files Pin
gamer112728-Aug-09 4:54
gamer112728-Aug-09 4:54 
AnswerRe: Using Text Files Pin
Coding C#28-Aug-09 4:55
Coding C#28-Aug-09 4:55 
GeneralRe: Using Text Files Pin
gamer112728-Aug-09 5:13
gamer112728-Aug-09 5:13 
AnswerRe: Using Text Files Pin
OriginalGriff28-Aug-09 5:07
mveOriginalGriff28-Aug-09 5:07 

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.