Click here to Skip to main content
15,896,726 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Alternatives to MSMQ Pin
tximo28-Feb-10 21:34
tximo28-Feb-10 21:34 
GeneralRe: Alternatives to MSMQ Pin
Rolf Kristensen2-Mar-10 12:29
Rolf Kristensen2-Mar-10 12:29 
QuestionSyntax of HANDLE operator in CSyncObject Pin
ForNow27-Feb-10 18:25
ForNow27-Feb-10 18:25 
AnswerRe: Syntax of HANDLE operator in CSyncObject Pin
Richard MacCutchan28-Feb-10 1:34
mveRichard MacCutchan28-Feb-10 1:34 
GeneralRe: Syntax of HANDLE operator in CSyncObject Pin
ForNow28-Feb-10 3:47
ForNow28-Feb-10 3:47 
GeneralRe: Syntax of HANDLE operator in CSyncObject Pin
Richard MacCutchan28-Feb-10 8:45
mveRichard MacCutchan28-Feb-10 8:45 
QuestionCreating an color wave using gdi Pin
Steven Foxton27-Feb-10 13:42
Steven Foxton27-Feb-10 13:42 
AnswerRe: Creating an color wave using gdi Pin
«_Superman_»27-Feb-10 15:57
professional«_Superman_»27-Feb-10 15:57 
Use GetDC(NULL) to get the device context of the entire screen.
Select the appropriate pen and brush into the device context using SelectObject and then call Rectangle to draw the filled rectangle.
Do this for the outer most rectangle first and then draw the other concentric rectangles outer to inner.
You will need to change the color of the brush in a timer of some sort.
«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

QuestionSHBrowseForFolder Pin
Bram van Kampen27-Feb-10 12:57
Bram van Kampen27-Feb-10 12:57 
AnswerRe: SHBrowseForFolder Pin
Stuart Dootson27-Feb-10 13:11
professionalStuart Dootson27-Feb-10 13:11 
GeneralRe: SHBrowseForFolder Pin
Bram van Kampen28-Feb-10 13:40
Bram van Kampen28-Feb-10 13:40 
Question"A resource in this file uses an unknown language: English(U.S.)(unknown sub-lang:0X10).Unable to open this." Pin
iwt.dev27-Feb-10 7:59
iwt.dev27-Feb-10 7:59 
AnswerRe: "A resource in this file uses an unknown language: English(U.S.)(unknown sub-lang:0X10).Unable to open this." Pin
Richard Andrew x6427-Feb-10 12:37
professionalRichard Andrew x6427-Feb-10 12:37 
QuestionWinsock problem in 64 bit windows Pin
Varghese Paul M27-Feb-10 0:18
Varghese Paul M27-Feb-10 0:18 
AnswerRe: Winsock problem in 64 bit windows Pin
Richard MacCutchan27-Feb-10 1:07
mveRichard MacCutchan27-Feb-10 1:07 
AnswerRe: Winsock problem in 64 bit windows Pin
cmk27-Feb-10 2:56
cmk27-Feb-10 2:56 
QuestionCodeGear C++ Web Browser Pin
Paunica8626-Feb-10 22:31
Paunica8626-Feb-10 22:31 
AnswerRe: CodeGear C++ Web Browser Pin
Richard MacCutchan27-Feb-10 1:10
mveRichard MacCutchan27-Feb-10 1:10 
AnswerRe: CodeGear C++ Web Browser Pin
transoft28-Feb-10 4:58
transoft28-Feb-10 4:58 
QuestionMenu and Submenu Pin
kiranin26-Feb-10 21:23
kiranin26-Feb-10 21:23 
AnswerRe: Menu and Submenu Pin
BobInNJ27-Feb-10 4:33
BobInNJ27-Feb-10 4:33 
AnswerRe: Menu and Submenu Pin
transoft28-Feb-10 5:07
transoft28-Feb-10 5:07 
Question这个论坛里有懂中文的吗 求助!! Pin
niaho26-Feb-10 19:39
niaho26-Feb-10 19:39 
AnswerRe: 这个论坛里有懂中文的吗 求助!! [modified] Pin
wangningyu26-Feb-10 19:46
wangningyu26-Feb-10 19:46 
GeneralRe: 这个论坛里有懂中文的吗 求助!! Pin
ForrestZhang26-Feb-10 20:10
ForrestZhang26-Feb-10 20:10 

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.