-
Notifications
You must be signed in to change notification settings - Fork 44
Closed
Description
Hello,
i want to add an icon to my extension, but it does not work. i want to add a custom image, the example code on fiddler-docs/Extend-Fiddler/AddIcon.md
is as same as use an existing icon, is there some mistake?
and my code is like this, but also do not work, can you help me?
Image newImage = Image.FromFile(@"E:\svn\connect_proj\trunk\tools\rosin\Rosin\test.jpg");
FiddlerApplication.UI.imglSessionIcons.Images.Add("Rosin", newImage);
oPage.ImageKey = "Rosin";
oPage.Controls.Add(this.oConfigControl);
this.oConfigControl.Dock = DockStyle.Fill;
int size = FiddlerApplication.UI.tabsViews.TabPages.Count;
FiddlerApplication.UI.tabsViews.TabPages.Insert(size, oPage);
Metadata
Metadata
Assignees
Labels
No labels