Click here to Skip to main content
15,908,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Do I have to instantiate a copy of IRichEditOle before using EM_GETOLEINTERFACE Pin
ForNow24-May-10 17:26
ForNow24-May-10 17:26 
GeneralRe: Do I have to instantiate a copy of IRichEditOle before using EM_GETOLEINTERFACE Pin
Code-o-mat24-May-10 21:34
Code-o-mat24-May-10 21:34 
QuestionListview Pin
wael_r24-May-10 3:19
wael_r24-May-10 3:19 
AnswerRe: Listview Pin
Xeqtr24-May-10 3:33
Xeqtr24-May-10 3:33 
Questiondrawing water in open gl in visual c++ Pin
nearest24-May-10 1:01
nearest24-May-10 1:01 
AnswerRe: drawing water in open gl in visual c++ Pin
Maximilien24-May-10 1:26
Maximilien24-May-10 1:26 
AnswerRe: drawing water in open gl in visual c++ Pin
Nuri Ismail24-May-10 2:55
Nuri Ismail24-May-10 2:55 
QuestionRemote Computer access Pin
hellogany23-May-10 23:35
hellogany23-May-10 23:35 
AnswerRe: Remote Computer access Pin
Richard MacCutchan23-May-10 23:47
mveRichard MacCutchan23-May-10 23:47 
QuestionRe: Remote Computer access Pin
David Crow24-May-10 3:06
David Crow24-May-10 3:06 
AnswerRe: Remote Computer access Pin
ThatsAlok25-May-10 1:50
ThatsAlok25-May-10 1:50 
QuestionCFileDialog not displaying existing files [modified] Pin
maycockt23-May-10 23:34
maycockt23-May-10 23:34 
AnswerRe: CFileDialog not displaying existing files Pin
maycockt24-May-10 0:29
maycockt24-May-10 0:29 
QuestionGet all running Excel Pin
trioum23-May-10 22:36
trioum23-May-10 22:36 
AnswerRe: Get all running Excel Pin
Garth J Lancaster24-May-10 1:35
professionalGarth J Lancaster24-May-10 1:35 
from what Ive seen GetActiveObject() is only going to get one instance. If you are looking for a particular instance, you could try looping :-

GetActiveObject()
Is This instance what Im looking for ?
If No CLose the excel instance
repeat until you find the excel instance you want

I was thinking that you could enumerate windows with Excel in the title, somehow close the ones you dont want (assuming you can detect the one you do want by the window title), then do a GetActiveObject()

sorry .. maybe someone else has a better idea
GeneralRe: Get all running Excel Pin
trioum24-May-10 20:05
trioum24-May-10 20:05 
GeneralRe: Get all running Excel Pin
Garth J Lancaster24-May-10 20:07
professionalGarth J Lancaster24-May-10 20:07 
GeneralRe: Get all running Excel Pin
Garth J Lancaster24-May-10 20:18
professionalGarth J Lancaster24-May-10 20:18 
GeneralRe: Get all running Excel Pin
trioum24-May-10 20:34
trioum24-May-10 20:34 
GeneralRe: Get all running Excel Pin
Garth J Lancaster24-May-10 20:51
professionalGarth J Lancaster24-May-10 20:51 
QuestionMFC New Feature pack style problem! Pin
m_code23-May-10 22:21
m_code23-May-10 22:21 
QuestionChange Button Image on mouse over Pin
AbhiHcl23-May-10 21:50
AbhiHcl23-May-10 21:50 
AnswerRe: Change Button Image on mouse over Pin
namaskaaram23-May-10 23:35
namaskaaram23-May-10 23:35 
QuestionHow to Convert CString to char array? Pin
TechAvtar23-May-10 19:14
TechAvtar23-May-10 19:14 
AnswerRe: How to Convert CString to char array? Pin
Yusuf23-May-10 19:28
Yusuf23-May-10 19:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.