Hello,
A Unhanded exception occurred the second I clicked Additional Options, Its trying to load an OEM logo from the registry that doesn't exist
System.IO.FileNotFoundException: c:\windows\system32\oobe\badge.bmp
at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
at System.Drawing.Image.FromFile(String filename)
at VistaTweaker.MainApp.GetSettingAdditionalOptions()
at VistaTweaker.MainApp.MakePageVisible(String Page)
at VistaTweaker.MainApp.linkLabelAdditional_LinkClick ed(Object sender, LinkLabelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnLinkClicked(LinkL abelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEven tArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.LinkLabel.WndProc(Message& msg)
at System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
OS: VistaX64 SP1
Just include a Try statement around the block of code without calling or doing anything after the catch statement
Might also be a good idea to rename the Microsoft.Samples namespace`s for the task dialogue
Steven