This is the first time I have visited this forum. Very impressive guys. Informed and knowledgible.
[xdirect = SYS(5)+SYS(2003)]
[ShellExec(xdirect+"\SCGINS.RTF"]
I have put the command above in my program which calls the API and brings up a word processor. In my case Microsoft Word. It allows you to read the file, modify it or print it.
In this case it is instructions to the program which the clients can read or print out. It works just fine.
My questions is this.
If they don't have word, will it bring up the word processor they have?
If they don't have a word processor will it bring up Wordpad.exe
My thinking is it would bring up what ever is registered as handling rtf files.
Is my thinking off base?
[xdirect = SYS(5)+SYS(2003)]
[ShellExec(xdirect+"\SCGINS.RTF"]
I have put the command above in my program which calls the API and brings up a word processor. In my case Microsoft Word. It allows you to read the file, modify it or print it.
In this case it is instructions to the program which the clients can read or print out. It works just fine.
My questions is this.
If they don't have word, will it bring up the word processor they have?
If they don't have a word processor will it bring up Wordpad.exe
My thinking is it would bring up what ever is registered as handling rtf files.
Is my thinking off base?