T
Terrance
Good Afternoon:
I have two questions I was hoping someone can help me with.
1. I've created a app that creates a xml file; the project was constructed
as a console window. I want to know is there anyway to suppress the console
window from showing? One of the options is I have is to generate the xml file
without showing the console window. Even though I'm not calling the Console
it still flashes. Any suggestions. I plan on running this exe as a scheduled
task. Is there a better method in doing that; like should it be a library
(dll) file? Would a dll run as a scheduled task?
2. The xml file that I'm creating needs a schema. Is there any good
information on how to create the schema for such a file? It's a simple xml
file with that's in the following format:
<main>
<record>
<name>Joe Smith</name>
.... other elements
</record>
<record>....
</main>
I have two questions I was hoping someone can help me with.
1. I've created a app that creates a xml file; the project was constructed
as a console window. I want to know is there anyway to suppress the console
window from showing? One of the options is I have is to generate the xml file
without showing the console window. Even though I'm not calling the Console
it still flashes. Any suggestions. I plan on running this exe as a scheduled
task. Is there a better method in doing that; like should it be a library
(dll) file? Would a dll run as a scheduled task?
2. The xml file that I'm creating needs a schema. Is there any good
information on how to create the schema for such a file? It's a simple xml
file with that's in the following format:
<main>
<record>
<name>Joe Smith</name>
.... other elements
</record>
<record>....
</main>