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
 
Back
Top