Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Beim Start Wert übergeben

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
18.11.2002, 14:36 Uhr
~Heiko
Gast


Hallo Leute,

wie kann ich beim Start meiner Anwendung sofort einen Wert übergeben und beim schliessen einen Wert zurückgeben??

Bei der Consolen Anwendung ging es ja so:

int main (int nArg, char* apszArg[])
{
}

Gruß Heiko
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
18.11.2002, 15:04 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


Hi


C++:
AfxGetApp()->GetCommandLine();


--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
19.11.2002, 15:47 Uhr
~Heiko
Gast



Zitat:
FloSoft postete
Hi


C++:
AfxGetApp()->GetCommandLine();




Hallo,

und wie geht das genau ????

zb: AfxGetApp()->GetCommandLine(long übergabe); ???

Gruß
Heiko
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
19.11.2002, 18:09 Uhr
FloSoft
Medialer Over-Flow
(Administrator)


Hallo,


C++:
CString strCmdLine = AfxGetApp()->GetCommandLine();
if(strCmdLine.CompareNoCase("-param")==0)
{
   // do sth
}


--
class God : public ChuckNorris { };
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ VC++ / MFC ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: