Click here to Skip to main content
15,886,137 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to calculate any amont minimum? Pin
Maximilien22-Jan-08 2:58
Maximilien22-Jan-08 2:58 
AnswerRe: how to calculate any amont minimum? Pin
CPallini22-Jan-08 3:01
mveCPallini22-Jan-08 3:01 
AnswerRe: how to calculate any amont minimum? Pin
David Crow22-Jan-08 4:10
David Crow22-Jan-08 4:10 
JokeRe: how to calculate any amont minimum? Pin
CPallini22-Jan-08 4:29
mveCPallini22-Jan-08 4:29 
Generalin fo needed on Gradient fill Pin
sarat22-Jan-08 1:53
sarat22-Jan-08 1:53 
QuestionRe: in fo needed on Gradient fill Pin
CPallini22-Jan-08 2:14
mveCPallini22-Jan-08 2:14 
GeneralRe: in fo needed on Gradient fill Pin
sarat22-Jan-08 4:04
sarat22-Jan-08 4:04 
GeneralRe: in fo needed on Gradient fill Pin
sarat22-Jan-08 18:56
sarat22-Jan-08 18:56 
what to fill in the TRIVERTEX structure for sky blue color
i wanna paint a dialog with starting with sky blue color at the botton and ending with white color at the top

what r the hex values i need to assign for bule grean and red of the following structure

here is the sample code... whic gives light grean color

please some one hlep me

TRIVERTEX vertex[2] ;
vertex[0].x = 0;
vertex[0].y = 0;
vertex[0].Red = 0x0000;
vertex[0].Green = 0x8000;
vertex[0].Blue = 0x8000;
vertex[0].Alpha = 0x0000;

vertex[1].x = 300;
vertex[1].y = 80;
vertex[1].Red = 0x0000;
vertex[1].Green = 0xd000;
vertex[1].Blue = 0xd000;
vertex[1].Alpha = 0x0000;
GeneralRe: in fo needed on Gradient fill Pin
sarat22-Jan-08 20:38
sarat22-Jan-08 20:38 
GeneralTypedef nightmare! [modified] Pin
Lea Hayes22-Jan-08 1:47
Lea Hayes22-Jan-08 1:47 
QuestionRe: Typedef nightmare! Pin
CPallini22-Jan-08 2:04
mveCPallini22-Jan-08 2:04 
GeneralRe: Typedef nightmare! Pin
Lea Hayes22-Jan-08 2:28
Lea Hayes22-Jan-08 2:28 
GeneralRe: Typedef nightmare! Pin
CPallini22-Jan-08 2:38
mveCPallini22-Jan-08 2:38 
GeneralRe: Typedef nightmare! Pin
Lea Hayes22-Jan-08 3:02
Lea Hayes22-Jan-08 3:02 
QuestionRe: Typedef nightmare! Pin
CPallini22-Jan-08 3:21
mveCPallini22-Jan-08 3:21 
GeneralRe: Typedef nightmare! Pin
Lea Hayes22-Jan-08 3:28
Lea Hayes22-Jan-08 3:28 
GeneralRe: Typedef nightmare! Pin
Luc Pattyn22-Jan-08 2:12
sitebuilderLuc Pattyn22-Jan-08 2:12 
GeneralRe: Typedef nightmare! Pin
Lea Hayes22-Jan-08 2:17
Lea Hayes22-Jan-08 2:17 
GeneralRe: Typedef nightmare! Pin
CPallini22-Jan-08 2:18
mveCPallini22-Jan-08 2:18 
GeneralRead Data from Serial Port Pin
Susanmat22-Jan-08 1:28
Susanmat22-Jan-08 1:28 
GeneralRe: Read Data from Serial Port Pin
Cedric Moonen22-Jan-08 1:32
Cedric Moonen22-Jan-08 1:32 
JokeRe: Read Data from Serial Port Pin
CPallini22-Jan-08 1:57
mveCPallini22-Jan-08 1:57 
GeneralRe: Read Data from Serial Port Pin
Cedric Moonen22-Jan-08 3:12
Cedric Moonen22-Jan-08 3:12 
JokeRe: Read Data from Serial Port Pin
CPallini22-Jan-08 3:21
mveCPallini22-Jan-08 3:21 
GeneralRe: Read Data from Serial Port Pin
Cedric Moonen22-Jan-08 3:51
Cedric Moonen22-Jan-08 3:51 

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.