Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Call default internet browser Pin
David Crow1-Mar-10 9:06
David Crow1-Mar-10 9:06 
GeneralRe: Call default internet browser Pin
wangningyu1-Mar-10 13:29
wangningyu1-Mar-10 13:29 
GeneralRe: Call default internet browser Pin
Stephen Hewitt1-Mar-10 17:33
Stephen Hewitt1-Mar-10 17:33 
GeneralRe: Call default internet browser Pin
Stephen Hewitt1-Mar-10 17:35
Stephen Hewitt1-Mar-10 17:35 
QuestionDefine "overllaped" in serial communication - please [modified] SOLVED - see reference links in thread Pin
Vaclav_28-Feb-10 5:08
Vaclav_28-Feb-10 5:08 
AnswerRe: Define "overllaped" in serial communication - please Pin
CPallini28-Feb-10 6:11
mveCPallini28-Feb-10 6:11 
GeneralRe: Define "overllaped" in serial communication - please Pin
Vaclav_28-Feb-10 6:30
Vaclav_28-Feb-10 6:30 
AnswerRe: Define "overllaped" in serial communication - please Pin
Iain Clarke, Warrior Programmer28-Feb-10 21:41
Iain Clarke, Warrior Programmer28-Feb-10 21:41 
GeneralRe: Define "overllaped" in serial communication - please Pin
Vaclav_1-Mar-10 4:37
Vaclav_1-Mar-10 4:37 
QuestionAlternatives to MSMQ Pin
tximo27-Feb-10 22:52
tximo27-Feb-10 22:52 
AnswerRe: Alternatives to MSMQ Pin
Garth J Lancaster28-Feb-10 0:17
professionalGarth J Lancaster28-Feb-10 0:17 
GeneralRe: Alternatives to MSMQ Pin
tximo28-Feb-10 8:58
tximo28-Feb-10 8:58 
GeneralRe: Alternatives to MSMQ Pin
Luc Pattyn28-Feb-10 9:04
sitebuilderLuc Pattyn28-Feb-10 9:04 
GeneralRe: Alternatives to MSMQ Pin
tximo28-Feb-10 21:29
tximo28-Feb-10 21:29 
GeneralRe: Alternatives to MSMQ Pin
Garth J Lancaster28-Feb-10 10:00
professionalGarth J Lancaster28-Feb-10 10:00 
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 

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.