Click here to Skip to main content
15,920,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Thread Sync Pin
Chuck O'Toole13-Dec-11 4:02
Chuck O'Toole13-Dec-11 4:02 
GeneralRe: Thread Sync Pin
Chris Meech13-Dec-11 7:07
Chris Meech13-Dec-11 7:07 
GeneralImage/Motion Detection Pin
joelcohen12-Dec-11 18:28
joelcohen12-Dec-11 18:28 
GeneralRe: Image/Motion Detection Pin
YvesDaoust12-Dec-11 22:29
YvesDaoust12-Dec-11 22:29 
GeneralRe: Image/Motion Detection Pin
Richard MacCutchan12-Dec-11 22:57
mveRichard MacCutchan12-Dec-11 22:57 
QuestionFlash Player Activex problem Pin
trioum12-Dec-11 16:57
trioum12-Dec-11 16:57 
AnswerRe: Flash Player Activex problem Pin
KingsGambit12-Dec-11 17:17
KingsGambit12-Dec-11 17:17 
GeneralRe: Flash Player Activex problem Pin
trioum12-Dec-11 18:36
trioum12-Dec-11 18:36 
QuestionODBC - Using Parameters to build a SQL Command Pin
jkirkerx12-Dec-11 5:26
professionaljkirkerx12-Dec-11 5:26 
AnswerRe: ODBC - Got this to work, perhaps 1 thing away Pin
jkirkerx12-Dec-11 6:39
professionaljkirkerx12-Dec-11 6:39 
GeneralRe: ODBC - Got this to work, perhaps 1 thing away Pin
jschell12-Dec-11 8:28
jschell12-Dec-11 8:28 
GeneralRe: ODBC - Got this to work, perhaps 1 thing away Pin
jkirkerx12-Dec-11 9:46
professionaljkirkerx12-Dec-11 9:46 
GeneralRe: ODBC - Got this to work, perhaps 1 thing away Pin
Bram van Kampen12-Dec-11 15:08
Bram van Kampen12-Dec-11 15:08 
GeneralRe: ODBC - Got this to work, perhaps 1 thing away Pin
jkirkerx12-Dec-11 16:06
professionaljkirkerx12-Dec-11 16:06 
QuestionHow to play those MOV files those are not played in Window Media Player? Pin
Le@rner11-Dec-11 23:46
Le@rner11-Dec-11 23:46 
AnswerRe: How to play those MOV files those are not played in Window Media Player? Pin
JackDingler12-Dec-11 9:18
JackDingler12-Dec-11 9:18 
GeneralRe: How to play those MOV files those are not played in Window Media Player? Pin
Le@rner12-Dec-11 17:26
Le@rner12-Dec-11 17:26 
GeneralRe: How to play those MOV files those are not played in Window Media Player? Pin
JackDingler12-Dec-11 20:58
JackDingler12-Dec-11 20:58 
AnswerRe: How to play those MOV files those are not played in Window Media Player? Pin
User 742933812-Dec-11 9:18
professionalUser 742933812-Dec-11 9:18 
QuestionCProgressCtrl- Marquee Mode Pin
Bram van Kampen11-Dec-11 15:04
Bram van Kampen11-Dec-11 15:04 
AnswerRe: CProgressCtrl- Marquee Mode Pin
Richard MacCutchan11-Dec-11 22:38
mveRichard MacCutchan11-Dec-11 22:38 
GeneralRe: CProgressCtrl- Marquee Mode Pin
Bram van Kampen12-Dec-11 14:30
Bram van Kampen12-Dec-11 14:30 
GeneralRe: CProgressCtrl- Marquee Mode Pin
Richard MacCutchan12-Dec-11 22:39
mveRichard MacCutchan12-Dec-11 22:39 
GeneralRe: CProgressCtrl- Marquee Mode Pin
Bram van Kampen17-Dec-11 16:07
Bram van Kampen17-Dec-11 16:07 
Thanks Richard,

Sorry for the delay, work has been interrupted for a few days due to a beravement in the family.
Well, I have the latest SDK for Windows XP. I see your point about the Down Level MFC Lib. However, I had also thought that actions such as :;Get/SetWindowLong, and ::SendMessage() would bypass MFC in it's entirety. Iow, what I wrote is actually an SDK implementation of the MFC 'SetMarquis()' Function. Afterall, it is the binary code contained in User32.dll etc. that does the actual displaying. MFC is simply a wrapper around the SDK Code, which accesses those system DLL's. Another possibility is one of those 'Stare in the Face' bugs, that take a week or more to find, which turn out to be a small but vital typo.
As said before, it is a Level 5 Bug (Purely Cosmetic). My installer App will Not Stand or Fall with it, at the sametime, it would be interesting to see 'Why' it does not work, if, as you said, The Code looks Fine.

N.B.
(MFC is in my opinion a Very Convenient wrapper. Remember the Man in the late 1980's (Whose Name I've forgotten, who was the Authority on Win 3.1 SDK Programming?) Don't take me wrong, I'm Not dismissing MFC as trivial, but that's what it does. MFC does not Create and Paint Windows, that SDK does not support. I'm not saying it Can't be done, but as I understand it, for Product Development Reasons, MS is unlikely to go that way. Otherways what would be the point in releasing an SDK.)
Regards, Smile | :)
Bram van Kampen

GeneralRe: CProgressCtrl- Marquee Mode Pin
Richard MacCutchan17-Dec-11 21:34
mveRichard MacCutchan17-Dec-11 21:34 

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.