Click here to Skip to main content
15,921,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Subclassing Pin
PJ Arends14-Jul-06 7:34
professionalPJ Arends14-Jul-06 7:34 
GeneralRe: Subclassing Pin
Fernando A. Gomez F.14-Jul-06 10:21
Fernando A. Gomez F.14-Jul-06 10:21 
AnswerRe: Subclassing Pin
Hamid_RT14-Jul-06 8:23
Hamid_RT14-Jul-06 8:23 
QuestionMOUSE HANDLING with minimized application Pin
int01h14-Jul-06 6:59
int01h14-Jul-06 6:59 
AnswerRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:12
Justin Tay14-Jul-06 7:12 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:13
int01h14-Jul-06 7:13 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:19
Justin Tay14-Jul-06 7:19 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 7:36
int01h14-Jul-06 7:36 
GeneralRe: MOUSE HANDLING with minimized application Pin
Justin Tay14-Jul-06 7:44
Justin Tay14-Jul-06 7:44 
GeneralRe: MOUSE HANDLING with minimized application Pin
PJ Arends14-Jul-06 7:27
professionalPJ Arends14-Jul-06 7:27 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 10:42
int01h14-Jul-06 10:42 
AnswerRe: MOUSE HANDLING with minimized application Pin
Eytukan14-Jul-06 8:07
Eytukan14-Jul-06 8:07 
GeneralRe: MOUSE HANDLING with minimized application Pin
int01h14-Jul-06 10:39
int01h14-Jul-06 10:39 
QuestionMFC Serialization Pin
BlitzPackage14-Jul-06 6:54
BlitzPackage14-Jul-06 6:54 
AnswerRe: MFC Serialization Pin
Ravi Bhavnani14-Jul-06 6:57
professionalRavi Bhavnani14-Jul-06 6:57 
GeneralRe: MFC Serialization Pin
BlitzPackage14-Jul-06 7:40
BlitzPackage14-Jul-06 7:40 
GeneralRe: MFC Serialization Pin
Ravi Bhavnani14-Jul-06 8:10
professionalRavi Bhavnani14-Jul-06 8:10 
Questioninvoke an MFC callback function from Non MFC app Pin
shreelak14-Jul-06 6:33
shreelak14-Jul-06 6:33 
AnswerRe: invoke an MFC callback function from Non MFC app Pin
led mike14-Jul-06 7:20
led mike14-Jul-06 7:20 
GeneralRe: invoke an MFC callback function from Non MFC app Pin
shreelak26-Jul-06 5:55
shreelak26-Jul-06 5:55 
GeneralRe: invoke an MFC callback function from Non MFC app Pin
led mike26-Jul-06 8:27
led mike26-Jul-06 8:27 
GeneralRe: invoke an MFC callback function from Non MFC app Pin
shreelak26-Jul-06 13:14
shreelak26-Jul-06 13:14 
QuestionResource file: Dialog copy Pin
ldaoust14-Jul-06 5:53
ldaoust14-Jul-06 5:53 
Using VS.NET 2003

VC++ MFC project.

Having a problem with dialog resource copies.

In VC6, I could insert a copy of an existing dialog and for which a class has been created, and then with the dialog editor I could add new controls on this copy and add event handler and variables for these new controls. In VC++.NET 2003 it does not seem to work. I can add a copy but after I add new controls on this dialog copy I cannot add events or variables to them because they are not listes in the Control Events in the properties page.

Steps to reproduce:
1) create a dialog (default template will be enough)
2) Create a class for this dialog
3) Right the dialog in the resource view and select 'Insert Copy', you will have to enter a valuee in the condition field, for example 'TEMP'
4) Add an edit control to this copy of the dialog template

Now, if you right click the edit control and select 'Add variable, the wizard will not have the proper control ID filled in. Also, if you go in the Properties of the dialog and select the Vontrol Events view, the ID for the edit control will not show up.

I had no problem doing this in VS6.

Anyone seen this problem and know a workaround ?

Can anyone tell me if it does the same thing in VS.NET 2005 ?

thanks.



Louis
* google is your friend *
AnswerRe: Resource file: Dialog copy [modified] Pin
led mike14-Jul-06 6:15
led mike14-Jul-06 6:15 
GeneralRe: Resource file: Dialog copy Pin
ldaoust14-Jul-06 8:08
ldaoust14-Jul-06 8:08 

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.