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

C / C++ / MFC

 
GeneralRe: Tab order in dialogs Pin
toxcct15-Dec-04 8:05
toxcct15-Dec-04 8:05 
GeneralRe: Tab order in dialogs Pin
David Crow15-Dec-04 8:02
David Crow15-Dec-04 8:02 
GeneralRe: Tab order in dialogs Pin
Ryan Binns15-Dec-04 17:12
Ryan Binns15-Dec-04 17:12 
GeneralCHtmlView Pin
Ivan Cachicatari15-Dec-04 6:57
Ivan Cachicatari15-Dec-04 6:57 
GeneralWindows Xp Theme Pin
Leyu15-Dec-04 6:23
Leyu15-Dec-04 6:23 
GeneralRe: Windows Xp Theme Pin
Andy Hunter15-Dec-04 11:41
Andy Hunter15-Dec-04 11:41 
GeneralGeneral Another Main Dialog Pin
sweep12315-Dec-04 6:22
sweep12315-Dec-04 6:22 
GeneralRe: General Another Main Dialog Pin
toxcct15-Dec-04 7:56
toxcct15-Dec-04 7:56 
where you call your dialog, you create a CmyDialog (for example) object before the dialog is displayed (DoModal() or Create()).
You could make a specific constructor that receive the specific datas to initialize the dialog with. you should also have data members to store the constructor parameters, because you cannot do what you do in OnInitDialog() in the constructor (The dialog don't exist yet). Then, OnInitDialog() will be able to read the data members and create the dialog consequently.


TOXCCT >>> GEII power
[toxcct][VisualCalc]
GeneralRe: General Another Main Dialog Pin
Grahamfff15-Dec-04 9:35
Grahamfff15-Dec-04 9:35 
GeneralRe: General Another Main Dialog Pin
Blake Miller15-Dec-04 10:21
Blake Miller15-Dec-04 10:21 
GeneralRe: General Another Main Dialog Pin
toxcct16-Dec-04 2:30
toxcct16-Dec-04 2:30 
GeneralHELP - how to send Byte Array from VB to C(MFC) Pin
pinhas15-Dec-04 6:11
pinhas15-Dec-04 6:11 
GeneralIncorporation of C files to C++ Pin
Keck15-Dec-04 5:32
Keck15-Dec-04 5:32 
GeneralRe: Incorporation of C files to C++ Pin
toxcct15-Dec-04 5:37
toxcct15-Dec-04 5:37 
GeneralRe: Incorporation of C files to C++ Pin
Blake Miller15-Dec-04 10:25
Blake Miller15-Dec-04 10:25 
Generaladding manage extension to exiting c++ application. Pin
pnpfriend15-Dec-04 5:27
pnpfriend15-Dec-04 5:27 
Questionhow to access mainframe from the object Pin
josephvan15-Dec-04 3:06
josephvan15-Dec-04 3:06 
AnswerRe: how to access mainframe from the object Pin
David Crow15-Dec-04 3:37
David Crow15-Dec-04 3:37 
GeneralRe: how to access mainframe from the object Pin
josephvan15-Dec-04 18:01
josephvan15-Dec-04 18:01 
General"Writing" to parallel port in XP Pin
Blubbo15-Dec-04 2:05
Blubbo15-Dec-04 2:05 
Generalminimum size of win32 application Pin
includeh1015-Dec-04 1:17
includeh1015-Dec-04 1:17 
GeneralRe: minimum size of win32 application Pin
gamitech15-Dec-04 1:21
gamitech15-Dec-04 1:21 
GeneralRe: minimum size of win32 application Pin
User 665815-Dec-04 2:04
User 665815-Dec-04 2:04 
GeneralRe: minimum size of win32 application Pin
David Crow15-Dec-04 3:39
David Crow15-Dec-04 3:39 
GeneralRe: minimum size of win32 application Pin
includeh1015-Dec-04 19:45
includeh1015-Dec-04 19:45 

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.