Article ID: 114228
Article Last Modified on 6/29/2004
iChannel = DDEInitiate("Progman","Progman")
= DDEExecute(iChannel,;
"[Additem(c:\myapp\readme.txt,tty,;
c:\foxprow\goodies\bitmaps\fox\help.ico,0)]")
= DDETerminate(iChannel)
This program can then be compiled into an .EXE file. At the end of the
Setup program, you can tell your users to run this .EXE file after
installing the application.
Additional query words: Distribution Kit icon DK Setup
Keywords: kbhowto kbinterop kbcode KB114228