Click here to Skip to main content
15,917,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralStupid comb box not working Pin
Anonymous16-Apr-03 7:25
Anonymous16-Apr-03 7:25 
GeneralRe: Stupid comb box not working Pin
Anonymous16-Apr-03 8:44
Anonymous16-Apr-03 8:44 
GeneralRe: Stupid comb box not working Pin
perlmunger16-Apr-03 8:57
perlmunger16-Apr-03 8:57 
GeneralRe: Stupid comb box not working Pin
Anonymous16-Apr-03 9:30
Anonymous16-Apr-03 9:30 
GeneralRe: Stupid ... (figured it out, still need help though) Pin
Anonymous16-Apr-03 9:42
Anonymous16-Apr-03 9:42 
GeneralRe: Stupid ... (figured it out, still need help though) Pin
Mr. Maan16-Apr-03 12:07
Mr. Maan16-Apr-03 12:07 
GeneralI very am confused with menssages between instances Pin
Martin_Viet16-Apr-03 6:33
Martin_Viet16-Apr-03 6:33 
GeneralRe: I very am confused with menssages between instances Pin
User 665816-Apr-03 7:04
User 665816-Apr-03 7:04 
I don't know exactly what's your problem, but since you're accessing the variables through a pointer (Dialog*) you can modify them in any way. What you can do is making the parameters of your member-functions in XClass "const". That way you won't be able to change the dialog variables directly. You can change e.g. definition of NuevaTarea() to something like that:
NuevaTarea(const CString& strRecvd);

regards

modified 12-Sep-18 21:01pm.

General(:() I very am confused with menssages between instances Pin
Martin_Viet16-Apr-03 7:31
Martin_Viet16-Apr-03 7:31 
GeneralRe: (:() I very am confused with menssages between instances Pin
Martin_Viet16-Apr-03 9:23
Martin_Viet16-Apr-03 9:23 
GeneralActive X using another Active X Pin
dvlpt16-Apr-03 6:14
dvlpt16-Apr-03 6:14 
GeneralRe: Active X using another Active X Pin
Mauricio Ritter16-Apr-03 6:19
Mauricio Ritter16-Apr-03 6:19 
GeneralRe: Active X using another Active X Pin
dvlpt16-Apr-03 6:23
dvlpt16-Apr-03 6:23 
GeneralRe: Active X using another Active X Pin
Mauricio Ritter16-Apr-03 6:40
Mauricio Ritter16-Apr-03 6:40 
GeneralRe: Active X using another Active X Pin
dvlpt17-Apr-03 0:04
dvlpt17-Apr-03 0:04 
GeneralPrinting Active Documents Pin
Martyn Pearson16-Apr-03 5:29
Martyn Pearson16-Apr-03 5:29 
GeneralMulti-threaded graphics in MFC Pin
Iceman16-Apr-03 5:26
Iceman16-Apr-03 5:26 
GeneralRe: Multi-threaded graphics in MFC Pin
Chris Losinger16-Apr-03 5:47
professionalChris Losinger16-Apr-03 5:47 
GeneralRe: Multi-threaded graphics in MFC Pin
Iceman16-Apr-03 6:07
Iceman16-Apr-03 6:07 
GeneralUse of class function in thread Pin
Tomaz Rotovnik16-Apr-03 5:02
Tomaz Rotovnik16-Apr-03 5:02 
GeneralRe: Use of class function in thread Pin
valikac16-Apr-03 5:35
valikac16-Apr-03 5:35 
GeneralRe: Use of class function in thread Pin
Tomaz Rotovnik16-Apr-03 5:55
Tomaz Rotovnik16-Apr-03 5:55 
GeneralRe: Use of class function in thread Pin
Joaquín M López Muñoz16-Apr-03 8:35
Joaquín M López Muñoz16-Apr-03 8:35 
GeneralRe: Use of class function in thread Pin
jason9916-Apr-03 12:53
jason9916-Apr-03 12:53 
GeneralRe: Use of class function in thread Pin
Tomaz Rotovnik16-Apr-03 23:24
Tomaz Rotovnik16-Apr-03 23:24 

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.