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

C / C++ / MFC

 
GeneralRe: Window always visible Pin
valikac8-Jul-04 5:24
valikac8-Jul-04 5:24 
GeneralInsert Dialog (from another program) Pin
sweep1238-Jul-04 5:08
sweep1238-Jul-04 5:08 
GeneralRe: Insert Dialog (from another program) Pin
valikac8-Jul-04 5:26
valikac8-Jul-04 5:26 
GeneralRe: Insert Dialog (from another program) Pin
sweep1238-Jul-04 6:35
sweep1238-Jul-04 6:35 
GeneralRe: Insert Dialog (from another program) Pin
Jaime Stuardo8-Jul-04 8:19
Jaime Stuardo8-Jul-04 8:19 
GeneralRe: Insert Dialog (from another program) Pin
Grahamfff8-Jul-04 9:28
Grahamfff8-Jul-04 9:28 
GeneralRe: Insert Dialog (from another program) Pin
Jaime Stuardo8-Jul-04 11:04
Jaime Stuardo8-Jul-04 11:04 
GeneralRe: Insert Dialog (from another program) Pin
Gary R. Wheeler10-Jul-04 3:12
Gary R. Wheeler10-Jul-04 3:12 
The safest way to copy resources from one project to another is by editing the .RC file and the resource.h file in the text editor. You can copy/paste the .RC text from one file to another, and do the same with the identifiers used by the dialog in the resource.h. You may need to renumber the identifiers after you paste them into the new resource.h.


Software Zen: delete this;
GeneralRe: Insert Dialog (from another program) Pin
sweep12311-Jul-04 21:22
sweep12311-Jul-04 21:22 
Generalinstead of FileChannel in C++ Pin
sinea8-Jul-04 4:31
sinea8-Jul-04 4:31 
GeneralCapturing/Automating Another Application Window Pin
Rizi8-Jul-04 3:59
Rizi8-Jul-04 3:59 
GeneralRe: Capturing/Automating Another Application Window Pin
David Crow8-Jul-04 5:08
David Crow8-Jul-04 5:08 
GeneralRe: Capturing/Automating Another Application Window Pin
Amr Abdel-Mohsen8-Jul-04 9:39
Amr Abdel-Mohsen8-Jul-04 9:39 
GeneralAccelerators in a Dialog application Pin
__Cerb8-Jul-04 3:12
__Cerb8-Jul-04 3:12 
GeneralRe: Accelerators in a Dialog application Pin
David Crow8-Jul-04 3:24
David Crow8-Jul-04 3:24 
GeneralRe: Accelerators in a Dialog application Pin
__Cerb8-Jul-04 4:25
__Cerb8-Jul-04 4:25 
GeneralRe: Accelerators in a Dialog application Pin
David Crow8-Jul-04 5:00
David Crow8-Jul-04 5:00 
GeneralRe: Accelerators in a Dialog application Pin
__Cerb8-Jul-04 12:23
__Cerb8-Jul-04 12:23 
GeneralTrail version... Pin
RobJones8-Jul-04 2:35
RobJones8-Jul-04 2:35 
GeneralRe: Trail version... Pin
Maximilien8-Jul-04 2:55
Maximilien8-Jul-04 2:55 
GeneralRe: Trail version... Pin
Michael P Butler8-Jul-04 5:43
Michael P Butler8-Jul-04 5:43 
GeneralRe: Trail version... Pin
RobJones8-Jul-04 6:09
RobJones8-Jul-04 6:09 
GeneralCPropertyPage / CPropertySheet problem Pin
SJolly8-Jul-04 2:32
SJolly8-Jul-04 2:32 
GeneralRe: CPropertyPage / CPropertySheet problem Pin
David Crow8-Jul-04 2:54
David Crow8-Jul-04 2:54 
GeneralRe: CPropertyPage / CPropertySheet problem Pin
SJolly8-Jul-04 3:46
SJolly8-Jul-04 3:46 

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.