Click here to Skip to main content
15,908,626 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalctreectrl and its normal image list Pin
Anonymous18-Mar-04 4:07
Anonymous18-Mar-04 4:07 
GeneralRe: ctreectrl and its normal image list Pin
Yogurt18-Mar-04 6:06
Yogurt18-Mar-04 6:06 
GeneralDrive in explorer Pin
Peter Liddle18-Mar-04 3:56
Peter Liddle18-Mar-04 3:56 
GeneralRe: Drive in explorer Pin
Peter Liddle18-Mar-04 4:11
Peter Liddle18-Mar-04 4:11 
GeneralRe: Drive in explorer Pin
Michael Dunn18-Mar-04 5:03
sitebuilderMichael Dunn18-Mar-04 5:03 
GeneralAnsi to Unicode string using basic_string Pin
Jim Crafton18-Mar-04 3:23
Jim Crafton18-Mar-04 3:23 
GeneralRe: Ansi to Unicode string using basic_string Pin
Prakash Nadar18-Mar-04 4:43
Prakash Nadar18-Mar-04 4:43 
GeneralRe: Ansi to Unicode string using basic_string Pin
J. Eric Vaughan18-Mar-04 5:04
J. Eric Vaughan18-Mar-04 5:04 
Yes you have to create a new buffer and assign it. basic_string doesn't (and shouldn't) allow you direct access to it's internal buffer. You can only get a const wchar_t* from it by using c_str(). But if you try to modify it, you will wreak havoc on the basic_string. The only way to change a basic_string's contents is through its public access members (like operator=() or the contructor, etc.)

The maximum characters for the signature is five hundred. I was wondering how long a five hundred characters message would be, so I decided to make my signature 500 characters long. I'm sure if I had some cool html stuff in my signature, I could eat up five hundred characters, but just typing five hundred characters takes quite some time. The trick I think is finding something to say, but I'm usually a man of few words. So I guess I'll tell you what I've discovered is the secret to life. It
GeneralRe: Ansi to Unicode string using basic_string Pin
Michael Dunn18-Mar-04 5:05
sitebuilderMichael Dunn18-Mar-04 5:05 
GeneralRe: Ansi to Unicode string using basic_string Pin
Jim Crafton18-Mar-04 5:18
Jim Crafton18-Mar-04 5:18 
GeneralSecondary display monitor dimensions win32 Pin
Anonymous18-Mar-04 2:59
Anonymous18-Mar-04 2:59 
GeneralRe: Secondary display monitor dimensions win32 Pin
David Crow18-Mar-04 3:06
David Crow18-Mar-04 3:06 
GeneralSharing child windows Pin
Jason Henderson18-Mar-04 2:57
Jason Henderson18-Mar-04 2:57 
GeneralRe: Sharing child windows Pin
Prakash Nadar18-Mar-04 4:26
Prakash Nadar18-Mar-04 4:26 
GeneralRe: Sharing child windows Pin
Jason Henderson18-Mar-04 9:11
Jason Henderson18-Mar-04 9:11 
GeneralRe: Sharing child windows Pin
Prakash Nadar18-Mar-04 14:27
Prakash Nadar18-Mar-04 14:27 
GeneralHooking Dialup Network calls Pin
Harrold18-Mar-04 2:48
Harrold18-Mar-04 2:48 
GeneralGet memory info Pin
Anonymous18-Mar-04 2:24
Anonymous18-Mar-04 2:24 
GeneralRe: Get memory info Pin
David Crow18-Mar-04 2:40
David Crow18-Mar-04 2:40 
GeneralRe: Get memory info Pin
John M. Drescher18-Mar-04 3:20
John M. Drescher18-Mar-04 3:20 
GeneralRe: Get memory info Pin
Alexander M.,18-Mar-04 9:29
Alexander M.,18-Mar-04 9:29 
Generalreverseengingeering!!!! Pin
gelcoman18-Mar-04 2:18
gelcoman18-Mar-04 2:18 
GeneralRe: reverseengingeering!!!! Pin
Steve S18-Mar-04 2:41
Steve S18-Mar-04 2:41 
GeneralRe: reverseengingeering!!!! Pin
Mike Dimmick18-Mar-04 2:53
Mike Dimmick18-Mar-04 2:53 
GeneralRe: reverseengingeering!!!! Pin
gelcoman18-Mar-04 3:38
gelcoman18-Mar-04 3:38 

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.