Click here to Skip to main content
15,904,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to show a BITMAP under win98 Pin
24-Oct-02 23:05
suss24-Oct-02 23:05 
AnswerRe: How to show a BITMAP under win98 Pin
Rickard Andersson2025-Oct-02 0:20
Rickard Andersson2025-Oct-02 0:20 
GeneralRe: How to show a BITMAP under win98 Pin
Willem Hofmans25-Oct-02 0:38
sussWillem Hofmans25-Oct-02 0:38 
GeneralRe: How to show a BITMAP under win98 Pin
Rickard Andersson2025-Oct-02 5:51
Rickard Andersson2025-Oct-02 5:51 
AnswerCan anyone help me please? Pin
Willem Hofmans25-Oct-02 4:34
sussWillem Hofmans25-Oct-02 4:34 
General.NonModal() ? Dialog Pin
Anonymous24-Oct-02 22:16
Anonymous24-Oct-02 22:16 
GeneralRe: .NonModal() ? Dialog Pin
Nish Nishant24-Oct-02 22:47
sitebuilderNish Nishant24-Oct-02 22:47 
GeneralRe: .NonModal() ? Dialog Pin
Daniel Strigl24-Oct-02 22:55
Daniel Strigl24-Oct-02 22:55 
Hi Nishant!

I think the problem to create a NON MODAL CColorDialog, CFontDialog, ... is that there is no template id for the Create(...) function! The DoModal() function of this dialogs will end in an API call!

CModeLess *m_pmodeless = new CModeLess(this);
m_pmodeless->Create(CModeLess::IDD);
m_pmodeless->ShowWindow(SW_SHOW);	


For CColorDialog or CFontDialog there is no IDD!



Daniel Wink | ;)
---------------------------
Never change a running system!
GeneralRe: .NonModal() ? Dialog Pin
Nish Nishant24-Oct-02 23:33
sitebuilderNish Nishant24-Oct-02 23:33 
GeneralRe: .NonModal() ? Dialog Pin
Daniel Strigl24-Oct-02 23:38
Daniel Strigl24-Oct-02 23:38 
Generalany one good at.. Pin
Mel Feik24-Oct-02 22:15
Mel Feik24-Oct-02 22:15 
GeneralRe: any one good at.. Pin
Anonymous24-Oct-02 22:50
Anonymous24-Oct-02 22:50 
GeneralRe: any one good at.. Pin
includeh1024-Oct-02 22:53
includeh1024-Oct-02 22:53 
GeneralRe: any one good at.. Pin
Mel Feik25-Oct-02 7:37
Mel Feik25-Oct-02 7:37 
GeneralRe: any one good at.. Pin
NormDroid25-Oct-02 0:09
professionalNormDroid25-Oct-02 0:09 
GeneralRe: any one good at.. Pin
Mel Feik25-Oct-02 7:38
Mel Feik25-Oct-02 7:38 
GeneralQuestion about Dlls Pin
CEx24-Oct-02 21:54
CEx24-Oct-02 21:54 
GeneralRe: Question about Dlls Pin
Jawache24-Oct-02 23:05
Jawache24-Oct-02 23:05 
GeneralGood implementation ??? (struct, STL vector) Pin
Daniel Strigl24-Oct-02 21:29
Daniel Strigl24-Oct-02 21:29 
GeneralRe: Good implementation ??? (struct, STL vector) Pin
Anonymous25-Oct-02 2:31
Anonymous25-Oct-02 2:31 
GeneralRe: Good implementation ??? (struct, STL vector) Pin
Nick Parker25-Oct-02 2:35
protectorNick Parker25-Oct-02 2:35 
GeneralTabControl Pin
chepuri_uk24-Oct-02 21:25
chepuri_uk24-Oct-02 21:25 
GeneralRe: TabControl Pin
dabs25-Oct-02 3:43
dabs25-Oct-02 3:43 
QuestionWhy Microsoft decided to stop Supporting WTL ? Pin
Braulio Dez24-Oct-02 20:48
Braulio Dez24-Oct-02 20:48 
AnswerRe: Why Microsoft decided to stop Supporting WTL ? Pin
Daniel Turini24-Oct-02 21:35
Daniel Turini24-Oct-02 21:35 

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.