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

C / C++ / MFC

 
GeneralRe: Problem with maximizing and minimizing window Pin
Niklas L15-Apr-02 4:17
Niklas L15-Apr-02 4:17 
GeneralRe: Problem with maximizing and minimizing window Pin
Paul M Watt15-Apr-02 4:20
mentorPaul M Watt15-Apr-02 4:20 
GeneralUpgrading VC6 Apps To VC7 Pin
Li Mu Bai15-Apr-02 3:04
Li Mu Bai15-Apr-02 3:04 
GeneralCryptography - Get private key from certificate Pin
15-Apr-02 1:56
suss15-Apr-02 1:56 
GeneralRe: Cryptography - Get private key from certificate Pin
Paul M Watt15-Apr-02 5:23
mentorPaul M Watt15-Apr-02 5:23 
GeneralMaking new windows Pin
Dor15-Apr-02 1:35
Dor15-Apr-02 1:35 
GeneralRe: Making new windows Pin
Gianfranco Lanzetta15-Apr-02 1:52
Gianfranco Lanzetta15-Apr-02 1:52 
GeneralRe: Making new windows Pin
Paul M Watt15-Apr-02 5:27
mentorPaul M Watt15-Apr-02 5:27 
You will want to use CreateDialog to create your dialog and make it appear modelessly, if you are using MFC, you can create an instance of your dialog object, then call the Create member, then the ShowWindow member. In order to make sure that it is in the task bar you will need to set the WS_EX_APPWINDOW style for your dialog.


Checkout my Guide to Win32 Paint for Intermediates
Generalnewbie low-level mfc subclassing q. Pin
SirMorrisBig15-Apr-02 1:17
SirMorrisBig15-Apr-02 1:17 
GeneralRe: newbie low-level mfc subclassing q. Pin
15-Apr-02 1:34
suss15-Apr-02 1:34 
Question??? Pin
15-Apr-02 1:12
suss15-Apr-02 1:12 
AnswerRe: ??? Pin
Paul M Watt15-Apr-02 5:33
mentorPaul M Watt15-Apr-02 5:33 
GeneralURGENT.... Can we invoke Apps from IE... Pin
Naresh Mehta15-Apr-02 1:11
Naresh Mehta15-Apr-02 1:11 
Generaltemplates Pin
Gianfranco Lanzetta15-Apr-02 1:05
Gianfranco Lanzetta15-Apr-02 1:05 
GeneralRe: templates Pin
Niklas L15-Apr-02 1:25
Niklas L15-Apr-02 1:25 
GeneralRe: templates Pin
Niklas L15-Apr-02 1:27
Niklas L15-Apr-02 1:27 
GeneralRe: templates Pin
15-Apr-02 6:50
suss15-Apr-02 6:50 
GeneralRe: templates Pin
Niklas L16-Apr-02 2:12
Niklas L16-Apr-02 2:12 
Generalicon won't execute my program Pin
15-Apr-02 0:56
suss15-Apr-02 0:56 
GeneralRe: icon won't execute my program Pin
Orbital^15-Apr-02 1:16
Orbital^15-Apr-02 1:16 
GeneralRe: icon won't execute my program Pin
15-Apr-02 1:27
suss15-Apr-02 1:27 
GeneralRe: icon won't execute my program Pin
moliate15-Apr-02 2:22
moliate15-Apr-02 2:22 
GeneralRe: icon won't execute my program Pin
15-Apr-02 4:20
suss15-Apr-02 4:20 
GeneralProblem with masked Edit control Pin
Catherine14-Apr-02 23:53
Catherine14-Apr-02 23:53 
GeneralRe: Problem with masked Edit control Pin
Christian Graus15-Apr-02 0:44
protectorChristian Graus15-Apr-02 0:44 

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.