Click here to Skip to main content
15,883,852 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi I'm having problems using visual studio 2010 with windows 8. in a certain part of my code I use the message.box (); however an error occurs:
  Generic GDI + error

anyone been through this?

thank you
Posted
Comments
Dave Kreskowiak 30-Jan-13 12:46pm    
Without more detail, it's impossible to answer your question. What does the code look like? What's the app type? Modern app? WPF? Windows Forms? HTML5? Java?
...?
arthur.rafa10 30-Jan-13 12:58pm    
Sorry Dave.
I am working with windows form (desktop) with the C # language with OpenCV. and when I display a message using MessageBox.show () an error occurs: GDI + generic error. I use Windows 8 and the visual studio 2010.

this helps?
Sergey Alexandrovich Kryukov 30-Jan-13 13:03pm    
No. The only thing which could help is the code sample. You need to create one, complete but short; and it should clearly reproduce the problem.
—SA
Sergey Alexandrovich Kryukov 30-Jan-13 13:02pm    
Not enough information. Please use "Improve question".
—SA
arthur.rafa10 30-Jan-13 13:09pm    
sergey

the error occurs in a simple command line to display a message on the screen, using the C # language with visual studio 2010 on windows 8.
  line of code is:

MessageBox.Show ("System Training Held Successfully!", "Training", MessageBoxButtons.OK, MessageBoxIcon.Exclamation);

and the error message is:

       Generic GDI + error.

does not show anything ...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900