Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

run

0 views
Skip to first unread message

Tobias Kammacher

unread,
Nov 14, 2001, 1:49:06 PM11/14/01
to
i would like to run something, can anybody say me the outin, for example:


Private Sub Form_Load()

End Sub


but anything between, to run a programm (for example: run "start.exe")
thanks
tk


Neil Butterworth

unread,
Nov 14, 2001, 2:22:33 PM11/14/01
to
"Tobias Kammacher" <tkamm...@bluewin.ch> wrote in message
news:9suelq$15ko12$1...@ID-97211.news.dfncis.de...

You seem to be asking about Visual Basic? If so, this and other Windows
questions, should be addressed to the MS newsgroups on the
news.microsoft.com news server - they are completely off-topic in
comp.lang.c++.

NeilB


Mike Wahler

unread,
Nov 14, 2001, 2:44:13 PM11/14/01
to
Tobias Kammacher wrote in message
<9suelq$15ko12$1...@ID-97211.news.dfncis.de>...

>i would like to run something, can anybody say me the outin, for example:
>
>
>Private Sub Form_Load()
>
>End Sub

This looks like Visual Basic, which is completely
off-topic here.

>but anything between, to run a programm (for example: run "start.exe")

The only facility provided by the standard C++
language (the *only* topic of discussion here)
for the invocation of an external process is
via the 'std::system()' function, declared
in header <cstdlib>. Check your C++ compiler's
library documentation to learn how to use it.

Consult www.usenet.org and/or www.google.com to locate
newsgroups that discuss the issues you ask about
(Windows programming, VB, etc.).

-Mike

0 new messages