Is there a way to check and see if a document exists when an app loads?
The first time the user starts the app, I want it to check and see if
an XML document exists, which it shouldn't. Therefore it will write out
the xml document needed for the app.
Re: Slow start up times... ... I'm afraid I really don't know, especially since it runs fine the first time... Try testing the Normal template, for Word at least--see the link on this ... After the app loads, it then hangs for a good 10 secs. ... (microsoft.public.mac.office)
Message methods ... I have an application that generates Crystal Reports document.... This app works fine... ... I have create a message method connected to the wm_copydata message. ... It does not appear to like my call to create a xml document.... (borland.public.delphi.language.objectpascal)
Re: File Searching, how to speed it up? ... a service that either uses a watcher to update your saved file list, or just scans periodically and does the update, so that when your app is executed, it's already current, or has a short list of changed files to scan. ... In particular the first time the app loads up and has to search every file which is painfully slow. ... (microsoft.public.dotnet.framework.performance)
Re: File searching is really slow, how do I speed it up? ... This service can always run in the background and use the file system watcher to be triggered on new/changed files even if the other app is not running. ... If a directory changes I update its contents on startup of the app. ... In particular the first time the app loads up and has to search every file which is painfully slow. ... (microsoft.public.dotnet.framework)
Re: Message methods ... It does not appear to like my call to create a xml document.... > I can place this code anywhere in my app,... option is to make a copy of the passed data into local memory,... ReplyMessage to release the sender thread,... (borland.public.delphi.language.objectpascal)