Click here to Skip to main content
16,005,121 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam30-Sep-04 19:20
Muhammad Azam30-Sep-04 19:20 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam30-Sep-04 19:47
Muhammad Azam30-Sep-04 19:47 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish1-Oct-04 3:30
Kiran Satish1-Oct-04 3:30 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish3-Oct-04 19:24
Kiran Satish3-Oct-04 19:24 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam3-Oct-04 23:22
Muhammad Azam3-Oct-04 23:22 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish4-Oct-04 7:02
Kiran Satish4-Oct-04 7:02 
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish4-Oct-04 7:14
Kiran Satish4-Oct-04 7:14 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam4-Oct-04 21:44
Muhammad Azam4-Oct-04 21:44 
Hi Suman

There is no need to convert your program into an ActiveX control to use this code. Basically the author has given An ActiveX control, that can be used in our applications, to do this first we have to register the control using following command regsvr32 "C:\NTGraph3D_bin\NTGraph3D.dll" then we can use it in our ( vb,vc) applications (as demostrated by author in NTGraph3D_demo project ).

As far as your senario is concerned you have a plain C++ application, you have two options,
1. either search web for "using activeX control in console based applications".

2. or since the author has given the source of this ActiveX control use the classes created by him in your code.

if you are determined to use this control then do tell me lets see if i can figure out further on the above mentioned options, or if you have some other idea then also share it with me.

ActiveX Controls basically expose some methods and properties that we use to communicate with the control.

regards

Azam
GeneralRe: How to start another application and run it within another application Pin
Kiran Satish5-Oct-04 14:11
Kiran Satish5-Oct-04 14:11 
GeneralRe: How to start another application and run it within another application Pin
Muhammad Azam5-Oct-04 20:24
Muhammad Azam5-Oct-04 20:24 
GeneralExitProcess Pin
elephantstar28-Sep-04 12:58
elephantstar28-Sep-04 12:58 
GeneralRe: ExitProcess Pin
Antti Keskinen28-Sep-04 18:01
Antti Keskinen28-Sep-04 18:01 
GeneralRe: ExitProcess Pin
elephantstar29-Sep-04 7:23
elephantstar29-Sep-04 7:23 
GeneralInvalid CTempWnd problem Pin
PJ Arends28-Sep-04 12:57
professionalPJ Arends28-Sep-04 12:57 
GeneralRe: Invalid CTempWnd problem Pin
Antti Keskinen28-Sep-04 18:08
Antti Keskinen28-Sep-04 18:08 
GeneralRe: Invalid CTempWnd problem Pin
PJ Arends29-Sep-04 6:21
professionalPJ Arends29-Sep-04 6:21 
GeneralRe: Invalid CTempWnd problem Pin
Antti Keskinen29-Sep-04 6:40
Antti Keskinen29-Sep-04 6:40 
GeneralDatabase replication - network and island Pin
Ted Christiansen28-Sep-04 11:56
Ted Christiansen28-Sep-04 11:56 
GeneralRe: Database replication - network and island Pin
ssanoj29-Sep-04 9:59
ssanoj29-Sep-04 9:59 
GeneralSetForegroundWindow fails Pin
Neville Franks28-Sep-04 11:47
Neville Franks28-Sep-04 11:47 
GeneralRe: SetForegroundWindow fails Pin
vcplusplus28-Sep-04 12:14
vcplusplus28-Sep-04 12:14 
GeneralRe: SetForegroundWindow fails Pin
vcplusplus28-Sep-04 12:30
vcplusplus28-Sep-04 12:30 
GeneralRe: SetForegroundWindow fails Pin
Neville Franks28-Sep-04 13:07
Neville Franks28-Sep-04 13:07 
GeneralRe: SetForegroundWindow fails Pin
Neville Franks28-Sep-04 13:42
Neville Franks28-Sep-04 13:42 
GeneralRe: SetForegroundWindow fails Pin
Scott H. Settlemier28-Sep-04 14:46
Scott H. Settlemier28-Sep-04 14:46 

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.