Creating a popup box similar to 'Insert Comment' in Excel?

  • Thread starter Thread starter Angel
  • Start date Start date
A

Angel

How can I create a popup window similar to the 'Insert Comment' dialog in MS
Excel? I only need it to popup, and it should have an OK button. Would that
be a Windows form or a user control?

Thanks.
 
I would think it would be easier and neater to do it as a user control.
You can create a user control as you said, witha textbox and a ok button.
You can layout the textbox any way you like and the majority of the control
might be the textbox.
HTH
JB
 

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