Click here to Skip to main content
16,006,348 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to write a Async UDP socket code? Pin
fu027-Jun-04 16:12
fu027-Jun-04 16:12 
GeneralSaving DataSet with calculated columns Pin
myNameIsRon23-Jun-04 19:58
myNameIsRon23-Jun-04 19:58 
GeneralRe: Saving DataSet with calculated columns Pin
Heath Stewart24-Jun-04 5:32
protectorHeath Stewart24-Jun-04 5:32 
GeneralRe: Saving DataSet with calculated columns Pin
myNameIsRon25-Jun-04 8:54
myNameIsRon25-Jun-04 8:54 
Generalproject problem Pin
dan_ta2223-Jun-04 19:34
dan_ta2223-Jun-04 19:34 
GeneralRe: project problem Pin
Xiangyang Liu 刘向阳24-Jun-04 1:38
Xiangyang Liu 刘向阳24-Jun-04 1:38 
GeneralRe: project problem Pin
dan_ta2227-Jun-04 14:24
dan_ta2227-Jun-04 14:24 
GeneralRe: project problem Pin
LongRange.Shooter24-Jun-04 8:52
LongRange.Shooter24-Jun-04 8:52 
Since this is probably a school project, I'm not going to give you specifics. However here are some things to consider in your design:

1) You need to be able to assign a unique ID to each customer
this suggests that you will have an ID tracker (usually a record with
the last ID assigned to a customer.
2) You need to have records and the ability to randomly read
data. This suggests that your using a database (like Access?)
3) The data you need to keep (member info) would be fields within your
database. If you went about keeping everying in a single string,
you'd have a tough time figuring out how to parse out the individual
data pieces (where does one end and the next field begin).

So this suggests that you have a form which exposes the 4 functions with a windowed area to create/display/modify the member info. The member data you listed would just be text boxes that hold the data and labels that tell the user what data they are looking at....
Member ID   [   ]
Member Name [                 ]
Age         [  ]
Height      [ ] feet [  ] inches
Weight      [   ]


______________________________
The Tao gave birth to machine language.
Machine language gave birth to the assembler.
The assembler gave birth to ten thousand languages.
Each language has its purpose, however humble.
Each language expresses the Yin and Yang of software.
Each language has its place within the Tao.
Beauty exists because we give a name to C#.
Bad exists because we give a name to COBOL.
GeneralRe: project problem Pin
dan_ta2227-Jun-04 14:29
dan_ta2227-Jun-04 14:29 
GeneralA windows service with System.Web.Mail Pin
Valdair23-Jun-04 15:09
Valdair23-Jun-04 15:09 
GeneralRe: A windows service with System.Web.Mail Pin
eggie523-Jun-04 16:05
eggie523-Jun-04 16:05 
GeneralRe: A windows service with System.Web.Mail Pin
Valdair24-Jun-04 7:04
Valdair24-Jun-04 7:04 
GeneralRe: A windows service with System.Web.Mail Pin
Heath Stewart24-Jun-04 12:44
protectorHeath Stewart24-Jun-04 12:44 
GeneralSurprising performance difference Pin
the real bryon23-Jun-04 12:09
the real bryon23-Jun-04 12:09 
GeneralRe: Surprising performance difference Pin
leppie23-Jun-04 13:02
leppie23-Jun-04 13:02 
GeneralRe: Surprising performance difference Pin
Heath Stewart24-Jun-04 5:00
protectorHeath Stewart24-Jun-04 5:00 
GeneralRe: Surprising performance difference Pin
Jeremy Kimball24-Jun-04 6:07
Jeremy Kimball24-Jun-04 6:07 
GeneralRe: Surprising performance difference Pin
Heath Stewart24-Jun-04 6:50
protectorHeath Stewart24-Jun-04 6:50 
GeneralRe: Surprising performance difference Pin
Jeremy Kimball25-Jun-04 1:39
Jeremy Kimball25-Jun-04 1:39 
GeneralRe: Surprising performance difference Pin
Heath Stewart25-Jun-04 3:35
protectorHeath Stewart25-Jun-04 3:35 
GeneralRe: Surprising performance difference Pin
the real bryon24-Jun-04 6:59
the real bryon24-Jun-04 6:59 
GeneralRe: Surprising performance difference Pin
Heath Stewart24-Jun-04 9:04
protectorHeath Stewart24-Jun-04 9:04 
GeneralRe: Surprising performance difference Pin
the real bryon24-Jun-04 12:09
the real bryon24-Jun-04 12:09 
GeneralRe: Surprising performance difference Pin
Heath Stewart24-Jun-04 12:34
protectorHeath Stewart24-Jun-04 12:34 
GeneralRe: Surprising performance difference Pin
leppie24-Jun-04 7:16
leppie24-Jun-04 7:16 

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.