Click here to Skip to main content
15,910,787 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPbm with Registry function Pin
RaajaOfSelf3-Mar-03 11:46
RaajaOfSelf3-Mar-03 11:46 
GeneralRe: Pbm with Registry function Pin
Brian Shifrin3-Mar-03 12:02
Brian Shifrin3-Mar-03 12:02 
GeneralRe: Pbm with Registry function Pin
RaajaOfSelf3-Mar-03 12:24
RaajaOfSelf3-Mar-03 12:24 
GeneralRe: Pbm with Registry function Pin
Dave Bryant3-Mar-03 12:50
Dave Bryant3-Mar-03 12:50 
GeneralRe: Pbm with Registry function Pin
ramki-kicha3-Mar-03 19:52
sussramki-kicha3-Mar-03 19:52 
GeneralRe: Pbm with Registry function Pin
Jon Hulatt4-Mar-03 3:04
Jon Hulatt4-Mar-03 3:04 
QuestionWindow with Close button but no titlebar Icon? Pin
Aidman3-Mar-03 11:11
Aidman3-Mar-03 11:11 
AnswerRe: Window with Close button but no titlebar Icon? Pin
Zdeslav Vojkovic3-Mar-03 22:36
Zdeslav Vojkovic3-Mar-03 22:36 
you must set both small and big icon to NULL, and it must be done before the icons are
set from somewhere else (if icons are already set, then setting them to NULL will be
ignored).

example:
in MFC dialog based app, inside OnInitDialog() there are 2 calls to SetIcon(m_hIcon,...),
for both icons. If you replace m_hIcon with NULL , you will get the wanted behavior

if not in an MFC app, you can send WM_SETICON msg to the window

hth
GeneralRe: Window with Close button but no titlebar Icon? Pin
Aidman4-Mar-03 5:32
Aidman4-Mar-03 5:32 
QuestionDisplaying a bitmap? Pin
Paddy3-Mar-03 10:30
Paddy3-Mar-03 10:30 
AnswerRe: Displaying a bitmap? Pin
Brian Shifrin3-Mar-03 12:07
Brian Shifrin3-Mar-03 12:07 
GeneralRe: Displaying a bitmap? Pin
Paddy3-Mar-03 13:18
Paddy3-Mar-03 13:18 
GeneralRe: Displaying a bitmap? Pin
MAAK3-Mar-03 22:22
MAAK3-Mar-03 22:22 
GeneralRe: Displaying a bitmap? Pin
Paddy4-Mar-03 2:37
Paddy4-Mar-03 2:37 
QuestionActiveX controls list? Pin
Brent Lamborn3-Mar-03 10:04
Brent Lamborn3-Mar-03 10:04 
AnswerRe: ActiveX controls list? Pin
Brian Shifrin3-Mar-03 13:11
Brian Shifrin3-Mar-03 13:11 
GeneralMulti-threading question Pin
#realJSOP3-Mar-03 9:49
professional#realJSOP3-Mar-03 9:49 
GeneralRe: Multi-threading question Pin
Alvaro Mendez3-Mar-03 10:33
Alvaro Mendez3-Mar-03 10:33 
GeneralRe: Multi-threading question Pin
#realJSOP3-Mar-03 11:20
professional#realJSOP3-Mar-03 11:20 
GeneralRe: Multi-threading question Pin
Michael Dunn3-Mar-03 10:46
sitebuilderMichael Dunn3-Mar-03 10:46 
GeneralRe: Multi-threading question Pin
#realJSOP3-Mar-03 11:34
professional#realJSOP3-Mar-03 11:34 
GeneralRe: Multi-threading question Pin
KarstenK3-Mar-03 21:56
mveKarstenK3-Mar-03 21:56 
GeneralRe: Multi-threading question Pin
Scott H. Settlemier4-Mar-03 14:22
Scott H. Settlemier4-Mar-03 14:22 
GeneralTitleTip Class Pin
djtommye3-Mar-03 9:27
djtommye3-Mar-03 9:27 
General"#if defined" problem ... Pin
Daniel Strigl3-Mar-03 9:18
Daniel Strigl3-Mar-03 9:18 

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.