Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCD & DVD recording SDK Pin
mmm.fff13-Aug-03 5:42
mmm.fff13-Aug-03 5:42 
QuestionHow to make transparent Text-Labels in CDialog ? Pin
vgrigor13-Aug-03 5:14
vgrigor13-Aug-03 5:14 
AnswerRe: How to make transparent Text-Labels in CDialog ? Pin
Steve S13-Aug-03 5:41
Steve S13-Aug-03 5:41 
GeneralRe: How to make transparent Text-Labels in CDialog ? Pin
Nathan R13-Aug-03 6:01
Nathan R13-Aug-03 6:01 
GeneralRe: How to make transparent Text-Labels in CDialog ? Pin
Nathan_RR13-Aug-03 6:04
Nathan_RR13-Aug-03 6:04 
GeneralRe: How to make transparent Text-Labels in CDialog ? Pin
Steve S13-Aug-03 23:32
Steve S13-Aug-03 23:32 
GeneralRe: How to make transparent Text-Labels in CDialog ? Pin
vgrigor13-Aug-03 21:23
vgrigor13-Aug-03 21:23 
GeneralPacket Filtering Dynamically Pin
abhinarulkar13-Aug-03 5:00
abhinarulkar13-Aug-03 5:00 
GeneralMAPI architecture Pin
ranjjj13-Aug-03 4:55
ranjjj13-Aug-03 4:55 
GeneralSimple question about radio buttons Pin
Jay Hova13-Aug-03 4:44
Jay Hova13-Aug-03 4:44 
GeneralRe: Simple question about radio buttons Pin
tmangan13-Aug-03 5:03
tmangan13-Aug-03 5:03 
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 5:12
Jay Hova13-Aug-03 5:12 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 5:28
David Crow13-Aug-03 5:28 
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 5:37
Jay Hova13-Aug-03 5:37 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 5:53
David Crow13-Aug-03 5:53 
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 6:58
Jay Hova13-Aug-03 6:58 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 7:20
David Crow13-Aug-03 7:20 
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 7:42
Jay Hova13-Aug-03 7:42 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 7:47
David Crow13-Aug-03 7:47 
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 8:00
Jay Hova13-Aug-03 8:00 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 8:12
David Crow13-Aug-03 8:12 
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 8:23
Jay Hova13-Aug-03 8:23 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 8:42
David Crow13-Aug-03 8:42 
Jay Hova wrote:
I get an assertion failure with that code that I had....

See my previous comment about DoDataExchange(). Even though you have a CButton control variable, there must be an entry in DoDataExchange() for it. To verify, note the file/line of the fired assertion. If you then look at that code, it will most likely look something like:

ASSERT(::IsWindow(m_hWnd));

which means there is no window associated with the variable.

Jay Hova wrote:
You lost me however with what you wrote. I don't understand it. Where should I put that code? Please clarify if you can.

You previously mentioned that the dialog was being displayed as the result of a menu selection. I assume you already have a call to DoModal() in there. Correct?
GeneralRe: Simple question about radio buttons Pin
Jay Hova13-Aug-03 8:53
Jay Hova13-Aug-03 8:53 
GeneralRe: Simple question about radio buttons Pin
David Crow13-Aug-03 8:58
David Crow13-Aug-03 8:58 

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.