VC FLEX
-
Hi ALL, I am using Visual C++ 6.0 studio. I want to render processing result data graphically by showing a flash to the user with FLEX technology. I wonder if this is possible. Thanks Felix
-
Hi ALL, I am using Visual C++ 6.0 studio. I want to render processing result data graphically by showing a flash to the user with FLEX technology. I wonder if this is possible. Thanks Felix
Yes it is possible. You can use Adobe Flash Player ActiveX control in ypur VC++ project. You can make use of events and methods provided by Adobe Flash Player control to communicate between C++ and the Flash file (Which is the result of compiling your Flex project).
-
Hi ALL, I am using Visual C++ 6.0 studio. I want to render processing result data graphically by showing a flash to the user with FLEX technology. I wonder if this is possible. Thanks Felix