Advertisement
2_2002-2004 Miscellaneous #117276

FloatingForm

Creates a floating form on top of a previously existing form. Its useful for floating toolbars e.tc.

AI

AIサマリー: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

ソースコード
original-source
Sub FloatingForm(frmParent as Form, frmFloater as form)
 frmFloater.show ,frmParent
End sub
Upload
オリジナルのコメント (3)
Wayback Machineから復元