MDI und Excel App
-
Hallo,
ich habe ein Problem und hoffe das mir jemand weiterhelfen kann.Wie kann ich aus Excel Application ein MDI Client machen.
_Application app; // Start Excel and get Application object... if(!app.CreateDispatch("Excel.Application")) { AfxMessageBox("Couldn't start Excel."); } else { //Make Excel Visible and display a message app.SetVisible(TRUE); }
Danke
-
So lange, wie du auf eine Antwort wartest, kannst du ja mal hier suchen, ob dich das weiter bringt:
http://www.c-plusplus.net/forum/viewtopic-var-t-is-39034.html