dynamically create the Image editor

Last post 12-02-2005, 7:14 AM by daop1. 0 replies.
Sort Posts: Previous Next
  •  12-02-2005, 7:14 AM 13318

    dynamically create the Image editor

    I am creating a button for the toolbar with some special functionality and I wanted to find out if i can run the image editor myself dynamically in the code

    I wass thinking something like this

    CuteEditor.ImageEditor.ImageEditor myie = new CuteEditor.ImageEditor.ImageEditor();
    myie.ImageUrl = "~/uploads/logo.gif";
    this.Controls.Add(myie);
     
    David
View as RSS news feed in XML