Click here to Skip to main content
15,922,894 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing text controls of other dialog box Pin
18-Apr-02 4:56
suss18-Apr-02 4:56 
GeneralRe: Accessing text controls of other dialog box Pin
dazinith16-Apr-02 5:34
dazinith16-Apr-02 5:34 
GeneralRe: Accessing text controls of other dialog box Pin
18-Apr-02 4:55
suss18-Apr-02 4:55 
QuestionHow can I easily access addresses in DirectPlay? Pin
Vinsent16-Apr-02 4:48
Vinsent16-Apr-02 4:48 
GeneralProblem with CWnd::PreSubclassWindow Pin
Joel Holdsworth16-Apr-02 3:45
Joel Holdsworth16-Apr-02 3:45 
GeneralRe: Problem with CWnd::PreSubclassWindow Pin
Joaquín M López Muñoz16-Apr-02 9:55
Joaquín M López Muñoz16-Apr-02 9:55 
GeneralRe: Problem with CWnd::PreSubclassWindow Pin
Joel Holdsworth18-Apr-02 7:48
Joel Holdsworth18-Apr-02 7:48 
GeneralRe: Problem with CWnd::PreSubclassWindow Pin
Joaquín M López Muñoz18-Apr-02 8:16
Joaquín M López Muñoz18-Apr-02 8:16 
There's another alternative, tough it involves a little work:
  1. Load the dialog template DLGTEMPLATE structure into memory with FindResource, LoadResource and all that stuff.
  2. Traverse the controls defined in the DLGTEMPLATE object, setting the desired style for the appropriate controls.
  3. Launch the dialog with CDialog:InitModalIndirect.


Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Problem with CWnd::PreSubclassWindow Pin
Joel Holdsworth19-Apr-02 10:53
Joel Holdsworth19-Apr-02 10:53 
QuestionHow to hide my programme thoroughly Pin
User 1605516-Apr-02 3:34
User 1605516-Apr-02 3:34 
AnswerRe: How to hide my programme thoroughly Pin
Maximilien16-Apr-02 9:54
Maximilien16-Apr-02 9:54 
GeneralRe: How to hide my programme thoroughly Pin
Alex Cramer16-Apr-02 21:14
Alex Cramer16-Apr-02 21:14 
GeneralCListCtrl Pin
Catherine16-Apr-02 3:29
Catherine16-Apr-02 3:29 
GeneralRe: CListCtrl Pin
NapiSpooler16-Apr-02 4:25
NapiSpooler16-Apr-02 4:25 
GeneralRe: CListCtrl Pin
Catherine16-Apr-02 4:33
Catherine16-Apr-02 4:33 
GeneralRe: CListCtrl Pin
NapiSpooler16-Apr-02 4:42
NapiSpooler16-Apr-02 4:42 
GeneralA beginners guide to dll's Pin
16-Apr-02 3:07
suss16-Apr-02 3:07 
GeneralRe: A beginners guide to dll's Pin
Joel Holdsworth16-Apr-02 3:37
Joel Holdsworth16-Apr-02 3:37 
GeneralRe: A beginners guide to dll's Pin
16-Apr-02 4:48
suss16-Apr-02 4:48 
Generalcopy resources between two projects Pin
lucy16-Apr-02 2:57
lucy16-Apr-02 2:57 
GeneralRe: copy resources between two projects Pin
Brad Bruce16-Apr-02 3:13
Brad Bruce16-Apr-02 3:13 
GeneralRe: copy resources between two projects Pin
lucy16-Apr-02 3:30
lucy16-Apr-02 3:30 
Generalrunning program from different computer Pin
Rajveer16-Apr-02 2:55
Rajveer16-Apr-02 2:55 
GeneralRe: running program from different computer Pin
Carlos Antollini16-Apr-02 3:34
Carlos Antollini16-Apr-02 3:34 
GeneralSerial Communication Pin
16-Apr-02 2:48
suss16-Apr-02 2:48 

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.