Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: Modifying an existing file Pin
Rocky#15-Aug-07 18:45
Rocky#15-Aug-07 18:45 
GeneralRe: Modifying an existing file Pin
Rocky#15-Aug-07 18:59
Rocky#15-Aug-07 18:59 
GeneralRe: Modifying an existing file Pin
led mike16-Aug-07 4:54
led mike16-Aug-07 4:54 
GeneralRe: Modifying an existing file Pin
Rocky#16-Aug-07 19:34
Rocky#16-Aug-07 19:34 
GeneralRe: Modifying an existing file Pin
led mike17-Aug-07 5:05
led mike17-Aug-07 5:05 
GeneralRe: Modifying an existing file Pin
Rocky#17-Aug-07 19:21
Rocky#17-Aug-07 19:21 
QuestionWindows Forms GUI App to Windows App Pin
VK-Cadec15-Aug-07 1:18
VK-Cadec15-Aug-07 1:18 
AnswerRe: Windows Forms GUI App to Windows App Pin
Scott Dorman15-Aug-07 3:53
professionalScott Dorman15-Aug-07 3:53 
This really needs more information, but making a couple of assumptions:

1. convertXML is your main form
2. onLoad is an event handler for the Form's Load event

Based on these assumptions, you can't write code like:
C#
convertXML.onLoad.processXML(string)
You would need to call your processXML method from inside the onLoad method.

A few other things...you really should adjust your naming conventions to follow the de-facto standard of camel casing. This would change your names to "ConvertXml", "OnLoad", and "ProcessXml".

Also, what is the intention of running this "silently"? Is this a process that is always supposed to be running in the background? If that is the case, you should think about converting this to run as a Windows service.

-----------------------------
In just two days, tomorrow will be yesterday.

http://geekswithblogs.net/sdorman

GeneralRe: Windows Forms GUI App to Windows App Pin
VK-Cadec15-Aug-07 3:57
VK-Cadec15-Aug-07 3:57 
GeneralRe: Windows Forms GUI App to Windows App Pin
Scott Dorman15-Aug-07 4:34
professionalScott Dorman15-Aug-07 4:34 
QuestionPlease help me in login logic Pin
Mohammed Elkholy15-Aug-07 1:10
Mohammed Elkholy15-Aug-07 1:10 
AnswerRe: Please help me in login logic Pin
Christian Graus15-Aug-07 1:15
protectorChristian Graus15-Aug-07 1:15 
Questioncompare binary with binary in C# Pin
amin_ramin888615-Aug-07 1:05
amin_ramin888615-Aug-07 1:05 
AnswerRe: compare binary with binary in C# Pin
Guffa15-Aug-07 2:31
Guffa15-Aug-07 2:31 
GeneralRe: compare binary with binary in C# Pin
amin_ramin888615-Aug-07 22:06
amin_ramin888615-Aug-07 22:06 
AnswerRe: compare binary with binary in C# Pin
Guffa16-Aug-07 2:15
Guffa16-Aug-07 2:15 
Question[C#] - Combining several projects Pin
aravinda77715-Aug-07 0:25
aravinda77715-Aug-07 0:25 
AnswerRe: [C#] - Combining several projects Pin
Christian Graus15-Aug-07 0:48
protectorChristian Graus15-Aug-07 0:48 
AnswerRe: [C#] - Combining several projects Pin
Scott Dorman15-Aug-07 4:07
professionalScott Dorman15-Aug-07 4:07 
Questionhow to databind a image from my database to my asp page Pin
Daniel_Logan15-Aug-07 0:20
Daniel_Logan15-Aug-07 0:20 
AnswerRe: how to databind a image from my database to my asp page Pin
Christian Graus15-Aug-07 0:50
protectorChristian Graus15-Aug-07 0:50 
QuestionPortbinding Shell in C# Pin
Paul Chin PC15-Aug-07 0:12
Paul Chin PC15-Aug-07 0:12 
AnswerRe: Portbinding Shell in C# - Solution Pin
Paul Chin PC15-Aug-07 6:19
Paul Chin PC15-Aug-07 6:19 
GeneralRe: Portbinding Shell in C# - Major Improvement Pin
Paul Chin PC19-Aug-07 3:52
Paul Chin PC19-Aug-07 3:52 
QuestionMS FlexGrid 6 with Unicode in .Net, possible? Pin
Doan Quynh15-Aug-07 0:08
Doan Quynh15-Aug-07 0:08 

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.