Click here to Skip to main content
15,909,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: is it possible to dynamically add image to menu on Win98? Pin
includeh106-Feb-05 23:16
includeh106-Feb-05 23:16 
GeneralRe: is it possible to dynamically add image to menu on Win98? Pin
ThatsAlok6-Feb-05 23:24
ThatsAlok6-Feb-05 23:24 
GeneralVOICE OVER TAPI Pin
W1sd0m6-Feb-05 3:02
W1sd0m6-Feb-05 3:02 
GeneralImplementing low level UDP Pin
Member 17120606-Feb-05 2:25
Member 17120606-Feb-05 2:25 
GeneralRe: Implementing low level UDP Pin
Ryan Binns6-Feb-05 17:11
Ryan Binns6-Feb-05 17:11 
QuestionFlicker when doing dlg.DoModal() ? Pin
Dominik Reichl6-Feb-05 1:12
Dominik Reichl6-Feb-05 1:12 
AnswerRe: Flicker when doing dlg.DoModal() ? Pin
toxcct6-Feb-05 5:02
toxcct6-Feb-05 5:02 
GeneralRe: Flicker when doing dlg.DoModal() ? Pin
Dominik Reichl6-Feb-05 5:53
Dominik Reichl6-Feb-05 5:53 
There isn't any. It's called directly from the main menu like this:

CMyMainDialog::OnAbout()
{
    CAboutDlg dlg;
    dlg.DoModal();
}

I'm doing some things in functions like PreTranslateMessage, OnInitPopupMenu, etc. but nothing of these should do anything... Is there anything you may not do in those functions? I'm just using simple functions, that don't modify the GUI directly, like getting the item count of a list control, etc.

Thanks for your answer and best regards,
Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

GeneralRe: Flicker when doing dlg.DoModal() ? Pin
Ravi Bhavnani6-Feb-05 8:47
professionalRavi Bhavnani6-Feb-05 8:47 
GeneralRe: Flicker when doing dlg.DoModal() ? Pin
Dominik Reichl6-Feb-05 9:50
Dominik Reichl6-Feb-05 9:50 
GeneralRe: Flicker when doing dlg.DoModal() ? Pin
Neville Franks6-Feb-05 10:33
Neville Franks6-Feb-05 10:33 
QuestionHow to get HINSTANCE? Pin
rushing5-Feb-05 23:10
rushing5-Feb-05 23:10 
AnswerRe: How to get HINSTANCE? Pin
ThatsAlok6-Feb-05 3:03
ThatsAlok6-Feb-05 3:03 
GeneralCDC to bitmap Pin
Juanpast5-Feb-05 22:45
Juanpast5-Feb-05 22:45 
Generalexecuting Make file Pin
X20405-Feb-05 21:53
X20405-Feb-05 21:53 
GeneralRe: executing Make file Pin
ThatsAlok6-Feb-05 3:06
ThatsAlok6-Feb-05 3:06 
GeneralReturning focus to window Pin
Julietta Magakian5-Feb-05 19:59
sussJulietta Magakian5-Feb-05 19:59 
GeneralRe: Returning focus to window Pin
X20405-Feb-05 22:00
X20405-Feb-05 22:00 
GeneralBeginner need help : bug in my code Pin
Robert Eckman5-Feb-05 19:24
Robert Eckman5-Feb-05 19:24 
GeneralRe: Beginner need help : bug in my code Pin
John L. DeVito5-Feb-05 19:37
professionalJohn L. DeVito5-Feb-05 19:37 
GeneralRe: Beginner need help : bug in my code Pin
Robert Eckman5-Feb-05 19:57
Robert Eckman5-Feb-05 19:57 
GeneralRe: Beginner need help : bug in my code Pin
Robert Eckman5-Feb-05 20:16
Robert Eckman5-Feb-05 20:16 
GeneralCEdit Control to unsigned short array Pin
Dennis Wentworth5-Feb-05 11:37
sussDennis Wentworth5-Feb-05 11:37 
GeneralRe: CEdit Control to unsigned short array Pin
PJ Arends5-Feb-05 13:11
professionalPJ Arends5-Feb-05 13:11 
GeneralRe: CEdit Control to unsigned short array Pin
Dennis Wentworth5-Feb-05 13:35
sussDennis Wentworth5-Feb-05 13: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.