Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Excel 2003 mit VC++

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
05.04.2004, 12:12 Uhr
~domi73
Gast


Ich versuche aus einer C++-Application Excel 2003 zu starten. Ich habe folgendes gemacht:

_Global m_global;

COleVariant
covTrue((short)TRUE),
covFalse((short)FALSE),
covOptional((long)DISP_E_PARAMNOTFOUND, VT_ERROR);

if(!m_global.CreateDispatch("Excel.Application.11", NULL)){

AfxMessageBox("Registry Entry missing. Could not create Excel object.");
return;
}

Jetzt suche nach einer Funktion wie SetVisible() aber ist nichts zu finden.
Ich bin dankbar für jede kleine Info.

Schöne Grüße
Dominic
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
09.04.2004, 09:03 Uhr
~Slowhand
Gast


Hi,
versuchs mal so:

_Application app;

app.CreateDispatch("Excel.Application");
app.SetVisible(TRUE);


Slowhand
 
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: