Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do you organize your projects? Pin
Heath Stewart16-Sep-04 5:11
protectorHeath Stewart16-Sep-04 5:11 
GeneralRe: How do you organize your projects? Pin
Dave Kreskowiak16-Sep-04 4:01
mveDave Kreskowiak16-Sep-04 4:01 
GeneralRe: How do you organize your projects? Pin
Heath Stewart16-Sep-04 5:21
protectorHeath Stewart16-Sep-04 5:21 
GeneralDecision help please Pin
Jayne Klaus Smith15-Sep-04 10:43
Jayne Klaus Smith15-Sep-04 10:43 
GeneralRe: Decision help please Pin
Christian Graus15-Sep-04 10:50
protectorChristian Graus15-Sep-04 10:50 
GeneralRe: Decision help please Pin
Adam °Wimsatt15-Sep-04 11:26
Adam °Wimsatt15-Sep-04 11:26 
GeneralRe: Decision help please Pin
Heath Stewart15-Sep-04 11:55
protectorHeath Stewart15-Sep-04 11:55 
GeneralRe: Decision help please Pin
Heath Stewart15-Sep-04 11:58
protectorHeath Stewart15-Sep-04 11:58 
Since he's asking that you load the data in "main" or globally (which you would still have to do in "main" or in a callee), he most likely expects you to write a console application.

This is possible to do in C#, yes. I would recommend you take a look at the system.Convert class (to easily convert data types), the System.IO.FileStream and System.IO.StreamReader classes (if reading from a file), as well as the rest of the .NET Framework SDK.

For class projects (and we're typically pretty good about detecting them in this forum), you won't find all the answers - you won't learn anything that way. If you have specific questions regarding certain functionality, feel free to ask.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
QuestionHow to get highlighted text from a window e.g IE? Pin
Palfo15-Sep-04 10:24
sussPalfo15-Sep-04 10:24 
AnswerRe: How to get highlighted text from a window e.g IE? Pin
Heath Stewart15-Sep-04 10:37
protectorHeath Stewart15-Sep-04 10:37 
GeneralRe: How to get highlighted text from a window e.g IE? Pin
fossmo16-Sep-04 11:17
fossmo16-Sep-04 11:17 
GeneralRe: How to get highlighted text from a window e.g IE? Pin
Heath Stewart16-Sep-04 11:57
protectorHeath Stewart16-Sep-04 11:57 
GeneralRe: How to get highlighted text from a window e.g IE? Pin
fossmo21-Sep-04 11:30
fossmo21-Sep-04 11:30 
GeneralSNMP Traps Pin
sin6715-Sep-04 9:58
sin6715-Sep-04 9:58 
GeneralRe: SNMP Traps Pin
Heath Stewart15-Sep-04 10:27
protectorHeath Stewart15-Sep-04 10:27 
GeneralRe: SNMP Traps Pin
sin6726-Oct-04 9:01
sin6726-Oct-04 9:01 
QuestionFile/Directory Exists? Pin
tdciDoug15-Sep-04 9:56
tdciDoug15-Sep-04 9:56 
AnswerRe: File/Directory Exists? Pin
SandeepN15-Sep-04 10:24
SandeepN15-Sep-04 10:24 
GeneralRe: File/Directory Exists? Pin
tdciDoug15-Sep-04 10:36
tdciDoug15-Sep-04 10:36 
GeneralRe: File/Directory Exists? Pin
mav.northwind15-Sep-04 23:09
mav.northwind15-Sep-04 23:09 
GeneralUsing a application already open to display files Pin
smartyosu15-Sep-04 9:50
smartyosu15-Sep-04 9:50 
GeneralRe: Using a application already open to display files Pin
SandeepN15-Sep-04 10:47
SandeepN15-Sep-04 10:47 
GeneralRe: Using a application already open to display files Pin
smartyosu15-Sep-04 12:01
smartyosu15-Sep-04 12:01 
GeneralRe: Using a application already open to display files Pin
Heath Stewart15-Sep-04 14:22
protectorHeath Stewart15-Sep-04 14:22 
QuestionWhat does an end user need to run a C# 2005 beta compiled app? Pin
benjymous15-Sep-04 9:48
benjymous15-Sep-04 9:48 

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.