Version: |
2.0 |
Description: |
Sets the Windows handle for the frame to display Visual CADD™ dialogs. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCSetDialogFrameHwnd(HWND hWndFrame); |
Delphi |
procedure VCSetDialogFrameHwnd(hWndFrame: Smallint); stdcall; |
ActiveX/COM |
Sub SetDialogFrameHwnd(ByVal hWndFrame As Long) |
Parameters: |
hWndFrame - Windows handle for the application frame |
Notes: |
Many features of the Visual CADD™ interface can be utilized directly in a custom application created with a separate interface. The interface features include dialogs, toolbars, menus and child drawing windows. In order to access these features in the custom interface, a Windows hWnd needs to be provided to display each of the Visual CADD™ features. Once the dialog frame is set, all the Visual CADD™ dialogs and ribalogs will function the same in a custom interface. |
See Also: |