Re: Component calling a form
From: spamfurnace (spamfurnace_at_intermension.com)
Date: 03/15/04
- Next message: *** Grier: "Re: Control hardware with a dll"
- Previous message: JH: "textbox input from form1 to code behind in other forms"
- In reply to: Mike Hildner: "Component calling a form"
- Next in thread: Mike Hildner: "Re: Component calling a form"
- Reply: Mike Hildner: "Re: Component calling a form"
- Messages sorted by: [ date ] [ thread ]
Date: 15 Mar 2004 14:34:45 -0800
> I assume I'm doing something wrong by trying to show a form from a
> component, but don't really know. Can anyone suggest how to do this
> properly?
It a poor design Mike. You can do it but you should really be raising
an event and handling that in some "actual" UI.
If you dont like that suggest and want to do it that way then as far
as im aware there is no *technical* reason why you cant. If forms are
just flashing, maybe their going out of scope/being disposed, or
perhaps they are getting trapped behind the main UI.
I would say try setting form.topmost = true but my first sentence is
my real advice.
hth
Richard
- Next message: *** Grier: "Re: Control hardware with a dll"
- Previous message: JH: "textbox input from form1 to code behind in other forms"
- In reply to: Mike Hildner: "Component calling a form"
- Next in thread: Mike Hildner: "Re: Component calling a form"
- Reply: Mike Hildner: "Re: Component calling a form"
- Messages sorted by: [ date ] [ thread ]