Click here to Skip to main content
15,894,328 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMultiple Inheritance doubt Pin
chirag_chauhan14-Jun-09 20:26
chirag_chauhan14-Jun-09 20:26 
AnswerRe: Multiple Inheritance doubt Pin
Mahesh Kulkarni14-Jun-09 20:55
Mahesh Kulkarni14-Jun-09 20:55 
AnswerRe: Multiple Inheritance doubt Pin
Cedric Moonen14-Jun-09 20:58
Cedric Moonen14-Jun-09 20:58 
GeneralRe: Multiple Inheritance doubt Pin
chirag_chauhan14-Jun-09 23:03
chirag_chauhan14-Jun-09 23:03 
Questiontext search Pin
ali kanju14-Jun-09 19:59
ali kanju14-Jun-09 19:59 
AnswerRe: text search Pin
Mahesh Kulkarni14-Jun-09 20:18
Mahesh Kulkarni14-Jun-09 20:18 
GeneralRe: text search Pin
ali kanju14-Jun-09 20:27
ali kanju14-Jun-09 20:27 
GeneralRe: text search Pin
Cedric Moonen14-Jun-09 21:08
Cedric Moonen14-Jun-09 21:08 
ali kanju wrote:
i want to implement text search..it can be of all document or from current page only..up or down the document..like find dialog in standard applications.


You still didn't provide any useful information. You are talking about pages and document, what are you talking about exactly ? How is your data stored ? Is this a big string, a list of strings, ... ?

You also have to separate the problem in two distinct jobs: your program should first search for the matches (without showing that to the user), and then the information has to be displayed to the user.
Both aspects really depends on which datatype you are working with, how you display the information to the user, ...

So, if you want some useful help, you will need to provide a lot more of useful information.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

AnswerRe: text search Pin
_AnsHUMAN_ 14-Jun-09 20:25
_AnsHUMAN_ 14-Jun-09 20:25 
AnswerRe: text search Pin
«_Superman_»14-Jun-09 21:59
professional«_Superman_»14-Jun-09 21:59 
AnswerRe: text search Pin
David Crow15-Jun-09 2:55
David Crow15-Jun-09 2:55 
QuestionHow can change product original exe name ? Pin
Le@rner14-Jun-09 19:57
Le@rner14-Jun-09 19:57 
AnswerRe: How can change product original exe name ? Pin
Mahesh Kulkarni14-Jun-09 20:14
Mahesh Kulkarni14-Jun-09 20:14 
GeneralRe: How can change product original exe name ? Pin
Le@rner14-Jun-09 20:22
Le@rner14-Jun-09 20:22 
Questionread video stream from IP address assign to Avtech 4 channel MPEG4 DVR using C, C++, MFC Pin
kunal.tawde14-Jun-09 19:49
kunal.tawde14-Jun-09 19:49 
Questionfont problem Pin
trioum14-Jun-09 19:48
trioum14-Jun-09 19:48 
AnswerRe: font problem Pin
CPallini14-Jun-09 21:51
mveCPallini14-Jun-09 21:51 
AnswerRe: font problem Pin
«_Superman_»14-Jun-09 21:52
professional«_Superman_»14-Jun-09 21:52 
QuestionHow do I access live video stream from webcam installed on my server using C++? Pin
smorris1014-Jun-09 7:56
smorris1014-Jun-09 7:56 
AnswerRe: How do I access live video stream from webcam installed on my server using C++? Pin
«_Superman_»14-Jun-09 16:50
professional«_Superman_»14-Jun-09 16:50 
QuestionWhat are the differences between them? Pin
decodeToMe14-Jun-09 5:56
decodeToMe14-Jun-09 5:56 
AnswerRe: What are the differences between them? Pin
Stuart Dootson14-Jun-09 6:22
professionalStuart Dootson14-Jun-09 6:22 
AnswerRe: What are the differences between them? Pin
Randor 14-Jun-09 6:32
professional Randor 14-Jun-09 6:32 
QuestionCreateCompatibleDC(NULL) == CreateCompatibleDC(hdc) for some hdc? [modified] Pin
japcrword14-Jun-09 5:12
japcrword14-Jun-09 5:12 
QuestionRe: CreateCompatibleDC(NULL) == CreateCompatibleDC(hdc) for some hdc? Pin
Randor 14-Jun-09 5:44
professional Randor 14-Jun-09 5:44 

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.