Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to prevent "Screen Capture" ? Pin
Diddy28-Jan-04 22:51
Diddy28-Jan-04 22:51 
GeneralRe: How to prevent "Screen Capture" ? Pin
jajamal29-Jan-04 5:07
jajamal29-Jan-04 5:07 
GeneralRe: How to prevent "Screen Capture" ? Pin
Diddy29-Jan-04 7:49
Diddy29-Jan-04 7:49 
GeneralRe: How to prevent "Screen Capture" ? Pin
jajamal31-Jan-04 1:29
jajamal31-Jan-04 1:29 
GeneralRe: How to prevent "Screen Capture" ? Pin
Diddy31-Jan-04 9:37
Diddy31-Jan-04 9:37 
GeneralCString question Pin
mr200327-Jan-04 7:43
mr200327-Jan-04 7:43 
GeneralRe: CString question Pin
Mukkie27-Jan-04 7:48
Mukkie27-Jan-04 7:48 
GeneralRe: CString question Pin
Antti Keskinen27-Jan-04 7:52
Antti Keskinen27-Jan-04 7:52 
You use the combination of Find and Delete member functions. An example:
CString csText = "I am .pvd and I rock the world !";<DIV>
csText.Delete( csText.Find(".pvd") + strlen(".pvd"), 4000 );
This code fragment would look for the starting point of the ".pvd", then move forward based on the length of the search string, and delete from this point forwards until 4000 characters are removed or the end of the string is reached (more likely).

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralRe: CString question Pin
Carlos Antollini27-Jan-04 8:06
Carlos Antollini27-Jan-04 8:06 
GeneralRe: CString question Pin
Antti Keskinen27-Jan-04 9:19
Antti Keskinen27-Jan-04 9:19 
Generalwhile loop problem Pin
CarteBlanche27-Jan-04 7:28
CarteBlanche27-Jan-04 7:28 
GeneralRe: while loop problem Pin
b_girl27-Jan-04 7:34
b_girl27-Jan-04 7:34 
GeneralRe: while loop problem Pin
CarteBlanche27-Jan-04 7:37
CarteBlanche27-Jan-04 7:37 
GeneralRe: while loop problem Pin
Antti Keskinen27-Jan-04 7:43
Antti Keskinen27-Jan-04 7:43 
GeneralRe: while loop problem Pin
CarteBlanche27-Jan-04 7:56
CarteBlanche27-Jan-04 7:56 
GeneralCount the number of characters in a CString Pin
mr200327-Jan-04 7:13
mr200327-Jan-04 7:13 
GeneralRe: Count the number of characters in a CString Pin
monrobot1327-Jan-04 7:23
monrobot1327-Jan-04 7:23 
GeneralRe: Count the number of characters in a CString Pin
Mukkie27-Jan-04 7:36
Mukkie27-Jan-04 7:36 
GeneralRe: Count the number of characters in a CString Pin
toxcct27-Jan-04 8:51
toxcct27-Jan-04 8:51 
GeneralRe: Count the number of characters in a CString Pin
mr200327-Jan-04 9:18
mr200327-Jan-04 9:18 
GeneralRe: Count the number of characters in a CString Pin
toxcct27-Jan-04 20:27
toxcct27-Jan-04 20:27 
GeneralRe: Count the number of characters in a CString Pin
Mukkie27-Jan-04 10:19
Mukkie27-Jan-04 10:19 
GeneralWord API - Insert page break after every hyperlink problem Pin
leemidgley27-Jan-04 7:05
leemidgley27-Jan-04 7:05 
Questiona CArray of structures containing other CArrays? Pin
b_girl27-Jan-04 6:26
b_girl27-Jan-04 6:26 
AnswerRe: a CArray of structures containing other CArrays? Pin
Diddy27-Jan-04 6:34
Diddy27-Jan-04 6:34 

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.