Click here to Skip to main content
16,010,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs there any good class for Outlook-bar control ?? Pin
5-Jun-01 14:35
suss5-Jun-01 14:35 
AnswerRe: Is there any good class for Outlook-bar control ?? Pin
Ulf Öhlén5-Jun-01 20:48
Ulf Öhlén5-Jun-01 20:48 
Questionhow to call javascript functions from c++ Pin
5-Jun-01 12:27
suss5-Jun-01 12:27 
GeneralTabs on side, transparent dialog and disable radiobuttons Pin
Dennis Nilsson5-Jun-01 11:53
Dennis Nilsson5-Jun-01 11:53 
GeneralRe: Tabs on side, transparent dialog and disable radiobuttons Pin
Christian Graus5-Jun-01 13:03
protectorChristian Graus5-Jun-01 13:03 
GeneralChange font in Dialog Pin
5-Jun-01 10:54
suss5-Jun-01 10:54 
GeneralRe: Sure. Pin
Masaaki Onishi5-Jun-01 17:51
Masaaki Onishi5-Jun-01 17:51 
GeneralProblem with CMenu Pin
5-Jun-01 9:37
suss5-Jun-01 9:37 
I have a dialog-based app with a menu.
Now I want to extend the menu at runtime with other items (read from a file)
The example at codeproject didn't take me any further.

Now there's one problem:

CMenu *menu = GetMenu();

menu->AppendMenu(MF_STRING,ID_POPUP_DynCmd01 + (i-1) ,menuName);

The problem is that the new items are not inserted below the last item in the menu but right next to the first menu item. They're inserted this way:

[POPUP] [Dyn1] [Dny2] [Dny3] ...

but should be inserted that way:

[POPUP]
[Dyn1]
[Dyn2]
[Dyn3]
...

does anyone know why this happens that way?

thanks in advance

GeneralProblem solved, new problem :) Pin
5-Jun-01 10:05
suss5-Jun-01 10:05 
GeneralRe: Problem solved, new problem :) Pin
5-Jun-01 15:10
suss5-Jun-01 15:10 
Generalproblem using Xalan in a COM component to be used in ASP Pin
joshua williams5-Jun-01 9:25
joshua williams5-Jun-01 9:25 
Generali went and figured out a workaround Pin
joshua williams7-Jun-01 20:38
joshua williams7-Jun-01 20:38 
GeneralMAPISendMail problem Pin
5-Jun-01 8:51
suss5-Jun-01 8:51 
GeneralRe: MAPISendMail problem Pin
Erik Yuzwa8-Jun-01 7:22
Erik Yuzwa8-Jun-01 7:22 
GeneralCould someone explain the following !!! Pin
Luc Bergeron5-Jun-01 8:40
Luc Bergeron5-Jun-01 8:40 
GeneralCObList Question Pin
Chris Klecker5-Jun-01 5:35
Chris Klecker5-Jun-01 5:35 
GeneralRe: CObList Question Pin
Tomasz Sowinski5-Jun-01 5:58
Tomasz Sowinski5-Jun-01 5:58 
GeneralRe: CObList Question Pin
Chris Klecker5-Jun-01 6:00
Chris Klecker5-Jun-01 6:00 
GeneralRe: CObList Question Pin
Tomasz Sowinski5-Jun-01 6:10
Tomasz Sowinski5-Jun-01 6:10 
GeneralRe: CObList Question Pin
D.D. de Kerf6-Jun-01 20:43
D.D. de Kerf6-Jun-01 20:43 
GeneralSpeed problem with MSSQL server database Pin
Frederico Levesque5-Jun-01 5:03
Frederico Levesque5-Jun-01 5:03 
GeneralRe: Speed problem with MSSQL server database Pin
Carlos Antollini5-Jun-01 5:55
Carlos Antollini5-Jun-01 5:55 
GeneralRe: Speed problem with MSSQL server database Pin
Frederico Levesque5-Jun-01 6:32
Frederico Levesque5-Jun-01 6:32 
GeneralUsing different charsets Pin
5-Jun-01 4:30
suss5-Jun-01 4:30 
GeneralRe: Try to use CRichEditCtrl Pin
Masaaki Onishi5-Jun-01 8:33
Masaaki Onishi5-Jun-01 8:33 

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.