Click here to Skip to main content
15,907,913 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: BMP -> JPG, once more - no mfc. Pin
Chris Losinger23-Nov-02 9:57
professionalChris Losinger23-Nov-02 9:57 
GeneralWindow closing Pin
S O S23-Nov-02 5:47
S O S23-Nov-02 5:47 
GeneralRe: Window closing Pin
Michael Dunn23-Nov-02 6:33
sitebuilderMichael Dunn23-Nov-02 6:33 
GeneralRe: Window closing Pin
Paul M Watt23-Nov-02 6:45
mentorPaul M Watt23-Nov-02 6:45 
GeneralRe: Window closing Pin
Paul M Watt23-Nov-02 6:36
mentorPaul M Watt23-Nov-02 6:36 
Generalextracting dialog forms... Pin
IrishSonic23-Nov-02 5:42
IrishSonic23-Nov-02 5:42 
GeneralRe: extracting dialog forms... Pin
pnpfriend23-Nov-02 9:32
pnpfriend23-Nov-02 9:32 
GeneralRe: extracting dialog forms... Pin
Peter Molnar23-Nov-02 13:08
Peter Molnar23-Nov-02 13:08 
If you mean that you created a dialog in a given (old) workspace and you wanna have exactly the same dialog in another (new) workspace without typing it in from scratch than do the following:

1. Create a blank dialog in the new workspace, and close this workspace

2. Go to the old workspce (not in VS but in Windows Explorer) and open oldprojectname.rc file for editing (e.g. with notepad)
Copy the dialog's resources to the clipboard

3. Paste the clipboard in newprojectname.rcto the place where your new dialog was created by VS

4. In resource.h of your new workspace define all resources of the old dialog.

5. Launch VS with the new workspace


Bunburry
GeneralHelp with ListView Pin
Steven M Hunt23-Nov-02 5:31
Steven M Hunt23-Nov-02 5:31 
GeneralRe: Help with ListView Pin
Michael P Butler23-Nov-02 6:51
Michael P Butler23-Nov-02 6:51 
GeneralRe: Help with ListView Pin
Steven M Hunt23-Nov-02 10:09
Steven M Hunt23-Nov-02 10:09 
GeneralRe: Help with ListView Pin
User 665823-Nov-02 11:19
User 665823-Nov-02 11:19 
GeneralRe: Help with ListView Pin
Steven M Hunt25-Nov-02 6:57
Steven M Hunt25-Nov-02 6:57 
GeneralRe: Help with ListView Pin
User 665825-Nov-02 9:47
User 665825-Nov-02 9:47 
GeneralDetecting an SMTP server Pin
David Wulff23-Nov-02 5:13
David Wulff23-Nov-02 5:13 
GeneralRe: Detecting an SMTP server Pin
Anders Molin23-Nov-02 5:24
professionalAnders Molin23-Nov-02 5:24 
GeneralRe: Detecting an SMTP server Pin
Rohit  Sinha23-Nov-02 10:03
Rohit  Sinha23-Nov-02 10:03 
GeneralRe: Detecting an SMTP server Pin
Scott H. Settlemier23-Nov-02 10:59
Scott H. Settlemier23-Nov-02 10:59 
GeneralNeed help with CComboBox control. Pin
doubleplay0923-Nov-02 4:58
doubleplay0923-Nov-02 4:58 
Generaltoo many items in treeview Pin
Peter Molnar23-Nov-02 4:33
Peter Molnar23-Nov-02 4:33 
GeneralRe: too many items in treeview Pin
pnpfriend23-Nov-02 9:23
pnpfriend23-Nov-02 9:23 
GeneralRe: too many items in treeview Pin
Peter Molnar23-Nov-02 12:47
Peter Molnar23-Nov-02 12:47 
QuestionHow/Can I create an array of controls? Pin
VanHlebar23-Nov-02 3:45
VanHlebar23-Nov-02 3:45 
AnswerRe: How/Can I create an array of controls? Pin
Peter Molnar23-Nov-02 4:42
Peter Molnar23-Nov-02 4:42 
GeneralRe: How/Can I create an array of controls? Pin
VanHlebar23-Nov-02 6:11
VanHlebar23-Nov-02 6:11 

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.