Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAlternative to MFC for GUI Design? Pin
SteveTheTechWriter9-Nov-03 11:27
SteveTheTechWriter9-Nov-03 11:27 
AnswerRe: Alternative to MFC for GUI Design? Pin
Joaquín M López Muñoz9-Nov-03 11:45
Joaquín M López Muñoz9-Nov-03 11:45 
AnswerRe: Alternative to MFC for GUI Design? Pin
Nitron10-Nov-03 8:36
Nitron10-Nov-03 8:36 
GeneralRe: Alternative to MFC for GUI Design? Pin
Anonymous10-Nov-03 9:39
Anonymous10-Nov-03 9:39 
GeneralVC++ 6.0(MFC)-installation package Pin
Manasranajn9-Nov-03 8:53
Manasranajn9-Nov-03 8:53 
GeneralRe: VC++ 6.0(MFC)-installation package Pin
Toni789-Nov-03 12:29
Toni789-Nov-03 12:29 
GeneralRe: VC++ 6.0(MFC)-installation package Pin
BaldwinMartin9-Nov-03 22:14
BaldwinMartin9-Nov-03 22:14 
GeneralCRichEditView Pin
LOSTTWARE.com9-Nov-03 8:18
LOSTTWARE.com9-Nov-03 8:18 
I found out how to turn my MDI into a text interface, but using this:

#include <afxrich.h>
class CFDPViewRE : public CRich2EditView
{
protected:
CFDPViewRE(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CFDPViewRE)
public:
virtual void OnInitialUpdate();
protected:
virtual ~CFDPViewRE();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
DECLARE_MESSAGE_MAP()
};

For some damn reason, it by default is always bold, if I write in comands for a bold button, then you can highlight text and un bold it, or click the bold button and type non bold text, but when you open the program, the bold button is already checked. I take out all of the code for bold from my program, and still the text is bold. Therefor I started from scratch. The above is all I have really other than the supporting .h file that has no refrences whatsoever to bold or weight or font. I for the life of me can't figure out how to get it so it isn't bold font. Maybe I need to use another type of text thing other than rich text, but I don't know much about this stuff yet. Any ideas?


LOSTTWARE.com
Questionwab format ? Pin
kendao9-Nov-03 8:06
kendao9-Nov-03 8:06 
AnswerRe: wab format ? Pin
BaldwinMartin9-Nov-03 22:07
BaldwinMartin9-Nov-03 22:07 
AnswerRe: wab format ? Pin
Roger Allen10-Nov-03 1:06
Roger Allen10-Nov-03 1:06 
QuestionHow to use Windows Media Player control to play avi file Pin
Mohsen Saad9-Nov-03 5:37
Mohsen Saad9-Nov-03 5:37 
GeneralSolution for object identity Pin
vmaltsev9-Nov-03 3:29
vmaltsev9-Nov-03 3:29 
GeneralRe: Solution for object identity Pin
Johnny ²9-Nov-03 3:45
Johnny ²9-Nov-03 3:45 
GeneralMountPoints Pin
Thomas Weidenmueller9-Nov-03 2:57
Thomas Weidenmueller9-Nov-03 2:57 
GeneralCreating Ico file Pin
Chernobog19-Nov-03 0:40
Chernobog19-Nov-03 0:40 
GeneralRe: Creating Ico file Pin
Ted Ferenc9-Nov-03 3:19
Ted Ferenc9-Nov-03 3:19 
GeneralRe: Creating Ico file Pin
Chernobog19-Nov-03 3:30
Chernobog19-Nov-03 3:30 
GeneralRe: Creating Ico file Pin
Ted Ferenc9-Nov-03 3:49
Ted Ferenc9-Nov-03 3:49 
GeneralRe: Creating Ico file Pin
Chernobog19-Nov-03 4:19
Chernobog19-Nov-03 4:19 
GeneralWhy EnumDisplaySettingsEx doesn't work Pin
w_yufeng9-Nov-03 0:13
w_yufeng9-Nov-03 0:13 
GeneralRe: Why EnumDisplaySettingsEx doesn't work Pin
vmaltsev9-Nov-03 3:52
vmaltsev9-Nov-03 3:52 
GeneralRe: Why EnumDisplaySettingsEx doesn't work Pin
w_yufeng9-Nov-03 14:19
w_yufeng9-Nov-03 14:19 
GeneralRe: Why EnumDisplaySettingsEx doesn't work Pin
Tim Smith9-Nov-03 14:41
Tim Smith9-Nov-03 14:41 
GeneralProblem with checkboxes in CListCtrl Pin
Dominik Reichl8-Nov-03 23:39
Dominik Reichl8-Nov-03 23:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.