application.run with control

  • 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?

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
 

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