Advertisement

Does Microsoft just hate me?

Started by May 24, 2002 01:56 AM
8 comments, last by nextgengamer 22 years, 7 months ago
Hi i am trying to get a simple dialog box to show at the begginning of a programs startup. I am currently takeing a class on MFC programming and that is how my program is being setup. The thing is I can get a basic dialog box to show up as long as I don''t modify anything but as soon as I throw in a rich edit control or static text control the program compley disregards the dialog box. The program runs but the dialog box part of the code is overlooked.
Now that''s an easy question! Just handle it the way Microsoft would handle this : It''s not a bug - it''s a feature!
Newbie programmers think programming is hard.Amature programmers think programming is easy.Professional programmers know programming is hard.
Advertisement
Yes, Bill Gates has it out for you personally - and with his Billions, I don't know where you can hide

Seriously, RichEdit's require a dll to be loaded so they don't make good candidates for splash screen items. As for the static control - I fairly certain they don't require a call to InitCommonCtrl so it's difficult to tell where the problem lies (edit) from what you've said.

[edited by - lessbread on May 24, 2002 3:17:57 AM]
"I thought what I'd do was, I'd pretend I was one of those deaf-mutes." - the Laughing Man
I fixed it apparently the rich edit controls dont like to be on dialog boxes but i created a regular edit control and it shows now.
Just add:

AfxInitRichEdit();

to your application initialization function and you should be able to use richedits

----------------------------------------------------------
"Go out with me you will." - Young Yoda''s favourite pickup line
quote: topic title
Does Microsoft just hate me?

Only if you''re competition
Advertisement
no, Microsoft wove fwuffy wittle wabbit...BLAM!
Seriously though, Norton does hate hate hate us. I cant play dvds with norton installed. It kills ALL of my dvd software.
whoops, tangent
Lucas Henekswww.ionforge.com
Microsoft hates us! Hates us allll! It won''t be long before we are not allowed to reproduce the old-fashioned conventional way but instead will be raised on Microsoft Customer Farms.

What was the question?

- Jay


Get Tranced!
Quit screwin' around! - Brock Samson
Wrong....Microsoft is going to save us from our selves! I can''t wait until we live in MSUSA v2.0

(haha...just remembered my comment too...hehe)

Huzzah!

-------------------------
Every servant has his place, no matter lowly or modest. To know it is his greatest comfort, to excel within his greatest solace, and his master''s contentment is his greatest reward.
-
Serve Microsoft today, tomorrow you may be dead.
quote: Original post by lucinpub
Seriously though, Norton does hate hate hate us. I cant play dvds with norton installed. It kills ALL of my dvd software.
whoops, tangent
I can
[ PGD - The Home of Pascal Game Development! ] [ Help GameDev.net fight cancer ]

This topic is closed to new replies.

Advertisement