Urgent!.. toolbar dont refresh, plz help

  •  11-10-2005, 4:15 AM

    Urgent!.. toolbar dont refresh, plz help

    I using CuteEditor v5 with C#.
    I have different configuration files foreach department, and when I change my department with a dropdown list
    the config file change, but not my toolbar icons.
     
    Im using prerender to change my config file:
     
     private void Editor2_PreRender(object sender, EventArgs e)
      {
           Editor2.SecurityPolicyFile = Dropdownlist2.SelectedItem.Text+".config";
      }
View Complete Thread