Click here to Skip to main content
15,914,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How to add strings in CStringArray object? Pin
David Crow15-Oct-07 3:47
David Crow15-Oct-07 3:47 
AnswerRe: How to add strings in CStringArray object? SOLVED Pin
Atul2315-Oct-07 4:16
Atul2315-Oct-07 4:16 
GeneralRe: How to add strings in CStringArray object? SOLVED Pin
Hamid_RT15-Oct-07 19:42
Hamid_RT15-Oct-07 19:42 
QuestionNeed local C++/WinMobile consulting help Pin
billsh15-Oct-07 2:08
billsh15-Oct-07 2:08 
QuestionConversion Pin
Deepa Nonu15-Oct-07 2:01
Deepa Nonu15-Oct-07 2:01 
AnswerRe: Conversion Pin
jhwurmbach15-Oct-07 2:32
jhwurmbach15-Oct-07 2:32 
GeneralRe: Conversion Pin
Mike Dimmick15-Oct-07 2:45
Mike Dimmick15-Oct-07 2:45 
AnswerRe: Conversion Pin
Mike Dimmick15-Oct-07 2:49
Mike Dimmick15-Oct-07 2:49 
A BSTR is still a pointer to an array of wide characters, so you can still pass it to any string manipulation function. If it contains string representation of an integer you can pass it to swscanf or _wtoi.

If it contains the name of the enumeration value, you're out of luck. Those aren't compiled into the program. You'll have to manually write code to handle this using string comparisons.


DoEvents: Generating unexpected recursion since 1991

QuestionHow to Delete Application Pin
GauranG Shah15-Oct-07 1:53
GauranG Shah15-Oct-07 1:53 
AnswerRe: How to Delete Application Pin
chandu00415-Oct-07 1:59
chandu00415-Oct-07 1:59 
GeneralRe: How to Delete Application Pin
NormDroid15-Oct-07 2:08
professionalNormDroid15-Oct-07 2:08 
GeneralRe: How to Delete Application Pin
chandu00415-Oct-07 2:27
chandu00415-Oct-07 2:27 
GeneralRe: How to Delete Application Pin
toxcct15-Oct-07 2:37
toxcct15-Oct-07 2:37 
GeneralRe: How to Delete Application Pin
chandu00415-Oct-07 2:59
chandu00415-Oct-07 2:59 
GeneralRe: How to Delete Application Pin
Hamid_RT15-Oct-07 19:44
Hamid_RT15-Oct-07 19:44 
GeneralRe: How to Delete Application Pin
toxcct15-Oct-07 2:20
toxcct15-Oct-07 2:20 
GeneralRe: How to Delete Application Pin
NormDroid15-Oct-07 2:31
professionalNormDroid15-Oct-07 2:31 
GeneralRe: How to Delete Application Pin
toxcct15-Oct-07 2:48
toxcct15-Oct-07 2:48 
GeneralRe: How to Delete Application Pin
GauranG Shah15-Oct-07 2:49
GauranG Shah15-Oct-07 2:49 
GeneralRe: How to Delete Application Pin
chandu00415-Oct-07 2:55
chandu00415-Oct-07 2:55 
GeneralRe: How to Delete Application Pin
GauranG Shah15-Oct-07 2:58
GauranG Shah15-Oct-07 2:58 
QuestionRe: How to Delete Application [almost SOLVED] Pin
GauranG Shah15-Oct-07 3:47
GauranG Shah15-Oct-07 3:47 
AnswerRe: How to Delete Application Pin
David Crow15-Oct-07 3:57
David Crow15-Oct-07 3:57 
GeneralRe: How to Delete Application Pin
GauranG Shah15-Oct-07 4:20
GauranG Shah15-Oct-07 4:20 
GeneralRe: How to Delete Application Pin
David Crow15-Oct-07 4:32
David Crow15-Oct-07 4:32 

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.