Click here to Skip to main content
16,010,114 members
Home / Discussions / C#
   

C#

 
JokeRe: How can I clear a buffer? Pin
PIEBALDconsult30-Nov-07 13:06
mvePIEBALDconsult30-Nov-07 13:06 
GeneralRe: How can I clear a buffer? Pin
Luc Pattyn30-Nov-07 13:41
sitebuilderLuc Pattyn30-Nov-07 13:41 
GeneralRe: How can I clear a buffer? Pin
PIEBALDconsult1-Dec-07 4:00
mvePIEBALDconsult1-Dec-07 4:00 
AnswerRe: How can I clear a buffer? Pin
Zoltan Balazs1-Dec-07 12:02
Zoltan Balazs1-Dec-07 12:02 
QuestionWhat does this mean? Pin
T4AMD30-Nov-07 8:01
T4AMD30-Nov-07 8:01 
AnswerRe: What does this mean? Pin
Wes Aday30-Nov-07 8:15
professionalWes Aday30-Nov-07 8:15 
AnswerRe: What does this mean? Pin
Paul Conrad30-Nov-07 8:26
professionalPaul Conrad30-Nov-07 8:26 
AnswerRe: What does this mean? Pin
Anthony Mushrow30-Nov-07 8:31
professionalAnthony Mushrow30-Nov-07 8:31 
Similarly, you may also see:

static void Main(string[] args) {<br />
<br />
}


when the application is executed, windows passes an array of strings. For example, when you click on a word document, it runs word.exe and passes the path to the word document as one of the strings in the array. This string is read, and the correct file opened.

Just as in your example, when you create this form, you pass it an array of strings that represent the articles within a topic (i assume, based on the naming)
It will then do something with these strings.

Really its just like any other function or method that requires some input.

My current favourite word is: PIE!

I have changed my name to my regular internet alias. But don't let the 'Genius' part fool you, you don't know what 'SK' stands for.
-The Undefeated

QuestionWriting a Remote Desktop app Pin
freaknut30-Nov-07 6:41
freaknut30-Nov-07 6:41 
AnswerRe: Writing a Remote Desktop app Pin
mav.northwind30-Nov-07 7:41
mav.northwind30-Nov-07 7:41 
GeneralRe: Writing a Remote Desktop app Pin
Anthony Mushrow30-Nov-07 8:09
professionalAnthony Mushrow30-Nov-07 8:09 
GeneralRe: Writing a Remote Desktop app Pin
Paul Conrad30-Nov-07 8:27
professionalPaul Conrad30-Nov-07 8:27 
GeneralRe: Writing a Remote Desktop app Pin
freaknut30-Nov-07 8:52
freaknut30-Nov-07 8:52 
GeneralRe: Writing a Remote Desktop app Pin
Anthony Mushrow30-Nov-07 9:47
professionalAnthony Mushrow30-Nov-07 9:47 
GeneralRe: Writing a Remote Desktop app Pin
freaknut30-Nov-07 8:45
freaknut30-Nov-07 8:45 
GeneralRe: Writing a Remote Desktop app Pin
Dan Neely30-Nov-07 8:51
Dan Neely30-Nov-07 8:51 
AnswerRe: Writing a Remote Desktop app Pin
Pete O'Hanlon30-Nov-07 11:02
mvePete O'Hanlon30-Nov-07 11:02 
QuestionEvent for forced application interruption Pin
Dimok197930-Nov-07 6:17
Dimok197930-Nov-07 6:17 
AnswerRe: Event for forced application interruption Pin
led mike30-Nov-07 6:23
led mike30-Nov-07 6:23 
AnswerRe: Event for forced application interruption Pin
Anthony Mushrow30-Nov-07 6:35
professionalAnthony Mushrow30-Nov-07 6:35 
GeneralRe: Event for forced application interruption Pin
Dimok197930-Nov-07 6:44
Dimok197930-Nov-07 6:44 
GeneralRe: Event for forced application interruption Pin
Skippums30-Nov-07 7:03
Skippums30-Nov-07 7:03 
QuestionHow to Show Form Pin
A.Asif30-Nov-07 6:10
A.Asif30-Nov-07 6:10 
AnswerRe: How to Show Form Pin
Ravi Bhavnani30-Nov-07 6:17
professionalRavi Bhavnani30-Nov-07 6:17 
AnswerRe: How to Show Form Pin
Anthony Mushrow30-Nov-07 6:40
professionalAnthony Mushrow30-Nov-07 6:40 

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.