Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with DLL Pin
toxcct29-Jul-08 0:23
toxcct29-Jul-08 0:23 
GeneralRe: Problem with DLL Pin
Nandu_77b29-Jul-08 0:29
Nandu_77b29-Jul-08 0:29 
GeneralRe: Problem with DLL Pin
toxcct29-Jul-08 0:31
toxcct29-Jul-08 0:31 
GeneralRe: Problem with DLL Pin
ThatsAlok29-Jul-08 0:21
ThatsAlok29-Jul-08 0:21 
GeneralRe: Problem with DLL Pin
toxcct29-Jul-08 0:24
toxcct29-Jul-08 0:24 
AnswerRe: Problem with DLL Pin
Cedric Moonen28-Jul-08 7:41
Cedric Moonen28-Jul-08 7:41 
QuestionHow to set CFileDialog file filter control (cmb1) ? Pin
Osborn28-Jul-08 4:20
Osborn28-Jul-08 4:20 
AnswerRe: How to set CFileDialog file filter control (cmb1) ? Pin
Iain Clarke, Warrior Programmer28-Jul-08 4:44
Iain Clarke, Warrior Programmer28-Jul-08 4:44 
I'd use Spy++ to check just what messages are being sent when the selection changes manually. In order to save doign refreshes so often, maybe the dialog waits for a CBN_CLOSEUP notification message to be sent? Maybe sending CB_SETCURSEL (which you are doing) does not then send a CBN_SELCHANGE notification. After all, why should it? You just changed it yourself!

This is a very dated control we're talking about, and every optimisation under the sun was used to make it perky on 386s (remember windows 3?) and then kept for compatibility.

Iain.

Plz sir... CPallini CPallini abuz drugz, plz plz help urgent.

GeneralRe: How to set CFileDialog file filter control (cmb1) ? Pin
Osborn28-Jul-08 5:11
Osborn28-Jul-08 5:11 
GeneralRe: How to set CFileDialog file filter control (cmb1) ? Pin
Iain Clarke, Warrior Programmer28-Jul-08 5:29
Iain Clarke, Warrior Programmer28-Jul-08 5:29 
GeneralRe: How to set CFileDialog file filter control (cmb1) ? Pin
Osborn28-Jul-08 5:44
Osborn28-Jul-08 5:44 
GeneralRe: How to set CFileDialog file filter control (cmb1) ? Pin
Osborn30-Jul-08 3:45
Osborn30-Jul-08 3:45 
QuestionC2373:redefinition; different type modifiers Pin
zahrak28-Jul-08 4:14
zahrak28-Jul-08 4:14 
QuestionTranslating C# structure to C++ Pin
__DanC__28-Jul-08 4:08
__DanC__28-Jul-08 4:08 
AnswerRe: Translating C# structure to C++ Pin
Luc Pattyn28-Jul-08 4:21
sitebuilderLuc Pattyn28-Jul-08 4:21 
GeneralRe: Translating C# structure to C++ Pin
Matthew Faithfull28-Jul-08 4:21
Matthew Faithfull28-Jul-08 4:21 
GeneralRe: Translating C# structure to C++ Pin
__DanC__28-Jul-08 4:34
__DanC__28-Jul-08 4:34 
GeneralRe: Translating C# structure to C++ Pin
Matthew Faithfull28-Jul-08 4:49
Matthew Faithfull28-Jul-08 4:49 
GeneralRe: Translating C# structure to C++ Pin
__DanC__28-Jul-08 6:33
__DanC__28-Jul-08 6:33 
GeneralRe: Translating C# structure to C++ Pin
Mark Salsbery28-Jul-08 7:19
Mark Salsbery28-Jul-08 7:19 
QuestionShadow after using CFiledialog in the dialog Pin
bhanu_850928-Jul-08 3:44
bhanu_850928-Jul-08 3:44 
AnswerRe: Shadow after using CFiledialog in the dialog Pin
bhanu_850928-Jul-08 4:55
bhanu_850928-Jul-08 4:55 
AnswerRe: Shadow after using CFiledialog in the dialog Pin
Rajesh R Subramanian28-Jul-08 5:31
professionalRajesh R Subramanian28-Jul-08 5:31 
AnswerRe: Shadow after using CFiledialog in the dialog Pin
Mark Salsbery28-Jul-08 7:27
Mark Salsbery28-Jul-08 7:27 
AnswerRe: Shadow after using CFiledialog in the dialog Pin
shivareaj7-Oct-12 23:17
shivareaj7-Oct-12 23:17 

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.