Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
A quick Win32 console application supporting MFC on the .Net 2003: The code issued for the compiler:
// Create a CString object
CString csText = "I rock the .pdv world !";<DIV>

csText.Delete( csText.Find( ".pdv" ) + (int)strlen(".pdv"), 4000 );<DIV>

AfxMessageBox( (LPCTSTR) csText, MB_OK );
This code fragment, when run, displays the console window and pops up a message box reading: "I rock the .pdv". Logical conclusion: the code works, and your assumption of it's non-functionality was misplaced.

I know your reply comment was meant humorous, but please.. I am tired of fixing things that aren't broken just because there are people in the wide world who think they know better. I don't mean anything malicious with this nor do I want to make you feel bad in any way, but I just don't find it funny. If you believe that you have more accurate information over a matter, present it, and perhaps point out the things that are incorrect in the earlier postings.

It's just that this time, I was correct, you were wrong, and the code worked flawlessly and did precise what it was supposed to do. Perhaps next time, the situation will be reversed, and I'll be the one in need of learning new stuff Smile | :)

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
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 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl27-Jan-04 6:49
b_girl27-Jan-04 6:49 
GeneralRe: a CArray of structures containing other CArrays? Pin
b_girl27-Jan-04 7:31
b_girl27-Jan-04 7:31 

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.