Is there any way that I could place a label or text box on an MDI form, or is there any product that would allow me to do this?
Printable View
Is there any way that I could place a label or text box on an MDI form, or is there any product that would allow me to do this?
You can not place a label or textbox directly on an MDIForm. You could however place them on a toolbar on top of the MDIForm.
You can put a picturebox on the MDI form and put any controls you want on the picturebox.