October 15th, 2010 10:14 AM
Would you please be able to elaborate? I've seen it, but haven't found a good example.
October 14th, 2010 04:17 PM
Hello, I've created a simple MFC Dialog Box in VC++ 2003 (VC++ Version 7). I need to add a bitmap to one of my buttons. It's a "Play" button, and i just need to add a simple bitmap to it. A...
January 29th, 2010 08:23 AM
Since I take a lot from this Forum, and enjoy helping out. I'd like to share the solution that I received to my own problem.
COleFont newFont;
newFont= m_label.GetFont();...
January 20th, 2010 09:38 AM
I still really appreciate all your help! It was a good experience for me asking help within a forum and getting such great feedback! Thank you for your help. If anyone else has any useful input...
January 20th, 2010 09:20 AM
Sorry i guess that was a vital part i left out. Yes i am working with ActiveX
January 20th, 2010 09:04 AM
Ok please ignore my last post. It was done hastily.
Just to recap as to where i am now. Thank's VictorN for your help, where i'm stuck(confused) is here.
So i created my CFont font;
I...
January 20th, 2010 08:55 AM
I compiled it with the m_lblfont.CreateFontIndirect(&lf);
but i'm trying to change the size of m_lblctrl1 which is a CLabel. How do i set the m_lblctrl1 with this m_lblfont?
January 20th, 2010 08:50 AM
Thank you! I'll be working on that right now. I apologize i'm very new at C++ and didn't understand quiet everything you said, so if i was repetitive, I'm sorry. Thank you again, and i'll let you...
January 20th, 2010 07:59 AM
Ok, this is definitely great advice and a push in the right direction. For your CFont class suggestion, i quickly added "CFont m_lblfont;" to the header and tried compiling with
LOGFONT lf;...
January 19th, 2010 03:53 PM
Hello, I'm having a very difficult time changing parameters to a program that has a few labels. I was able to move their position, change their color, but unfortunately not their sizes.
...