Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Predefined license numbers Pin
enhzflep26-Aug-08 11:41
enhzflep26-Aug-08 11:41 
GeneralRe: Predefined license numbers Pin
robotz26-Aug-08 11:51
robotz26-Aug-08 11:51 
Questionhow do i convert a unsigned char to int ? Pin
Sakthiu25-Aug-08 5:20
Sakthiu25-Aug-08 5:20 
AnswerRe: how do i convert a unsigned char to int ? Pin
toxcct25-Aug-08 5:31
toxcct25-Aug-08 5:31 
GeneralRe: how do i convert a unsigned char to int ? Pin
Mark Salsbery25-Aug-08 5:32
Mark Salsbery25-Aug-08 5:32 
JokeRe: how do i convert a unsigned char to int ? Pin
toxcct25-Aug-08 5:51
toxcct25-Aug-08 5:51 
GeneralRe: how do i convert a unsigned char to int ? Pin
Mark Salsbery25-Aug-08 6:11
Mark Salsbery25-Aug-08 6:11 
AnswerRe: how do i convert a unsigned char to int ? Pin
Mark Salsbery25-Aug-08 5:32
Mark Salsbery25-Aug-08 5:32 
unsigned char g = 42;
int h = g;


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

AnswerRe: how do i convert a unsigned char to int ? Pin
Rajesh R Subramanian25-Aug-08 19:38
professionalRajesh R Subramanian25-Aug-08 19:38 
QuestionCFile for big files Pin
bhanu_850925-Aug-08 5:20
bhanu_850925-Aug-08 5:20 
AnswerRe: CFile for big files Pin
Mark Salsbery25-Aug-08 5:40
Mark Salsbery25-Aug-08 5:40 
GeneralRe: CFile for big files Pin
bhanu_850925-Aug-08 6:03
bhanu_850925-Aug-08 6:03 
QuestionRe: CFile for big files Pin
David Crow25-Aug-08 5:42
David Crow25-Aug-08 5:42 
AnswerRe: CFile for big files Pin
bhanu_850925-Aug-08 6:01
bhanu_850925-Aug-08 6:01 
QuestionRe: CFile for big files Pin
David Crow25-Aug-08 6:08
David Crow25-Aug-08 6:08 
AnswerRe: CFile for big files Pin
bhanu_850925-Aug-08 20:45
bhanu_850925-Aug-08 20:45 
QuestionRe: CFile for big files Pin
David Crow26-Aug-08 4:13
David Crow26-Aug-08 4:13 
QuestionLive Messenger style window, having problems with border update and child controls flickering Pin
Nathan Going25-Aug-08 2:36
Nathan Going25-Aug-08 2:36 
QuestionWhen a Non-Modal Window is Closed which Even Is fired Pin
DSPCottage25-Aug-08 2:06
DSPCottage25-Aug-08 2:06 
AnswerRe: When a Non-Modal Window is Closed which Even Is fired Pin
_AnsHUMAN_ 25-Aug-08 2:21
_AnsHUMAN_ 25-Aug-08 2:21 
QuestionRe: When a Non-Modal Window is Closed which Even Is fired Pin
CPallini25-Aug-08 2:30
mveCPallini25-Aug-08 2:30 
AnswerRe: When a Non-Modal Window is Closed which Even Is fired Pin
DSPCottage25-Aug-08 2:52
DSPCottage25-Aug-08 2:52 
GeneralRe: When a Non-Modal Window is Closed which Even Is fired Pin
Jijo.Raj25-Aug-08 3:02
Jijo.Raj25-Aug-08 3:02 
QuestionRe: When a Non-Modal Window is Closed which Even Is fired Pin
Mark Salsbery25-Aug-08 5:42
Mark Salsbery25-Aug-08 5:42 
Questionhow to set color of static labels using MFC [modified] Pin
Dhiraj kumar Saini25-Aug-08 1:52
Dhiraj kumar Saini25-Aug-08 1:52 

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.