I have two questions:
1) when I launch Excel from CVI, Excel will be brought to the top maximized. I need to switch back to my own panel to continue. Is there a way in which I can launch Excel with it minimized?
2) when I connected the DDEServer, I cut and pasted the callback function from the example Ddedemo to handle the two messages: DDE_DISCONNECT and DDE_DATAREADY. But when I closed Excel manually, I got an error from function DisconnectFromDDEServer() when handling the DDE_DISCONNECT message. The error code is (-12): NoConnectionEstablished.
Could somebody help me out? Thanks in advance