Click here to Skip to main content
15,904,494 members
Home / Discussions / C#
   

C#

 
AnswerRe: normal FTP transfer? Pin
Christian Graus19-May-08 10:08
protectorChristian Graus19-May-08 10:08 
AnswerRe: normal FTP transfer? Pin
Ed.Poore19-May-08 10:44
Ed.Poore19-May-08 10:44 
GeneralRe: normal FTP transfer? Pin
mahraja19-May-08 10:59
mahraja19-May-08 10:59 
GeneralRe: normal FTP transfer? Pin
Ed.Poore19-May-08 11:01
Ed.Poore19-May-08 11:01 
GeneralRe: normal FTP transfer? Pin
mahraja19-May-08 11:23
mahraja19-May-08 11:23 
GeneralRe: normal FTP transfer? Pin
Ed.Poore19-May-08 11:56
Ed.Poore19-May-08 11:56 
GeneralRe: normal FTP transfer? Pin
Peter Josefsson Sweden21-May-08 13:50
Peter Josefsson Sweden21-May-08 13:50 
QuestionJust checking if am on the right track with my code Pin
Angelinna19-May-08 9:11
Angelinna19-May-08 9:11 
I am working on a program to display pupil essay homework data.Making the program define class pupil and class homework. Program to display hardcoded data for homework such as 150words, word friend in text etc. User of program to be able to enter keywords to be checked for and be able to request to see such essay homework data for a pupil.
Any clues how to get on such a task ?

public class Pupil
{
private string name;
private int id;

private static int numberofPupils = 0;

public pupil(string pupilName);
{
name = pupil Name;
id = ++numberofPupils;
}
public class homework
{
private string homeworktitle
private int numofwords
private string keyword etc
AnswerCP Ignore Pin
leckey19-May-08 9:33
leckey19-May-08 9:33 
GeneralRe: CP Ignore Pin
DaveyM6919-May-08 9:45
professionalDaveyM6919-May-08 9:45 
AnswerRe: Just checking if am on the right track with my code Pin
DaveyM6919-May-08 9:43
professionalDaveyM6919-May-08 9:43 
AnswerRe: Just checking if am on the right track with my code Pin
#realJSOP19-May-08 10:04
professional#realJSOP19-May-08 10:04 
GeneralRe: Just checking if am on the right track with my code Pin
Angelinna19-May-08 12:20
Angelinna19-May-08 12:20 
QuestionInheritance of class properties Pin
redivider19-May-08 8:48
redivider19-May-08 8:48 
AnswerRe: Inheritance of class properties Pin
Gareth H19-May-08 9:37
Gareth H19-May-08 9:37 
AnswerRe: Inheritance of class properties Pin
Guffa19-May-08 12:06
Guffa19-May-08 12:06 
QuestionRemote control a DirectX application Pin
Valar8319-May-08 7:56
Valar8319-May-08 7:56 
AnswerRe: Remote control a DirectX application Pin
Thomas Stockwell19-May-08 8:02
professionalThomas Stockwell19-May-08 8:02 
QuestionPrinting from a web application. Pin
Furi Goled19-May-08 7:01
Furi Goled19-May-08 7:01 
AnswerRe: Printing from a web application. Pin
Pete O'Hanlon19-May-08 8:29
mvePete O'Hanlon19-May-08 8:29 
QuestionRemoting + Events Pin
smoke8619-May-08 7:01
smoke8619-May-08 7:01 
Questionc# windows application browse and upload functionality sourcecode Pin
jay10019-May-08 7:00
jay10019-May-08 7:00 
AnswerRe: c# windows application browse and upload functionality sourcecode Pin
SomeGuyThatIsMe19-May-08 7:40
SomeGuyThatIsMe19-May-08 7:40 
QuestionRetrieving the identity value after insert a row. Pin
aecordoba19-May-08 6:51
aecordoba19-May-08 6:51 
AnswerRe: Retrieving the identity value after insert a row. Pin
SomeGuyThatIsMe19-May-08 7:01
SomeGuyThatIsMe19-May-08 7:01 

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.