Click here to Skip to main content
15,889,200 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Resizing Pin
Mark Salsbery3-Oct-08 5:41
Mark Salsbery3-Oct-08 5:41 
GeneralRe: Resizing Pin
Mark Salsbery3-Oct-08 5:43
Mark Salsbery3-Oct-08 5:43 
GeneralRe: Resizing Pin
Sarriss3-Oct-08 6:34
Sarriss3-Oct-08 6:34 
QuestionHow can i know if some low level windows hook running on my machine ? Pin
Yanshof2-Oct-08 23:50
Yanshof2-Oct-08 23:50 
AnswerRe: How can i know if some low level windows hook running on my machine ? Pin
JudyL_MD3-Oct-08 15:21
JudyL_MD3-Oct-08 15:21 
QuestionString Problem Pin
rdop2-Oct-08 23:26
rdop2-Oct-08 23:26 
AnswerRe: String Problem Pin
Hamid_RT2-Oct-08 23:31
Hamid_RT2-Oct-08 23:31 
AnswerRe: String Problem Pin
Roger Stoltz2-Oct-08 23:31
Roger Stoltz2-Oct-08 23:31 
You can use CString::ReverseFind() to get the zero based index of the last backslash and then truncate it with CString::Mid().

You can also use _splitpath() to split a path into its contents and then rebuild the string.


"It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown


GeneralRe: String Problem Pin
rdop3-Oct-08 0:01
rdop3-Oct-08 0:01 
AnswerRe: String Problem Pin
Roger Stoltz3-Oct-08 0:11
Roger Stoltz3-Oct-08 0:11 
QuestionRe: String Problem Pin
CPallini2-Oct-08 23:32
mveCPallini2-Oct-08 23:32 
AnswerRe: String Problem Pin
rdop2-Oct-08 23:37
rdop2-Oct-08 23:37 
GeneralRe: String Problem Pin
CPallini2-Oct-08 23:45
mveCPallini2-Oct-08 23:45 
GeneralRe: String Problem Pin
rdop3-Oct-08 0:12
rdop3-Oct-08 0:12 
GeneralRe: String Problem Pin
Chandrasekharan P3-Oct-08 0:24
Chandrasekharan P3-Oct-08 0:24 
GeneralRe: String Problem Pin
santhoshv843-Oct-08 0:24
santhoshv843-Oct-08 0:24 
GeneralRe: String Problem Pin
rdop3-Oct-08 0:40
rdop3-Oct-08 0:40 
RantRe: String Problem Pin
Rajesh R Subramanian3-Oct-08 0:45
professionalRajesh R Subramanian3-Oct-08 0:45 
GeneralRe: String Problem Pin
rdop3-Oct-08 0:51
rdop3-Oct-08 0:51 
GeneralRe: String Problem Pin
Rajesh R Subramanian3-Oct-08 0:56
professionalRajesh R Subramanian3-Oct-08 0:56 
GeneralRe: String Problem Pin
Michael Schubert3-Oct-08 0:59
Michael Schubert3-Oct-08 0:59 
JokeRe: String Problem Pin
Rajesh R Subramanian3-Oct-08 1:35
professionalRajesh R Subramanian3-Oct-08 1:35 
GeneralRe: String Problem Pin
rdop3-Oct-08 1:02
rdop3-Oct-08 1:02 
RantRe: String Problem Pin
Roger Stoltz3-Oct-08 1:16
Roger Stoltz3-Oct-08 1:16 
GeneralRe: String Problem Pin
rdop3-Oct-08 1:24
rdop3-Oct-08 1:24 

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.