Click here to Skip to main content
16,010,394 members

Comments by Kemo72000 (Top 2 by date)

Kemo72000 14-Oct-10 6:57am View    
public void CreateImage()
{
BufferImage = new Bitmap(base.Width, base.Height);
using (Graphics graphics = Graphics.FromImage(BufferImage))
{
graphics.FillRectangle(Brushes.White, 0, 0, BufferImage.Width, BufferImage.Height);
}
}
Kemo72000 13-Oct-10 10:52am View    
Dear John,
Thank you for your "very helpful" advice.
Well, maybe if you would read my problem details ABOVE the "bold" section in my post, maybe you would understand why I posted the question. Do you really believe I am asking the question before trying the software 1st? Or maybe you are trying to make fun of me - this is not making you look cooler? I have downloaded Expression from 3 different sources, and same the VS2010. I have reinstalled my OS recently and still getting the same problem.
You can check my issue details above the "bold" paragraph in my post. You know what does it mean "bold" right? (dammit! again asking to read the question before answering it)

P.S. I laughed a lot when I saw your answer on question about "When garbage collector is called?" lol