Click here to Skip to main content
15,892,768 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem with VB DLL to use with VC++ Pin
Chirag Chauhan9-Jan-04 14:47
Chirag Chauhan9-Jan-04 14:47 
GeneralMouse Hook Problem Pin
Zee man9-Jan-04 9:45
Zee man9-Jan-04 9:45 
GeneralRe: Mouse Hook Problem Pin
Joel Lucsy12-Jan-04 4:05
Joel Lucsy12-Jan-04 4:05 
GeneralCIntArray in a structure Pin
(Steven Hicks)n+19-Jan-04 9:38
(Steven Hicks)n+19-Jan-04 9:38 
GeneralRe: CIntArray in a structure Pin
Gary R. Wheeler10-Jan-04 9:25
Gary R. Wheeler10-Jan-04 9:25 
QuestionHow to convert CString to int Pin
mr20039-Jan-04 9:11
mr20039-Jan-04 9:11 
AnswerRe: How to convert CString to int Pin
(Steven Hicks)n+19-Jan-04 9:33
(Steven Hicks)n+19-Jan-04 9:33 
AnswerRe: How to convert CString to int Pin
(Steven Hicks)n+19-Jan-04 9:33
(Steven Hicks)n+19-Jan-04 9:33 
inVariable=_ttoi(CStringVariable)

or

even better

sscanf(CStringVariable, "%d", intVarible);

-Steven Hicks

CPA

CodeProjectAddict

Actual Linux Penguins were harmed in the creation of this message.

More tutorials: Ltpb.8m.com: Tutorials |404Browser.com (Download Link)

AnswerRe: How to convert CString to int Pin
Michael Dunn9-Jan-04 17:07
sitebuilderMichael Dunn9-Jan-04 17:07 
GeneralRe: How to convert CString to int Pin
Jagadeesh VN9-Jan-04 18:19
Jagadeesh VN9-Jan-04 18:19 
GeneralRe: How to convert CString to int Pin
Tim Smith10-Jan-04 4:43
Tim Smith10-Jan-04 4:43 
GeneralRe: How to convert CString to int Pin
Jagadeesh VN11-Jan-04 8:42
Jagadeesh VN11-Jan-04 8:42 
GeneralWindow Background color Pin
yuvald9-Jan-04 8:39
yuvald9-Jan-04 8:39 
GeneralRe: Window Background color Pin
Michael Dunn9-Jan-04 17:09
sitebuilderMichael Dunn9-Jan-04 17:09 
GeneralRe: Window Background color Pin
yuvald9-Jan-04 22:23
yuvald9-Jan-04 22:23 
GeneralRe: Window Background color Pin
Jijo.Raj9-Jan-04 19:06
Jijo.Raj9-Jan-04 19:06 
GeneralRe: Window Background color Pin
yuvald9-Jan-04 22:17
yuvald9-Jan-04 22:17 
Generaladding a C file to a CPP proj Pin
ABean9-Jan-04 8:14
ABean9-Jan-04 8:14 
GeneralRe: adding a C file to a CPP proj Pin
Maximilien9-Jan-04 8:39
Maximilien9-Jan-04 8:39 
GeneralRe: adding a C file to a CPP proj Pin
ABean9-Jan-04 13:05
ABean9-Jan-04 13:05 
GeneralLooking for an IDE with source code!!! Pin
Jagadeesh VN9-Jan-04 7:50
Jagadeesh VN9-Jan-04 7:50 
GeneralRe: Looking for an IDE with source code!!! Pin
ABean9-Jan-04 8:08
ABean9-Jan-04 8:08 
GeneralRe: Looking for an IDE with source code!!! Pin
Jagadeesh VN9-Jan-04 8:16
Jagadeesh VN9-Jan-04 8:16 
GeneralDisable Mouse clicks inside rich edit control Pin
Anonymous9-Jan-04 7:44
Anonymous9-Jan-04 7:44 
GeneralRe: Disable Mouse clicks inside rich edit control Pin
David Crow9-Jan-04 7:47
David Crow9-Jan-04 7:47 

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.