Click here to Skip to main content
15,891,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIn need of some good help books on how to use InstallShield for VC++6 Pin
CodeVarma12-Apr-06 19:54
CodeVarma12-Apr-06 19:54 
AnswerRe: In need of some good help books on how to use InstallShield for VC++6 Pin
DanYELL13-Apr-06 4:42
DanYELL13-Apr-06 4:42 
QuestionActiveX Help Pin
Identity Undisclosed12-Apr-06 19:49
Identity Undisclosed12-Apr-06 19:49 
QuestionOnInitialUpdate() Pin
RockyJames12-Apr-06 19:39
RockyJames12-Apr-06 19:39 
QuestionAccessing the Controls from one From to Another Form Pin
kiran janaswamy12-Apr-06 19:35
kiran janaswamy12-Apr-06 19:35 
AnswerRe: Accessing the Controls from one From to Another Form Pin
Hamid_RT12-Apr-06 21:20
Hamid_RT12-Apr-06 21:20 
GeneralRe: Accessing the Controls from one From to Another Form Pin
Aqueel12-Apr-06 21:40
Aqueel12-Apr-06 21:40 
GeneralRe: Accessing the Controls from one From to Another Form Pin
Hamid_RT12-Apr-06 22:05
Hamid_RT12-Apr-06 22:05 
Example if CssDlg is Main window (CDialog)
and in this dialog is radiobutton Now in another dialog use


CssDlg* m_Main2 = (CssDlg *) GetParent();
m_Main2->m_Radio3.SetWindowText("test");


-- modified at 4:06 Thursday 13th April, 2006
GeneralRe: Accessing the Controls from one From to Another Form Pin
kiran janaswamy13-Apr-06 0:50
kiran janaswamy13-Apr-06 0:50 
GeneralRe: Accessing the Controls from one From to Another Form Pin
kiran janaswamy13-Apr-06 1:17
kiran janaswamy13-Apr-06 1:17 
AnswerRe: Accessing the Controls from one From to Another Form Pin
Hamid_RT12-Apr-06 22:18
Hamid_RT12-Apr-06 22:18 
AnswerRe: Accessing the Controls from one From to Another Form Pin
David Crow18-Apr-06 3:29
David Crow18-Apr-06 3:29 
QuestionDifferent row colors in listctrl Pin
Nishad S12-Apr-06 19:04
Nishad S12-Apr-06 19:04 
AnswerRe: Different row colors in listctrl Pin
Stephen Hewitt12-Apr-06 19:20
Stephen Hewitt12-Apr-06 19:20 
GeneralRe: Different row colors in listctrl Pin
Nishad S12-Apr-06 19:26
Nishad S12-Apr-06 19:26 
AnswerRe: Different row colors in listctrl Pin
Hamid_RT12-Apr-06 21:34
Hamid_RT12-Apr-06 21:34 
GeneralRe: Different row colors in listctrl Pin
Nishad S12-Apr-06 23:45
Nishad S12-Apr-06 23:45 
QuestionHow To make a Grid control transparent ?? Pin
junkMind12-Apr-06 19:00
junkMind12-Apr-06 19:00 
AnswerRe: How To make a Grid control transparent ?? Pin
Christian Graus12-Apr-06 19:39
protectorChristian Graus12-Apr-06 19:39 
GeneralRe: How To make a Grid control transparent ?? Pin
junkMind12-Apr-06 20:22
junkMind12-Apr-06 20:22 
QuestionPLease HeLp!!! Pin
thatsme_cool12-Apr-06 18:54
thatsme_cool12-Apr-06 18:54 
QuestionHow does Cube and WindowFX work? Pin
targh12-Apr-06 18:31
targh12-Apr-06 18:31 
QuestionNeed help about fromatting XML using XSL in memory Pin
figer12-Apr-06 18:30
figer12-Apr-06 18:30 
AnswerRe: Need help about fromatting XML using XSL in memory Pin
Hamid_RT12-Apr-06 21:22
Hamid_RT12-Apr-06 21:22 
GeneralRe: Need help about fromatting XML using XSL in memory Pin
figer13-Apr-06 22:40
figer13-Apr-06 22:40 

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.