Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create a object of mainframe in application class Pin
Amrit Agr9-Sep-11 1:43
Amrit Agr9-Sep-11 1:43 
AnswerRe: How to create a object of mainframe in application class Pin
Code-o-mat9-Sep-11 2:24
Code-o-mat9-Sep-11 2:24 
QuestionHow to check i am clicking on the header of the list control Pin
Amrit Agr8-Sep-11 5:49
Amrit Agr8-Sep-11 5:49 
QuestionRe: How to check i am clicking on the header of the list control Pin
David Crow8-Sep-11 5:52
David Crow8-Sep-11 5:52 
AnswerRe: How to check i am clicking on the header of the list control [modified] Pin
Chuck O'Toole8-Sep-11 11:50
Chuck O'Toole8-Sep-11 11:50 
Questionquestion with locale [modified] Pin
Cold_Fearing_Bird8-Sep-11 4:38
Cold_Fearing_Bird8-Sep-11 4:38 
QuestionCRichEditCtrl Pin
john56328-Sep-11 2:33
john56328-Sep-11 2:33 
AnswerRe: CRichEditCtrl Pin
Orjan Westin8-Sep-11 3:15
professionalOrjan Westin8-Sep-11 3:15 
Yes, you need to have a fixed-width font, like Courier New or Lucida Console. In such fonts, all characters - including space - have the same width, so it's easy to align things. Notepad uses a fixed-width font (it varies which depending on your version of Windows).

Most fonts are variable-width, where the width of a character depends on how much space it needs.

Compare the relative widths of these two strings:

"lililil"
"mumumum"

The yave the same number of characters, but the first will take up a lot less space in a variable-width font.
GeneralRe: CRichEditCtrl Pin
john56328-Sep-11 19:02
john56328-Sep-11 19:02 
QuestionEncryption and Decryption between C++ and C# Pin
vipin_nvk8-Sep-11 0:13
vipin_nvk8-Sep-11 0:13 
AnswerRe: Encryption and Decryption between C++ and C# Pin
Orjan Westin8-Sep-11 1:06
professionalOrjan Westin8-Sep-11 1:06 
GeneralRe: Encryption and Decryption between C++ and C# Pin
vipin_nvk8-Sep-11 1:23
vipin_nvk8-Sep-11 1:23 
GeneralRe: Encryption and Decryption between C++ and C# Pin
Orjan Westin8-Sep-11 2:11
professionalOrjan Westin8-Sep-11 2:11 
GeneralRe: Encryption and Decryption between C++ and C# Pin
vipin_nvk8-Sep-11 4:07
vipin_nvk8-Sep-11 4:07 
GeneralRe: Encryption and Decryption between C++ and C# Pin
MicroVirus8-Sep-11 4:15
MicroVirus8-Sep-11 4:15 
QuestionSocket Pin
john56327-Sep-11 23:44
john56327-Sep-11 23:44 
AnswerRe: Socket Pin
CPallini8-Sep-11 0:40
mveCPallini8-Sep-11 0:40 
AnswerRe: Socket Pin
MicroVirus8-Sep-11 4:18
MicroVirus8-Sep-11 4:18 
QuestionDBX Pin
john56327-Sep-11 21:44
john56327-Sep-11 21:44 
AnswerRe: DBX Pin
David Crow8-Sep-11 5:50
David Crow8-Sep-11 5:50 
Question1 & 0x01+1*3 Pin
includeh107-Sep-11 21:17
includeh107-Sep-11 21:17 
AnswerRe: 1 & 0x01+1*3 Pin
CPallini7-Sep-11 21:21
mveCPallini7-Sep-11 21:21 
QuestionKey-Value pair with multiples Pin
CodingLover7-Sep-11 20:46
CodingLover7-Sep-11 20:46 
AnswerRe: Key-Value pair with multiples Pin
CPallini7-Sep-11 21:23
mveCPallini7-Sep-11 21:23 
GeneralRe: Key-Value pair with multiples Pin
CodingLover12-Sep-11 19:01
CodingLover12-Sep-11 19:01 

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.