COM: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
No edit summary
m (Using COM Objects moved to COM: simplifying)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
it is possible to use functionality from COM Objects using visual dataflex.
it is possible to use functionality from COM Objects using Visual DataFlex.




= using COM objects =
= using a COM object from Visual DataFlex =
[[CodeJock]] is integrated in Visual DataFlex 12.1 and up
 
Remember to register it
regsrv32.exe yourCOMobject.dll
 
It should now appear in the list available COM objects in the Visual DataFlex Studio , when you select new -> class --> Import COM ActiveX or Import COM Automation or Import COM Embedded Object.
 
= COM examples =
 
*[[Code Jock menus]] are integrated in Visual DataFlex 12.1 and up.
*[[SMTP Email]]
 




[[Category:System Integration]]
[[Category:System Integration]]
[[Example of a simple COM object creation - SMTP Email]]

Latest revision as of 21:01, 1 December 2007

it is possible to use functionality from COM Objects using Visual DataFlex.


using a COM object from Visual DataFlex

Remember to register it

regsrv32.exe yourCOMobject.dll

It should now appear in the list available COM objects in the Visual DataFlex Studio , when you select new -> class --> Import COM ActiveX or Import COM Automation or Import COM Embedded Object.

COM examples