windows base application in C#.net

i make one windows base application in C#.net .now i want to run journal file with the use of the windows base application in C#.net

There is an application in your UGII folder that will run a specified journal; it is called run_journal.exe. Search the NX help file for "Run a journal from the command prompt window" and you will find the following:

On Windows, you can launch a journal from an external command line using the following command:

run_journal [filename] -args [string arguments]

where:

[filename] = a valid journal filename [string arguments] = an optional array of string arguments that are passed through to your main() routine
Example

run_journal list_assy.vb -args mypart.prt