Click here to Skip to main content
16,011,647 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange Font to the Default Printer! Pin
29-May-02 7:51
suss29-May-02 7:51 
GeneralEvery other letter Pin
Nnamdi Onyeyiri29-May-02 7:30
Nnamdi Onyeyiri29-May-02 7:30 
GeneralRe: Every other letter Pin
Nish Nishant29-May-02 8:04
sitebuilderNish Nishant29-May-02 8:04 
GeneralRe: Every other letter Pin
PJ Arends29-May-02 8:18
professionalPJ Arends29-May-02 8:18 
Generalconvert a CString to a char Pin
Nnamdi Onyeyiri29-May-02 7:14
Nnamdi Onyeyiri29-May-02 7:14 
GeneralRe: convert a CString to a char Pin
Lucky the code machine29-May-02 7:15
Lucky the code machine29-May-02 7:15 
GeneralRe: convert a CString to a char Pin
ed987129-May-02 7:17
ed987129-May-02 7:17 
GeneralRe: convert a CString to a char Pin
Martin Ziacek29-May-02 7:23
Martin Ziacek29-May-02 7:23 
The Eclypse wrote:
Unless anyone know how to pick the 3rd character in on a CString

I think this could work:

CString str;

str = "123";

if (str[2] == '3') {
TRACE("Hey, you've got it!\n");
}
GeneralRead / Write Registry Pin
Lucky the code machine29-May-02 7:08
Lucky the code machine29-May-02 7:08 
GeneralRe: Read / Write Registry Pin
Martin Ziacek29-May-02 7:19
Martin Ziacek29-May-02 7:19 
GeneralRe: Read / Write Registry Pin
Lucky the code machine29-May-02 7:17
Lucky the code machine29-May-02 7:17 
GeneralRe: Read / Write Registry Pin
Martin Ziacek29-May-02 7:28
Martin Ziacek29-May-02 7:28 
GeneralRe: Read / Write Registry Pin
Lucky the code machine30-May-02 2:15
Lucky the code machine30-May-02 2:15 
GeneralRe: Read / Write Registry Pin
Martin Ziacek29-May-02 7:31
Martin Ziacek29-May-02 7:31 
GeneralRe: Read / Write Registry Pin
Lucky the code machine29-May-02 7:29
Lucky the code machine29-May-02 7:29 
GeneralWindow Programming (Saving Results) Pin
29-May-02 7:01
suss29-May-02 7:01 
GeneralRe: Window Programming (Saving Results) Pin
Nish Nishant29-May-02 7:02
sitebuilderNish Nishant29-May-02 7:02 
GeneralCount Number of Items in a struct Pin
Anton A. Loukine29-May-02 6:36
Anton A. Loukine29-May-02 6:36 
GeneralRe: Count Number of Items in a struct Pin
Rama Krishna Vavilala29-May-02 6:49
Rama Krishna Vavilala29-May-02 6:49 
GeneralRe: Count Number of Items in a struct Pin
Anton A. Loukine29-May-02 6:49
Anton A. Loukine29-May-02 6:49 
GeneralRe: Count Number of Items in a struct Pin
Rama Krishna Vavilala29-May-02 7:23
Rama Krishna Vavilala29-May-02 7:23 
GeneralRe: Count Number of Items in a struct Pin
Rama Krishna Vavilala29-May-02 6:55
Rama Krishna Vavilala29-May-02 6:55 
GeneralRe: Count Number of Items in a struct Pin
Anton A. Loukine29-May-02 6:50
Anton A. Loukine29-May-02 6:50 
GeneralRe: Count Number of Items in a struct Pin
Joaquín M López Muñoz29-May-02 8:47
Joaquín M López Muñoz29-May-02 8:47 
GeneralRe: Count Number of Items in a struct Pin
Michael Dunn29-May-02 17:56
sitebuilderMichael Dunn29-May-02 17:56 

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.