Click here to Skip to main content
16,012,168 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Moving Controls on a Dialog Pin
Josh Koppang6-Feb-02 12:42
Josh Koppang6-Feb-02 12:42 
GeneralRe: Moving Controls on a Dialog Pin
Josh Koppang6-Feb-02 12:49
Josh Koppang6-Feb-02 12:49 
GeneralRe: Moving Controls on a Dialog Pin
John Clump6-Feb-02 16:19
John Clump6-Feb-02 16:19 
GeneralRe: Moving Controls on a Dialog Pin
Josh Koppang6-Feb-02 23:39
Josh Koppang6-Feb-02 23:39 
GeneralRe: Moving Controls on a Dialog Pin
John Clump7-Feb-02 17:46
John Clump7-Feb-02 17:46 
GeneralRe: Moving Controls on a Dialog Pin
jagadish bharath2-Aug-02 0:47
jagadish bharath2-Aug-02 0:47 
GeneralFirst word Pin
6-Feb-02 12:05
suss6-Feb-02 12:05 
GeneralRe: First word Pin
Michael Dunn6-Feb-02 12:03
sitebuilderMichael Dunn6-Feb-02 12:03 
Use strtok:
LPCTSTR szSentence = _T("This is the stuff.");
LPCTSTR pszWord;
 
  pszWord = _tcstok ( szSentence, _T(" ") ); // Find first token, using " " (space) as the delimiter.


--Mike--
"Everyone has figured out what 'service pack' really means, so they had to go and change the language. Perhaps this is what Bill was talking about in the 'security is top priority' letter."
  -- Daniel Ferguson, 1/31/2002
My really out-of-date homepage
Sonork - 100.10414 AcidHelm
Big fan of Alyson Hannigan.

GeneralRe: First word Pin
Josh Koppang6-Feb-02 12:16
Josh Koppang6-Feb-02 12:16 
GeneralRe: First word Pin
Joaquín M López Muñoz6-Feb-02 12:18
Joaquín M López Muñoz6-Feb-02 12:18 
GeneralMem leak detection Pin
alex.barylski6-Feb-02 11:57
alex.barylski6-Feb-02 11:57 
GeneralRe: Mem leak detection Pin
Joaquín M López Muñoz6-Feb-02 12:10
Joaquín M López Muñoz6-Feb-02 12:10 
GeneralRe: Mem leak detection Pin
alex.barylski6-Feb-02 12:34
alex.barylski6-Feb-02 12:34 
GeneralError reading standard string resources Pin
6-Feb-02 10:41
suss6-Feb-02 10:41 
GeneralRe: Error reading standard string resources Pin
Joaquín M López Muñoz6-Feb-02 11:50
Joaquín M López Muñoz6-Feb-02 11:50 
GeneralRe: Error reading standard string resources Pin
Josh Koppang6-Feb-02 12:39
Josh Koppang6-Feb-02 12:39 
GeneralSimple string copying question Pin
RK_20006-Feb-02 10:02
RK_20006-Feb-02 10:02 
GeneralRe: Simple string copying question Pin
Carlos Antollini6-Feb-02 10:24
Carlos Antollini6-Feb-02 10:24 
GeneralRe: Simple string copying question Pin
CodeGuy6-Feb-02 10:30
CodeGuy6-Feb-02 10:30 
GeneralRe: Simple string copying question Pin
RK_20006-Feb-02 11:25
RK_20006-Feb-02 11:25 
GeneralRe: Simple string copying question Pin
Tim Smith6-Feb-02 12:13
Tim Smith6-Feb-02 12:13 
GeneralRe: Simple string copying question Pin
Michael Dunn6-Feb-02 12:01
sitebuilderMichael Dunn6-Feb-02 12:01 
GeneralMDI with CRicheditView question Pin
squizz6-Feb-02 7:55
squizz6-Feb-02 7:55 
GeneralRe: MDI with CRicheditView question Pin
Mazdak6-Feb-02 8:11
Mazdak6-Feb-02 8:11 
GeneralRe: MDI with CRicheditView question Pin
squizz6-Feb-02 8:42
squizz6-Feb-02 8:42 

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.