This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Help for Windows functions


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]



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]