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

C / C++ / MFC

 
QuestionCWnd derived activeX controls not detachable?!?!? Pin
astibich1-Mar-01 13:15
astibich1-Mar-01 13:15 
AnswerRe: CWnd derived activeX controls not detachable?!?!? Pin
l a u r e n2-Mar-01 4:13
l a u r e n2-Mar-01 4:13 
GeneralRe: CWnd derived activeX controls not detachable?!?!? Pin
astibich2-Mar-01 7:21
astibich2-Mar-01 7:21 
GeneralRe: CWnd derived activeX controls not detachable?!?!? Pin
l a u r e n2-Mar-01 10:44
l a u r e n2-Mar-01 10:44 
AnswerRe: CWnd derived activeX controls not detachable?!?!? Pin
2-Mar-01 13:01
suss2-Mar-01 13:01 
GeneralChop up a cstring into parts Pin
1-Mar-01 12:28
suss1-Mar-01 12:28 
GeneralRe: Chop up a cstring into parts Pin
Erik Funkenbusch1-Mar-01 12:49
Erik Funkenbusch1-Mar-01 12:49 
GeneralRe: Chop up a cstring into parts Pin
ov1-Mar-01 20:55
ov1-Mar-01 20:55 
It's useful sometimes to use internal function AfxExtractSubString (which is defined in afxwin.h and implemented in winstr.cpp).

It's prototype is:
BOOL AFXAPI AfxExtractSubString(CString& rString, LPCTSTR lpszFullString, int iSubString, TCHAR chSep = '\n');

so it works only with one-character separators.

With the best regards, Vitaly.
GeneralRe: Chop up a cstring into parts Pin
l a u r e n1-Mar-01 23:22
l a u r e n1-Mar-01 23:22 
QuestionChanging Text in Statics and controls at run time ? Pin
Ariel1-Mar-01 10:59
Ariel1-Mar-01 10:59 
AnswerRe: Changing Text in Statics and controls at run time ? Pin
Christian Graus1-Mar-01 11:42
protectorChristian Graus1-Mar-01 11:42 
GeneralOLE DB Consumer Templates Pin
Luis Barreira1-Mar-01 8:42
Luis Barreira1-Mar-01 8:42 
GeneralRe: OLE DB Consumer Templates Pin
1-Mar-01 16:31
suss1-Mar-01 16:31 
GeneralGlobal variable Pin
Vickie1-Mar-01 7:16
Vickie1-Mar-01 7:16 
GeneralRe: Global variable Pin
Chris Losinger1-Mar-01 7:27
professionalChris Losinger1-Mar-01 7:27 
GeneralRe: Global variable Pin
Vickie1-Mar-01 8:44
Vickie1-Mar-01 8:44 
GeneralRe: Global variable Pin
Todd Wilson1-Mar-01 8:57
Todd Wilson1-Mar-01 8:57 
GeneralRe: Global variable Pin
Todd Wilson1-Mar-01 7:29
Todd Wilson1-Mar-01 7:29 
GeneralGetting Text from IE's "Internet Explorer_Server" class windows... Pin
James R. Twine1-Mar-01 5:37
James R. Twine1-Mar-01 5:37 
GeneralRe: Getting Text from IE's Pin
l a u r e n1-Mar-01 9:50
l a u r e n1-Mar-01 9:50 
GeneralRe: Getting Text from IE's Pin
James R. Twine1-Mar-01 11:03
James R. Twine1-Mar-01 11:03 
QuestionHow to program a ftp-server Pin
1-Mar-01 5:20
suss1-Mar-01 5:20 
AnswerRe: How to program a ftp-server Pin
l a u r e n1-Mar-01 9:45
l a u r e n1-Mar-01 9:45 
AnswerRe: How to program a ftp-server Pin
Erik Funkenbusch1-Mar-01 13:03
Erik Funkenbusch1-Mar-01 13:03 
GeneralRe: How to program a ftp-server Pin
Cabadam7-May-01 15:01
Cabadam7-May-01 15:01 

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.