Home All Groups Group Topic Archive Search About

application.run with control

Author
15 Jan 2006 10:29 PM
VeNoM00
I need to use the application.run method with a control insted of a
form. The application context object doesn't seem to help me.

What can i do?

Any help will be apprecieted

Author
15 Jan 2006 11:53 PM
Armin Zingler
"VeNoM00" <veno***@arcadiaclub.com> schrieb
> I need to use the application.run method with a control insted of a
> form. The application context object doesn't seem to help me.
>
> What can i do?
>
> Any help will be apprecieted


You must use a top-level window to show. A control is not a top-level
window. You could add the control to a Form without border (dock = fill) and
show the form instead.


ARmin
Author
16 Jan 2006 12:46 PM
VeNoM00
I can't because i'm doing a toolbar for IE :-( Any idea?
Author
16 Jan 2006 12:56 PM
Herfried K. Wagner [MVP]
"VeNoM00" <veno***@arcadiaclub.com> schrieb:
>I can't because i'm doing a toolbar for IE :-( Any idea?

Extending Explorer with Band Objects using .NET and Windows Forms
<URL:http://www.codeproject.com/csharp/dotnetbandobjects.asp>

Shell Extensions with .NET
<URL:http://mvps.org/emorcillo/en/code/shell/shellextensions.shtml>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
16 Jan 2006 2:01 PM
VeNoM00
I know how to do a ie toolbar but i want it to be executed in a
separate thread