Foxtable(狐表)用户栏目专家坐堂 → 无法创建与屏幕兼容的位图。无法确定屏幕位图格式


  共有19人关注过本帖树形打印复制链接

主题:无法创建与屏幕兼容的位图。无法确定屏幕位图格式

帅哥哟,离线,有人找我吗?
yankunhao
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1039 积分:7315 威望:0 精华:0 注册:2008/9/1 22:34:00
无法创建与屏幕兼容的位图。无法确定屏幕位图格式  发帖心情 Post By:2025/1/21 11:37:00 [只看该作者]

当双击表中的某行,然后会打开这一行的窗口,有时候会有这样的错误提示,请问是什么原因,应该如何查找原因?


有关调用实时(JIT)调试而不是此对话框的详细信息,

请参见此消息的结尾。

************** 异常文本 **************

System.OutOfMemoryException: 无法创建与屏幕兼容的位图。无法确定屏幕位图格式。

在 System.Drawing.BufferedGraphicsContext.bFillBitmapInfo(IntPtr hdc, IntPtr hpal, BITMAPINFO_FLAT& pbmi)

在 System.Drawing.BufferedGraphicsContext.CreateCompatibleDIB(IntPtr hdc, IntPtr hpal, Int32 ulWidth, Int32 ulHeight, IntPtr& ppvBits)

在 System.Drawing.BufferedGraphicsContext.CreateBuffer(IntPtr src, Int32 offsetX, Int32 offsetY, Int32 width, Int32 height)

在 System.Drawing.BufferedGraphicsContext.AllocBuffer(Graphics targetGraphics, IntPtr targetDC, Rectangle targetRectangle)

在 System.Drawing.BufferedGraphicsContext.AllocBufferInTempManager(Graphics targetGraphics, IntPtr targetDC, Rectangle targetRectangle)

在 System.Drawing.BufferedGraphicsContext.AllocBuffer(Graphics targetGraphics, IntPtr targetDC, Rectangle targetRectangle)

在 System.Drawing.BufferedGraphicsContext.Allocate(Graphics targetGraphics, Rectangle targetRectangle)

在 C1.Win.C1Input.C1TextBox.ai()

在 C1.Win.C1Input.C1TextBox.OnSizeChanged(EventArgs e)

在 System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)

在 System.Windows.Forms.Control.UpdateBounds()

在 System.Windows.Forms.Control.WmCreate(Message& m)

在 System.Windows.Forms.Control.WndProc(Message& m)

在 System.Windows.Forms.TextBoxBase.WndProc(Message& m)

在 System.Windows.Forms.TextBox.WndProc(Message& m)

在 C1.Win.C1Input.C1TextBox.WndProc(Message& m)

在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


 回到顶部
帅哥,在线噢!
有点蓝
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:111940 积分:569860 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2025/1/21 11:50:00 [只看该作者]

显示内存溢出,应该是窗口里使用了超大的图片,改为使用小分辨率图

 回到顶部