GUI
-
Hello!Can somebody tell me if i could make the graphical interface for a VC++ program using Macromedia Flash?
-
Hello!Can somebody tell me if i could make the graphical interface for a VC++ program using Macromedia Flash?
Flash can talk COM, so if your VC program has a COM interface, the flash program can command it to do things, and query it for data to display. It's an evolving way of writing GUIS... look at http://topicks.com/ for a demo of a program that does just that
-
Flash can talk COM, so if your VC program has a COM interface, the flash program can command it to do things, and query it for data to display. It's an evolving way of writing GUIS... look at http://topicks.com/ for a demo of a program that does just that
I don't know the Flash COM interface.There is a change i could find out,or find an article decribeing the interface.