HELP ME PLEASE...
when i click on buton ADVANCED PALY/EDIT, it will display the CRASH DETAILS like this:
The details of the crash
n application error occurred with the following information:
A generic error occurred in GDI+.
Stack Trace:
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle, StringFormat format)
at NewUIControls.Helpers.TextShadowProvider.DrawShadow(Graphics g, String text, Font shadowFont, Rectangle textRect, StringFormat stringFormat)
at NewUIControls.AdvancedListBox.DrawDefaultItem(AdvancedListItemPaintEventArgs e)
at NewUIControls.AdvancedListBox.DrawItem(AdvancedListItemPaintEventArgs e)
at NewUIControls.AdvancedListBox.DrawOneItemForCacheImage(Int32 virtualWindowWidth, AdvancedListItem currentDrawItem)
at NewUIControls.AdvancedListBox.DrawCacheImageForItems()
at NewUIControls.AdvancedListBox.DrawItems(PaintEventArgs e)
at NewUIControls.AdvancedListBox.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)