Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
QuestionListView question Pin
QzRz17-Dec-05 5:33
QzRz17-Dec-05 5:33 
AnswerRe: ListView question Pin
cmaissan17-Dec-05 8:43
cmaissan17-Dec-05 8:43 
GeneralRe: ListView question Pin
QzRz17-Dec-05 9:22
QzRz17-Dec-05 9:22 
QuestionPrint the contents of an entire form Pin
rikkemus17-Dec-05 5:12
rikkemus17-Dec-05 5:12 
AnswerRe: Print the contents of an entire form Pin
Robert Rohde17-Dec-05 5:50
Robert Rohde17-Dec-05 5:50 
GeneralRe: Print the contents of an entire form Pin
rikkemus17-Dec-05 9:20
rikkemus17-Dec-05 9:20 
GeneralRe: Print the contents of an entire form Pin
Robert Rohde17-Dec-05 21:13
Robert Rohde17-Dec-05 21:13 
QuestionC# question... Pin
QzRz17-Dec-05 2:58
QzRz17-Dec-05 2:58 
Hi
I have created a new Project in VS2003, and added a WindowsForm.
I want the to forms to "communicate". When i call from one to another
I usually create:
public static string/bool/int/etc.
But i want it to do it to:
public static void.

I have done it like this,
public static void Hello()
{
HelloWorld();
}
Where the HelloWorld get data from "private void HelloWorld()"
But that does not work it gives me the error:
'SkoleTing.MainForm.XmlData' denotes a 'field' where a 'class' was expected

I have no clue what I can use instead of the "static", because it is obvious
that I cannot use "static" in this case?

Can anyone help me how to do this?

Thanks
QzRz

AnswerRe: C# question... Pin
Michael P Butler17-Dec-05 3:49
Michael P Butler17-Dec-05 3:49 
GeneralRe: C# question... Pin
QzRz17-Dec-05 3:59
QzRz17-Dec-05 3:59 
QuestionRegistry Permissions Pin
Yevgeny Efter17-Dec-05 2:58
Yevgeny Efter17-Dec-05 2:58 
AnswerRe: Registry Permissions Pin
Jared Parsons17-Dec-05 11:08
Jared Parsons17-Dec-05 11:08 
QuestionWebBrowser control Pin
E.Pimenov17-Dec-05 2:34
E.Pimenov17-Dec-05 2:34 
QuestionPlease tell me... Pin
KORCARI17-Dec-05 1:19
KORCARI17-Dec-05 1:19 
AnswerRe: Please tell me... Pin
AETaylor17-Dec-05 5:51
AETaylor17-Dec-05 5:51 
Questiongenerate user id Pin
marmosha16-Dec-05 23:06
marmosha16-Dec-05 23:06 
AnswerRe: generate user id Pin
Colin Angus Mackay16-Dec-05 23:38
Colin Angus Mackay16-Dec-05 23:38 
QuestionHow can I get objects sequently??? Pin
Sina_Ad16-Dec-05 19:16
Sina_Ad16-Dec-05 19:16 
AnswerRe: How can I get objects sequently??? Pin
mav.northwind16-Dec-05 20:33
mav.northwind16-Dec-05 20:33 
AnswerRe: How can I get objects sequently??? Pin
Dave Kreskowiak17-Dec-05 8:35
mveDave Kreskowiak17-Dec-05 8:35 
QuestionLookupEdit of DevExpress Pin
nps_ltv16-Dec-05 16:47
nps_ltv16-Dec-05 16:47 
AnswerRe: LookupEdit of DevExpress Pin
AETaylor17-Dec-05 2:54
AETaylor17-Dec-05 2:54 
GeneralRe: LookupEdit of DevExpress Pin
nps_ltv18-Dec-05 14:36
nps_ltv18-Dec-05 14:36 
GeneralRe: LookupEdit of DevExpress Pin
AETaylor18-Dec-05 19:37
AETaylor18-Dec-05 19:37 
QuestionGet active window title Pin
ricny04616-Dec-05 11:50
ricny04616-Dec-05 11:50 

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.