A
Alvin Tan
Hello all,
I'm manage to invoke pword.exe application from my PocketPC apps, however, I
couldn't really set the properties of the opened document. I'm trying to set
my the font size and font of the document but can't seem to find a way. If
any of you people can help, it'll be great!
This is the fragment of code used to invoke pword.exe application:
private void InvokeWord( )
{
ProcessInfo pi = new ProcessInfo();
CreateProcess("pword.exe", "", IntPtr.Zero, IntPtr.Zero, 0, 0,
IntPtr.Zero, IntPtr.Zero, new Byte[128], pi);
}
Any suggestions?
Cheers
Alvin
I'm manage to invoke pword.exe application from my PocketPC apps, however, I
couldn't really set the properties of the opened document. I'm trying to set
my the font size and font of the document but can't seem to find a way. If
any of you people can help, it'll be great!
This is the fragment of code used to invoke pword.exe application:
private void InvokeWord( )
{
ProcessInfo pi = new ProcessInfo();
CreateProcess("pword.exe", "", IntPtr.Zero, IntPtr.Zero, 0, 0,
IntPtr.Zero, IntPtr.Zero, new Byte[128], pi);
}
Any suggestions?
Cheers
Alvin