
Non modal <-a few questions---HELP
You'll have to display the form modally. Displaying non-modal
forms from a DLL is a feature many application's don't support.
VB only added it in 5.0.
--
Ron Ruble
Raffles Software Development, Inc.
Quote:
>I created an OCX in VB5 and i'm trying to use t in a Borland Builder App.
>when i click on the command button on my control to open another form it
>returns an error that says
>"runtime error 406...Non modal forms can not be displayed in this host
>application from an ActiveX DLL , control or property page."
>is there a setting i need to make in VB5 or is there something i need to
>change in C++ Builder?
>Thanks for the help
>Richard