Click here to Skip to main content
16,006,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Add/Remove programs Pin
567890123417-Jan-02 4:26
567890123417-Jan-02 4:26 
GeneralRe: Add/Remove programs Pin
Mustafa Demirhan17-Jan-02 4:15
Mustafa Demirhan17-Jan-02 4:15 
GeneralMain Dialog and Taskbar Pin
User 2674017-Jan-02 3:47
professionalUser 2674017-Jan-02 3:47 
GeneralRe: Main Dialog and Taskbar Pin
567890123417-Jan-02 3:53
567890123417-Jan-02 3:53 
GeneralRe: Main Dialog and Taskbar Pin
User 2674017-Jan-02 4:21
professionalUser 2674017-Jan-02 4:21 
GeneralNapster-like media player Pin
Jon Newman17-Jan-02 3:40
Jon Newman17-Jan-02 3:40 
GeneralRe: Napster-like media player Pin
Christian Graus17-Jan-02 9:39
protectorChristian Graus17-Jan-02 9:39 
GeneralControl Change Notification Pin
User 2674017-Jan-02 1:43
professionalUser 2674017-Jan-02 1:43 
Hi All,
In an MFC Application I'm using Dialog-Box to accept user input. This input can be stored in registry or if user selects "Open" then it again retrieved from registry. This Dialog box contains EditBox and Radio Button controls. My problem is when user select "Ok" the user must be prompted to store settings or not. I wanted this prompt only if user has made some changes in existing retrieved profile. So this decision is only Applicable if "Open" while for "New" this prompt will always be there.
I can assure this change in Editbox but not in the RadioButton group
For Editbox I'm doing following
... ... ...
m_ctrlLdapCredentials.GetLine(0, Buffer);
bNoSavePrompt &= (m_ldapCredentials.CompareNoCase(Buffer) == 0);
... ... ...
How I'll come to know that If any of setting in radio button group controls has been changed?
Do I need to remove that group then what is alternative to that?
GetCheck() is not answer in case of group.
Thanks.
-- Sumit


Sumit Pandya

modified 1-Aug-19 21:02pm.

GeneralRe: Control Change Notification Pin
Mustafa Demirhan17-Jan-02 3:13
Mustafa Demirhan17-Jan-02 3:13 
Generaladding mnemonics on toolbar buttons Pin
17-Jan-02 1:03
suss17-Jan-02 1:03 
GeneralRe: adding mnemonics on toolbar buttons Pin
Anna-Jayne Metcalfe17-Jan-02 3:05
Anna-Jayne Metcalfe17-Jan-02 3:05 
GeneralVisual C++ 6 problems Pin
Paresh Solanki17-Jan-02 1:00
Paresh Solanki17-Jan-02 1:00 
GeneralRe: Visual C++ 6 problems Pin
Philip Patrick17-Jan-02 1:36
professionalPhilip Patrick17-Jan-02 1:36 
GeneralRe: Visual C++ 6 problems Pin
Paresh Solanki17-Jan-02 2:34
Paresh Solanki17-Jan-02 2:34 
GeneralRe: Visual C++ 6 problems Pin
Philip Patrick17-Jan-02 4:02
professionalPhilip Patrick17-Jan-02 4:02 
GeneralRe: Visual C++ 6 problems Pin
Paresh Solanki17-Jan-02 4:56
Paresh Solanki17-Jan-02 4:56 
GeneralRe: Visual C++ 6 problems Pin
Jon Hulatt17-Jan-02 5:34
Jon Hulatt17-Jan-02 5:34 
GeneralRe: Visual C++ 6 problems Pin
Kavitha Sama17-Jan-02 3:23
Kavitha Sama17-Jan-02 3:23 
GeneralRe: Visual C++ 6 problems Pin
Paresh Solanki17-Jan-02 5:01
Paresh Solanki17-Jan-02 5:01 
GeneralCWinThread derived worker-thread Pin
16-Jan-02 22:17
suss16-Jan-02 22:17 
GeneralRe: CWinThread derived worker-thread Pin
Mustafa Demirhan17-Jan-02 0:50
Mustafa Demirhan17-Jan-02 0:50 
GeneralRe: CWinThread derived worker-thread Pin
18-Jan-02 2:56
suss18-Jan-02 2:56 
GeneralRe: CWinThread derived worker-thread Pin
Mustafa Demirhan18-Jan-02 3:59
Mustafa Demirhan18-Jan-02 3:59 
GeneralRe: CWinThread derived worker-thread Pin
19-Jan-02 5:26
suss19-Jan-02 5:26 
GeneralRe: CWinThread derived worker-thread Pin
Mustafa Demirhan19-Jan-02 10:27
Mustafa Demirhan19-Jan-02 10:27 

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.