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

C / C++ / MFC

 
GeneralRe: how can I change color gradually Pin
snowheavy24-Apr-06 22:37
snowheavy24-Apr-06 22:37 
Questiondbase file Pin
kk.tvm24-Apr-06 21:31
kk.tvm24-Apr-06 21:31 
AnswerRe: dbase file Pin
Maxwell Chen24-Apr-06 21:37
Maxwell Chen24-Apr-06 21:37 
GeneralRe: dbase file Pin
kk.tvm26-Apr-06 23:16
kk.tvm26-Apr-06 23:16 
QuestionFirewall & Spyware Issues & Their Effect On Your Program Pin
chasetoys24-Apr-06 21:23
chasetoys24-Apr-06 21:23 
AnswerRe: Firewall Issues & Their Effect On Your Program Pin
Naveen24-Apr-06 21:30
Naveen24-Apr-06 21:30 
QuestionPaint Issue Pin
Anilkumar K V24-Apr-06 21:05
Anilkumar K V24-Apr-06 21:05 
AnswerRe: Paint Issue Pin
KarstenK24-Apr-06 22:55
mveKarstenK24-Apr-06 22:55 
GeneralRe: Paint Issue Pin
Anilkumar K V25-Apr-06 0:31
Anilkumar K V25-Apr-06 0:31 
QuestionTo speed data access in server Pin
sabitasamal24-Apr-06 20:09
sabitasamal24-Apr-06 20:09 
Questionhow to delete the older version dlls if newer version is available Pin
ramyasangeet24-Apr-06 19:41
ramyasangeet24-Apr-06 19:41 
AnswerRe: how to delete the older version dlls if newer version is available Pin
kiran janaswamy24-Apr-06 19:46
kiran janaswamy24-Apr-06 19:46 
QuestionRe: how to delete the older version dlls if newer version is available Pin
ramyasangeet25-Apr-06 22:39
ramyasangeet25-Apr-06 22:39 
AnswerRe: how to delete the older version dlls if newer version is available Pin
Michael Dunn24-Apr-06 20:15
sitebuilderMichael Dunn24-Apr-06 20:15 
AnswerRe: how to delete the older version dlls if newer version is available Pin
Anilkumar K V24-Apr-06 20:19
Anilkumar K V24-Apr-06 20:19 
Questionprotecting your window from IM windows & other popups Pin
chasetoys24-Apr-06 19:11
chasetoys24-Apr-06 19:11 
AnswerRe: protecting your window from IM windows & other popups Pin
Michael Dunn24-Apr-06 20:18
sitebuilderMichael Dunn24-Apr-06 20:18 
GeneralRe: protecting your window from IM windows & other popups Pin
chasetoys24-Apr-06 20:25
chasetoys24-Apr-06 20:25 
GeneralRe: protecting your window from IM windows & other popups Pin
Michael Dunn24-Apr-06 22:25
sitebuilderMichael Dunn24-Apr-06 22:25 
QuestionAdding Xtra VScroll Pin
Sandeep A.C24-Apr-06 19:08
Sandeep A.C24-Apr-06 19:08 
AnswerRe: Adding Xtra VScroll Pin
Naveen24-Apr-06 19:37
Naveen24-Apr-06 19:37 
QuestionPassing values from one Dialog to Another. Pin
parichaybp24-Apr-06 19:02
parichaybp24-Apr-06 19:02 
AnswerRe: Passing values from one Dialog to Another. Pin
kiran janaswamy24-Apr-06 19:20
kiran janaswamy24-Apr-06 19:20 
GeneralRe: Passing values from one Dialog to Another. Pin
parichaybp24-Apr-06 19:36
parichaybp24-Apr-06 19:36 
GeneralRe: Passing values from one Dialog to Another. Pin
kiran janaswamy24-Apr-06 19:42
kiran janaswamy24-Apr-06 19:42 
hi,

yes it is Main Window Dialog you are correct. also when you want to access the Mainwindow Dialog in second dialog dont forget to include the first dialog header in second dialog.

ie (i mean) # include "firstDialog.h" in the second Dialog.

good luck.

uday.


uday kiran

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.