This method loads a form from a resource file.
HRESULT LoadFormResource( OLE_HANDLE hFC, long wRsrcID, IDispatch **ppForm, IDispatch *pDispSink );
NOERROR indicates success. E_INVALIDARG indicates that an invalid argument was entered. E_ACCESSDENIED indicates that access to the resource file was denied. If an error occurs, the appropriate HRESULT value is returned.
For information about how to layout a resource, see Constraint-Based Layout and FA_* Values.‹For information about how to layout a resource, see Appendix F, "Constraint-Based Layout and FA_* Values."›