We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

MDI help

im trying to make an MDI text editor but i cant get your edit control to work :(

this code works with a normal textbox

Dim ab As Form = Me.ActiveMdiChild
Dim theBox As TextBox = CType(ab.ActiveControl, TextBox)


3 Replies

FS Fathima Shalini P Syncfusion Team January 25, 2008 06:13 AM UTC

Hi,

Thanks for your interest in Syncfusion Products.

The Edit Control can be used as a MDI text editor. Please have a look at the following sample which illustrates this:

http://websamples.syncfusion.com/samples/Tools.Windows/F71222/main.htm

Please let me know if any concerns.

Regards,
Fathima



BU bubzuru January 25, 2008 02:08 PM UTC

yes that is just what i want :D

but im only new to programing and
find it hard to look through all that code
its very confusing :(

is there anywhere that i can find a more
simple example ?

just a MDI text editor with open & save



FS Fathima Shalini P Syncfusion Team January 28, 2008 05:49 AM UTC

Hi,

Thank you for your continuous interest in Syncfusion Products.

Please find the simplified sample in the following link:
http://websamples.syncfusion.com/samples/Tools.Windows/F71222_1/main.htm

Please let me know if any concerns.

Regards,
Fathima


Loader.
Live Chat Icon For mobile
Up arrow icon