howto display small window in my app.

  • Thread starter Thread starter rocio
  • Start date Start date
R

rocio

I would like to display a small window in my application, so that the user
can still see the full window in the background, the one that call my small
window to enter a value for some calculation.
Once the user enters the value in the small window, this one will disappear
and display the original full window that called the small one, very similar
to a MessageBox, that displays in a small window.

Can I do this??
 
Probably easiest to use create a Panel that you show/hide as appropriate.
 

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