Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > .NET WinForms
  New Posts New Posts RSS Feed - non-modal forms can not be displayed in this host
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Forum Lockednon-modal forms can not be displayed in this host

 Post Reply Post Reply
Author
Message
Gopi View Drop Down
Newbie
Newbie


Joined: 12 March 2009
Status: Offline
Points: 1
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gopi Quote  Post ReplyReply Direct Link To This Post Topic: non-modal forms can not be displayed in this host
    Posted: 12 March 2009 at 4:39am
Hello,
I have made one application in VB.Net
In that i have used some ocx controls and Dll which will work perfect in VB
but when i am going to use the properties from that dll that is giving me error that the run time error 406 non-modal forms can not be displayed in this host application from an activex dll.
My code is like that
Private Sub btnAnalysis_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAnalysis.Click

AxEcgTrend1.PerformAnalysis(AxEcgTrend1.SelectedLead)
AxEcgTrend1.AnalyzeAllLeads(True)

End Sub

This will give me error.
Its urgent. please anyone can help for that.
i cant make change in dll.
So in my application what should i write for that?
Thanks in adv.
Thanks.
Gopi
Back to Top
braian87b View Drop Down
Groupie
Groupie


Joined: 01 April 2008
Location: Argentina
Status: Offline
Points: 35
Post Options Post Options   Thanks (0) Thanks(0)   Quote braian87b Quote  Post ReplyReply Direct Link To This Post Posted: 01 September 2009 at 10:49am

Back to Top
kstowell View Drop Down
Admin Group
Admin Group


Joined: 25 January 2003
Location: MIchigan, USA
Status: Offline
Points: 496
Post Options Post Options   Thanks (0) Thanks(0)   Quote kstowell Quote  Post ReplyReply Direct Link To This Post Posted: 01 September 2009 at 11:32am
Hi,
 
you can try the MSDN website http://msdn.microsoft.com or Google search, you will probably find the answer you are looking for there.
 
Cheers,
Kirk Stowell, President and CEO
CODEJOCK SOFTWARE SOLUTIONS<
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.