Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regarding license file Pin
Richard MacCutchan14-Aug-13 0:59
mveRichard MacCutchan14-Aug-13 0:59 
QuestionDot net Windows Service Pin
Hemant Thaker13-Aug-13 20:52
Hemant Thaker13-Aug-13 20:52 
AnswerRe: Dot net Windows Service Pin
Manfred Rudolf Bihy13-Aug-13 21:10
professionalManfred Rudolf Bihy13-Aug-13 21:10 
AnswerRe: Dot net Windows Service Pin
Jay Nardev18-Aug-13 3:28
Jay Nardev18-Aug-13 3:28 
QuestionDigital Signature in PDF using USB Token (C#) Pin
dsshiny13-Aug-13 19:02
dsshiny13-Aug-13 19:02 
AnswerRe: Digital Signature in PDF using USB Token (C#) Pin
Eddy Vluggen14-Aug-13 6:06
professionalEddy Vluggen14-Aug-13 6:06 
GeneralRe: Digital Signature in PDF using USB Token (C#) Pin
dsshiny15-Aug-13 23:04
dsshiny15-Aug-13 23:04 
QuestionLooping between different functions Pin
spin_108513-Aug-13 13:00
professionalspin_108513-Aug-13 13:00 
Hello again Code Project!

Here is the deal, I have two separate functions called InputData and DisplayPlayerData. Each of these functions have loops inside of them. The loop in InputData is supposed to get player's name and player's score, breaking the loop with a sentinel and not to exceed 100 players. No problem.

The other function, DisplayPlayerData, has a loop to display the name and score of each player.

I am thinking that I could use a state controlled while loop. What I really need to know is how to bring the input data from the first function into the second function. Would this function look like public static void DisplayPlayerData(){} or do I need to declare a few variable in the ()?
AnswerRe: Looping between different functions Pin
BillWoodruff13-Aug-13 14:48
professionalBillWoodruff13-Aug-13 14:48 
AnswerRe: Looping between different functions Pin
CodeBlack15-Aug-13 22:55
professionalCodeBlack15-Aug-13 22:55 
QuestionAttach file to the webform textbox Pin
thadayu13-Aug-13 8:07
thadayu13-Aug-13 8:07 
AnswerRe: Attach file to the webform textbox Pin
CodeBlack14-Aug-13 3:13
professionalCodeBlack14-Aug-13 3:13 
QuestionC# Winforms GUI : Stack and Heap question Pin
DSLoginYea13-Aug-13 4:13
DSLoginYea13-Aug-13 4:13 
AnswerRe: C# Winforms GUI : Stack and Heap question Pin
Richard MacCutchan13-Aug-13 5:16
mveRichard MacCutchan13-Aug-13 5:16 
AnswerRe: C# Winforms GUI : Stack and Heap question Pin
Richard MacCutchan13-Aug-13 5:18
mveRichard MacCutchan13-Aug-13 5:18 
GeneralRe: C# Winforms GUI : Stack and Heap question Pin
DSLoginYea13-Aug-13 5:42
DSLoginYea13-Aug-13 5:42 
AnswerRe: C# Winforms GUI : Stack and Heap question Pin
SaqibRasheed19-Aug-13 8:46
SaqibRasheed19-Aug-13 8:46 
QuestionWindows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7013-Aug-13 3:22
markusa7013-Aug-13 3:22 
AnswerRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak13-Aug-13 4:05
mveDave Kreskowiak13-Aug-13 4:05 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7014-Aug-13 19:09
markusa7014-Aug-13 19:09 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak15-Aug-13 2:26
mveDave Kreskowiak15-Aug-13 2:26 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7015-Aug-13 2:33
markusa7015-Aug-13 2:33 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak15-Aug-13 4:53
mveDave Kreskowiak15-Aug-13 4:53 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
markusa7015-Aug-13 19:31
markusa7015-Aug-13 19:31 
GeneralRe: Windows Service starts on Win7, but not on 2003 oder 2008 Pin
Dave Kreskowiak15-Aug-13 20:54
mveDave Kreskowiak15-Aug-13 20:54 

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.