This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Help for Windows functions
- To: help-gcc at gnu dot org
- Subject: Help for Windows functions
- From: "Amedeo Storni" <astorni at softhome dot net>
- Date: Tue, 23 Nov 1999 15:18:46 +0100
- Newsgroups: gnu.gcc.help
- Xref: wodc7nx0 gnu.gcc.help:1938
Hi All,
There are some things I would like to do with a Win32 application:
- Run a program: I can use system(), but I don't want the console window to
appear
- Open a sort of MessageBox with no buttons, that doesn't block my
application but only shows "Doing this....."; of course I would like to be
able to change the text and close it
I understand that I can't go on like that :), so if anyone can suggest where
I can find a comprehensive on-line help for Windows function, even better a
downloadable version....
Thanks In Advance
Amedeo Storni
--
[A special thank to Mumit Khan for an extremely complete and useful answer
to my previous question]