Application.run

  • Thread starter Thread starter VeNoM00
  • Start date Start date
V

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
 
VeNoM00 said:
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?

Put the control on a form.
 
VeNoM00,

Forms are the only toplevel controls in Windows Forms. Application Run
requires toplevel control.

I don't know how IE toolbars work, but I feel like you are going to a wrong
direction.
 
VeNoM00 said:
I cant't becausa i'm doing a toolbar for IE. :-( any idea?

Do you need to call Application.Run at all? I presume you're doing it as an
ActiveX control which wouldn't require application.run.

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top