I need to run the cmd shell minimized...how do I set this up.
I don't think there is a way to do that from TD, with a registry hack or
something like this.
However, you can make you own app as a shell that will launch
(ShellExecute/CreateProcess) the CMD in minimized mode (SW_MINIMIZE).
Also, if in the future I choose to run my application as a shell, how
would I run it minimized.
Why would you need that? Wouldn't your app supposed to be a "shell" app?
Anyway.. either you go with the same little pre-shell app as described above
to launch you "heavy" shell app. Or you make appropriate changes in your
main shell app (if you have source code for it) to minimize its windows
(ShowWindow API, or appropriate parameters for CreateWindow API).
Thanks in advance,...on a different note, is something wrong with the
newsgroup search function? It does not seem to find anything that I search
for. I use keywords in the search engine that I know for certain exist in
lots of messages, but nothing is found?! Anyway...thanks
What newsgroup client do you use? If it is OE, you are unlikely be able to
do the newsgroup search unless you have installed a third party plug-in
(like Fidolook Express).