|
Hi, I need to port a
VisualBasic function to C++ (MFC). The VB function simply launches another
application (Rasmol, RasWin.exe) and executes some commands in that application.
This is the VB code I need to implement in C++: If Not
RasMolRunning Then I know how to use
ShellExecuteEx (or CreateProcess) to run the application, however I don�t know
how can I use the DDE commands (e.g. txtDDE.LinkExecute). I�ve never ever used
VB � Any
help? Thanks, Carlos |
- Re: [msvc] vb->c++ (MFC) Juan Carlos
- Re: [msvc] vb->c++ (MFC) Phil Daley
- Re: [msvc] vb->c++ (MFC) Juan Carlos
- Re: [msvc] vb->c++ (MFC) TJ Houston
- Re: [msvc] vb->c++ (MFC) Juan Carlos
- RE: [msvc] vb->c++ (MFC) Ehsan Akhgari
