Click here to Skip to main content
15,920,896 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: keep dialog box shape when screen resolution changes Pin
Tomasz Sowinski3-Oct-02 5:04
Tomasz Sowinski3-Oct-02 5:04 
GeneralRe: keep dialog box shape when screen resolution changes Pin
tomc3-Oct-02 5:06
tomc3-Oct-02 5:06 
GeneralRe: keep dialog box shape when screen resolution changes Pin
Tomasz Sowinski3-Oct-02 5:14
Tomasz Sowinski3-Oct-02 5:14 
GeneralRe: keep dialog box shape when screen resolution changes Pin
tomc3-Oct-02 5:12
tomc3-Oct-02 5:12 
Question1280x1024->1024x768=Where Is Taskbar? Pin
Biochemist3-Oct-02 4:35
Biochemist3-Oct-02 4:35 
AnswerRe: 1280x1024->1024x768=Where Is Taskbar? Pin
includeh103-Oct-02 11:13
includeh103-Oct-02 11:13 
Generalatoi and LPCTSTR Pin
ns3-Oct-02 4:38
ns3-Oct-02 4:38 
GeneralRe: atoi and LPCTSTR Pin
Jon Hulatt3-Oct-02 4:38
Jon Hulatt3-Oct-02 4:38 
Because casting LPCTSTR is not necessary.

CString defines an operator for LPCTSTR, and the atoi() function takes an LPCTSTR arg. So the compilers knows which functionality to use.

casting LPCTSTR is not really good programming practise... Getting compiler warnings can highlight problems before you spend hours debugging them.

Signature space for rent. Apply by email to....
GeneralRe: atoi and LPCTSTR Pin
Pavel Klocek3-Oct-02 4:38
Pavel Klocek3-Oct-02 4:38 
GeneralRe: atoi and LPCTSTR Pin
Tomasz Sowinski3-Oct-02 4:43
Tomasz Sowinski3-Oct-02 4:43 
Generalthanks everybody! Pin
ns3-Oct-02 4:47
ns3-Oct-02 4:47 
GeneralRe: thanks everybody! Pin
Tomasz Sowinski3-Oct-02 4:51
Tomasz Sowinski3-Oct-02 4:51 
GeneralRe: thanks everybody! Pin
Maximilien3-Oct-02 5:44
Maximilien3-Oct-02 5:44 
GeneralRe: thanks everybody! Pin
Jörgen Sigvardsson3-Oct-02 14:23
Jörgen Sigvardsson3-Oct-02 14:23 
GeneralRe: thanks everybody! Pin
ColinDavies3-Oct-02 11:07
ColinDavies3-Oct-02 11:07 
GeneralSerial Port DSR Line Interrupt... Pin
Blade[DMS]3-Oct-02 4:29
Blade[DMS]3-Oct-02 4:29 
GeneralRe: Serial Port DSR Line Interrupt... Pin
Jon Hulatt3-Oct-02 4:36
Jon Hulatt3-Oct-02 4:36 
GeneralRe: Serial Port DSR Line Interrupt... Pin
Blade[DMS]3-Oct-02 5:43
Blade[DMS]3-Oct-02 5:43 
GeneralDHTML Edit Control Pin
perellibre3-Oct-02 4:27
perellibre3-Oct-02 4:27 
GeneralRe: DHTML Edit Control Pin
Stephane Rodriguez.3-Oct-02 5:55
Stephane Rodriguez.3-Oct-02 5:55 
Question650-700, yes or no? Pin
includeh103-Oct-02 4:16
includeh103-Oct-02 4:16 
AnswerRe: 650-700, yes or no? Pin
Jon Hulatt3-Oct-02 4:40
Jon Hulatt3-Oct-02 4:40 
General??????????? !!!!!!!!!!!!!!!!!!!!!!! XXXXXXXXX Pin
includeh103-Oct-02 10:50
includeh103-Oct-02 10:50 
GeneralRe: ??????????? !!!!!!!!!!!!!!!!!!!!!!! XXXXXXXXX Pin
Jörgen Sigvardsson3-Oct-02 14:25
Jörgen Sigvardsson3-Oct-02 14:25 
QuestionHuh? Help? Pin
Ryan B.3-Oct-02 4:15
Ryan B.3-Oct-02 4:15 

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.