Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: WinHelp2000 Pin
Blake Miller10-Jan-06 6:49
Blake Miller10-Jan-06 6:49 
GeneralRe: WinHelp2000 Pin
GayathriNaveen10-Jan-06 16:28
GayathriNaveen10-Jan-06 16:28 
GeneralRe: WinHelp2000 Pin
Blake Miller11-Jan-06 4:46
Blake Miller11-Jan-06 4:46 
QuestionSecurely distributing .pdb files Pin
dogby9-Jan-06 14:02
dogby9-Jan-06 14:02 
AnswerRe: Securely distributing .pdb files Pin
kakan9-Jan-06 19:17
professionalkakan9-Jan-06 19:17 
AnswerRe: Securely distributing .pdb files Pin
Blake Miller10-Jan-06 6:51
Blake Miller10-Jan-06 6:51 
AnswerRe: Securely distributing .pdb files Pin
Stephen Hewitt12-Jan-06 19:25
Stephen Hewitt12-Jan-06 19:25 
QuestionSearch in RTF / RTF 2 TXT Pin
Maciej Lisiewski9-Jan-06 13:08
Maciej Lisiewski9-Jan-06 13:08 
Here's the story:
My program checks a LARGE numrer of Unicode RTF strings to find out whenever they contain one of predefined strings (given as plain text).

I need a way to search RTF string for plain text string (ignoring the formating tags). It would be pretty easy if it wasn't for the unicode part and lots of strange symbols (let me just say there's polish, english, russian and hebrew).

The only methods I could think of were serching rtf string and ignoring formating or converting to plain text an using simple cstringw::find

I've already atempted the second method and failed miserably (CRichEditCtrl + callback function + sf_rtf, sf_text, sf_unicode, as well as coping it to clipboard and atempting to capture it back).


Any WORKING method is welcome :>

Maciej Lisiewski
39s' hour of non-stop coding. I'm starting to see things and like visual studio.
AnswerRe: Search in RTF / RTF 2 TXT Pin
KellyR9-Jan-06 17:58
KellyR9-Jan-06 17:58 
GeneralRe: Search in RTF / RTF 2 TXT Pin
Maciej Lisiewski9-Jan-06 22:14
Maciej Lisiewski9-Jan-06 22:14 
GeneralRe: Search in RTF / RTF 2 TXT Pin
KellyR10-Jan-06 3:57
KellyR10-Jan-06 3:57 
GeneralRe: Search in RTF / RTF 2 TXT Pin
Maciej Lisiewski10-Jan-06 4:36
Maciej Lisiewski10-Jan-06 4:36 
Questiona wrapper for winsock? Pin
Mithra40969-Jan-06 12:14
Mithra40969-Jan-06 12:14 
AnswerRe: a wrapper for winsock? Pin
Blake Miller9-Jan-06 13:39
Blake Miller9-Jan-06 13:39 
GeneralRe: a wrapper for winsock? Pin
Mithra40969-Jan-06 16:11
Mithra40969-Jan-06 16:11 
QuestionStack overflow in IE6.0 with SP1? Pin
thelearnervc9-Jan-06 11:43
thelearnervc9-Jan-06 11:43 
AnswerRe: Stack overflow in IE6.0 with SP1? Pin
Prakash Nadar9-Jan-06 18:52
Prakash Nadar9-Jan-06 18:52 
Questiondividing image into blocks Pin
Mareo_4219-Jan-06 10:24
Mareo_4219-Jan-06 10:24 
AnswerRe: dividing image into blocks Pin
Christian Graus9-Jan-06 11:57
protectorChristian Graus9-Jan-06 11:57 
GeneralRe: dividing image into blocks Pin
Mareo_4219-Jan-06 12:50
Mareo_4219-Jan-06 12:50 
GeneralRe: dividing image into blocks Pin
Christian Graus9-Jan-06 12:55
protectorChristian Graus9-Jan-06 12:55 
AnswerRe: dividing image into blocks Pin
__yb10-Jan-06 19:41
__yb10-Jan-06 19:41 
Questionprogram wont enter main()-function until character input is given Pin
maladuk9-Jan-06 10:22
maladuk9-Jan-06 10:22 
QuestionRe: program wont enter main()-function until character input is given Pin
David Crow9-Jan-06 10:30
David Crow9-Jan-06 10:30 
AnswerRe: program wont enter main()-function until character input is given Pin
maladuk10-Jan-06 10:21
maladuk10-Jan-06 10:21 

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.