I have to say thanks for all your contributions, I do really appreciate them.
I have downloaded your modified version of the Ultima.dll to make it work with UOFiddler v4.6 but I'm getting this error
Quote
Method not found: 'System.Drawing.Bitmap Ultima.Art.GetStatic(Int32)'.
at FiddlerControls.ItemShow.DetailSplitContainer_SizeChange(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.set_Size(Size value)
at System.Windows.Forms.SplitterPanel.set_Size(Size value)
at System.Windows.Forms.SplitContainer.UpdateSplitter()
at System.Windows.Forms.SplitContainer.set_SplitterDistance(Int32 value)
at FiddlerControls.ItemShow.InitializeComponent()
at FiddlerControls.ItemShow..ctor()
at UoFiddler.UoFiddler.InitializeComponent()
at UoFiddler.UoFiddler..ctor()
at UoFiddler.Program.Main()
So I decided to take a look at the source code of fiddler and replaced all the .cs files from the Ultima Project with yours but I'm running into some problems. Can you give me a hand with it? Wich version of uofiddler did you use to test it? I haven't studied the code too much but I want to get rid of the IndexOutOfRange exception for the art.cs and the controls
Best regards