Click here to Skip to main content
15,914,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to give Focus in form using DLL inside other DLL Pin
horacyjr12-Dec-05 5:37
horacyjr12-Dec-05 5:37 
QuestionUpdateData for radio buttons ... Pin
Maximilien12-Dec-05 5:20
Maximilien12-Dec-05 5:20 
AnswerRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 6:01
David Crow12-Dec-05 6:01 
GeneralRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 6:26
Maximilien12-Dec-05 6:26 
GeneralRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 7:05
Maximilien12-Dec-05 7:05 
QuestionRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 8:03
David Crow12-Dec-05 8:03 
AnswerRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 9:04
Maximilien12-Dec-05 9:04 
GeneralRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 9:37
David Crow12-Dec-05 9:37 
Maximilien wrote:
no, not that I can see, I put breakpoints everywhere ( running in debug mode ), and they never get called before I actually want them to be called.


Just to verify, temporarily change all EnableWindow(FALSE) calls to EnableWindow(TRUE). Even though a breakpoint is not being hit, this will at least eliminate the debugger as masking the problem.

Maximilien wrote:
I went this way, I disabled all my controls in the resource editor,


Again, temporarily change all the controls to be enabled via the resource editor. Now your dialog should come up with all of the controls enabled. Yes? If so, start changing one statement at a time, or one control at a time in the resource editor, until the problem shows up.


"Take only what you need and leave the land as you found it." - Native American Proverb


GeneralRe: UpdateData for radio buttons ... Pin
Maximilien12-Dec-05 9:59
Maximilien12-Dec-05 9:59 
GeneralRe: UpdateData for radio buttons ... Pin
David Crow12-Dec-05 10:39
David Crow12-Dec-05 10:39 
QuestionC++ using Crystal Reports Pin
dwillms12-Dec-05 4:43
dwillms12-Dec-05 4:43 
AnswerRe: C++ using Crystal Reports Pin
JonEngle12-Dec-05 5:17
JonEngle12-Dec-05 5:17 
GeneralRe: C++ using Crystal Reports Pin
dwillms12-Dec-05 8:39
dwillms12-Dec-05 8:39 
GeneralRe: C++ using Crystal Reports Pin
JonEngle12-Dec-05 9:17
JonEngle12-Dec-05 9:17 
GeneralRe: C++ using Crystal Reports Pin
dwillms13-Dec-05 7:03
dwillms13-Dec-05 7:03 
QuestionLimit to GDI Handles and User Handles Pin
Patje12-Dec-05 3:10
Patje12-Dec-05 3:10 
AnswerRe: Limit to GDI Handles and User Handles Pin
Blake Miller12-Dec-05 4:43
Blake Miller12-Dec-05 4:43 
QuestionCSocket object in Win32 Console Application Pin
ilgale12-Dec-05 2:57
ilgale12-Dec-05 2:57 
AnswerRe: CSocket object in Win32 Console Application Pin
Alex Orovetskiy12-Dec-05 3:20
Alex Orovetskiy12-Dec-05 3:20 
GeneralRe: CSocket object in Win32 Console Application Pin
ilgale12-Dec-05 3:22
ilgale12-Dec-05 3:22 
AnswerRe: CSocket object in Win32 Console Application Pin
khan++12-Dec-05 3:30
khan++12-Dec-05 3:30 
GeneralRe: CSocket object in Win32 Console Application Pin
ilgale12-Dec-05 3:37
ilgale12-Dec-05 3:37 
GeneralRe: CSocket object in Win32 Console Application Pin
khan++12-Dec-05 3:52
khan++12-Dec-05 3:52 
AnswerRe: CSocket object in Win32 Console Application Pin
BadKarma12-Dec-05 4:11
BadKarma12-Dec-05 4:11 
AnswerRe: CSocket object in Win32 Console Application Pin
dicomapi12-Dec-05 8:35
dicomapi12-Dec-05 8:35 

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.