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

C#

 
GeneralRe: how can i create public variable Pin
Ravi Bhavnani19-Sep-06 4:18
professionalRavi Bhavnani19-Sep-06 4:18 
QuestionSplitting an XML document into smaller ones Pin
bigove19-Sep-06 1:57
bigove19-Sep-06 1:57 
AnswerRe: Splitting an XML document into smaller ones Pin
S. Senthil Kumar19-Sep-06 2:34
S. Senthil Kumar19-Sep-06 2:34 
GeneralRe: Splitting an XML document into smaller ones Pin
bigove19-Sep-06 2:48
bigove19-Sep-06 2:48 
GeneralRe: Splitting an XML document into smaller ones Pin
led mike19-Sep-06 5:08
led mike19-Sep-06 5:08 
GeneralRe: Splitting an XML document into smaller ones Pin
bigove20-Sep-06 3:26
bigove20-Sep-06 3:26 
Question"How can I call a function from another form" Pin
Orchid8519-Sep-06 0:59
Orchid8519-Sep-06 0:59 
AnswerRe: "How can I call a function from another form" Pin
Christian Graus19-Sep-06 1:07
protectorChristian Graus19-Sep-06 1:07 
The main way to do this is to create delegates, so that your forms can call functions within each other. If you want something more quick and dirty, pass an instance of each form to the other form, and make the methods public.

We need a FAQ, and this needs to be the first item on it. In fact, I thought we had one ?



Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: "How can I call a function from another form" Pin
Nick Parker19-Sep-06 11:54
protectorNick Parker19-Sep-06 11:54 
AnswerRe: "How can I call a function from another form" Pin
Nafiseh Salmani19-Sep-06 2:13
Nafiseh Salmani19-Sep-06 2:13 
AnswerRe: "How can I call a function from another form" Pin
Colin Angus Mackay19-Sep-06 3:08
Colin Angus Mackay19-Sep-06 3:08 
Questionstupid question Pin
faladrim19-Sep-06 0:46
faladrim19-Sep-06 0:46 
AnswerRe: stupid question Pin
Stefan Troschuetz19-Sep-06 0:58
Stefan Troschuetz19-Sep-06 0:58 
GeneralRe: stupid question Pin
faladrim19-Sep-06 1:17
faladrim19-Sep-06 1:17 
QuestionSuspend and ResumeBinding Pin
PaulPrice19-Sep-06 0:35
PaulPrice19-Sep-06 0:35 
QuestionClickOnce Updateing from an event. Pin
NaNg1524119-Sep-06 0:18
NaNg1524119-Sep-06 0:18 
Questioncreating login page Pin
arun-ice19-Sep-06 0:10
arun-ice19-Sep-06 0:10 
AnswerRe: creating login page Pin
_AK_19-Sep-06 0:22
_AK_19-Sep-06 0:22 
Questionlinear fitting Pin
Haoman1719-Sep-06 0:10
Haoman1719-Sep-06 0:10 
AnswerRe: linear fitting Pin
Christian Graus19-Sep-06 1:01
protectorChristian Graus19-Sep-06 1:01 
Questionhow to create inventory control? [modified] Pin
arun-ice19-Sep-06 0:07
arun-ice19-Sep-06 0:07 
AnswerRe: how to create inventory control? Pin
Christian Graus19-Sep-06 1:05
protectorChristian Graus19-Sep-06 1:05 
QuestionDataGridViewCell format Pin
e_LA18-Sep-06 23:50
e_LA18-Sep-06 23:50 
AnswerRe: DataGridViewCell format Pin
faladrim19-Sep-06 1:11
faladrim19-Sep-06 1:11 
GeneralRe: DataGridViewCell format Pin
e_LA19-Sep-06 1:13
e_LA19-Sep-06 1:13 

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.