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

C / C++ / MFC

 
GeneralRe: Dll creation problem Pin
Karismatic28-Sep-07 0:40
Karismatic28-Sep-07 0:40 
GeneralRe: Dll creation problem Pin
Nelek28-Sep-07 0:51
protectorNelek28-Sep-07 0:51 
AnswerRe: Dll creation problem Pin
Sachinpatole28-Sep-07 1:27
Sachinpatole28-Sep-07 1:27 
QuestionEnable Spinbutton ctrl Pin
rajaratk27-Sep-07 23:51
rajaratk27-Sep-07 23:51 
AnswerRe: Enable Spinbutton ctrl Pin
Russell'28-Sep-07 0:29
Russell'28-Sep-07 0:29 
GeneralRe: Enable Spinbutton ctrl Pin
rajaratk28-Sep-07 1:53
rajaratk28-Sep-07 1:53 
QuestionRe: Enable Spinbutton ctrl Pin
David Crow28-Sep-07 2:32
David Crow28-Sep-07 2:32 
AnswerRe: Enable Spinbutton ctrl Pin
Iain Clarke, Warrior Programmer28-Sep-07 4:03
Iain Clarke, Warrior Programmer28-Sep-07 4:03 
As David says, this makes no sense on its own.

Are you confusing Close / Open with Minimise / Maximise?

If not, then some action in your code is doing different things. Do you save values? Do a search in your code for the control ID of the spinbutton and see what you do with it.

Unless someone (ie, YOU) disables the control, it will be at whatever state it is set to be in the dialog resource. You need to track down where you disable it, and see why that is different in the two scenarios.

Iain.



QuestionHow to convert a CString to WCHAR? Pin
TooShy2Talk27-Sep-07 23:42
TooShy2Talk27-Sep-07 23:42 
AnswerRe: How to convert a CString to WCHAR? Pin
Naveen27-Sep-07 23:56
Naveen27-Sep-07 23:56 
AnswerRe: How to convert a CString to WCHAR? Pin
Russell'28-Sep-07 0:19
Russell'28-Sep-07 0:19 
AnswerRe: How to convert a CString to WCHAR? Pin
David Crow28-Sep-07 2:34
David Crow28-Sep-07 2:34 
AnswerRe: How to convert a CString to WCHAR? Pin
codeII28-Sep-07 2:54
codeII28-Sep-07 2:54 
QuestionNotification no action has been taken on a website for toolbar Pin
Dhiraj kumar Saini27-Sep-07 23:31
Dhiraj kumar Saini27-Sep-07 23:31 
AnswerRe: Notification no action has been taken on a website for toolbar Pin
Iain Clarke, Warrior Programmer28-Sep-07 4:05
Iain Clarke, Warrior Programmer28-Sep-07 4:05 
Questioncompare vc++ to matlab? Pin
srvsah27-Sep-07 23:31
srvsah27-Sep-07 23:31 
AnswerRe: compare vc++ to matlab? Pin
Russell'27-Sep-07 23:47
Russell'27-Sep-07 23:47 
GeneralRe: compare vc++ to matlab? Pin
srvsah27-Sep-07 23:53
srvsah27-Sep-07 23:53 
GeneralRe: compare vc++ to matlab? Pin
Russell'28-Sep-07 0:15
Russell'28-Sep-07 0:15 
GeneralRe: compare vc++ to matlab? Pin
srvsah28-Sep-07 0:45
srvsah28-Sep-07 0:45 
GeneralRe: compare vc++ to matlab? Pin
Russell'28-Sep-07 0:58
Russell'28-Sep-07 0:58 
AnswerRe: compare vc++ to matlab? Pin
jhwurmbach28-Sep-07 3:13
jhwurmbach28-Sep-07 3:13 
QuestionWriting to HKEY_LOCAL_MACHINE fails. Pin
Marimuthu.r27-Sep-07 23:26
Marimuthu.r27-Sep-07 23:26 
AnswerRe: Writing to HKEY_LOCAL_MACHINE fails. Pin
Russell'27-Sep-07 23:49
Russell'27-Sep-07 23:49 
AnswerRe: Writing to HKEY_LOCAL_MACHINE fails. Pin
Sachinpatole28-Sep-07 1:11
Sachinpatole28-Sep-07 1:11 

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.