Click here to Skip to main content
15,920,956 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: To create a popup menu Pin
Hamid_RT13-Feb-07 17:21
Hamid_RT13-Feb-07 17:21 
QuestionStarmenu Pin
Perestroyka13-Feb-07 14:29
Perestroyka13-Feb-07 14:29 
QuestionRe: Starmenu Pin
David Crow14-Feb-07 3:05
David Crow14-Feb-07 3:05 
AnswerRe: Starmenu Pin
Perestroyka15-Feb-07 10:26
Perestroyka15-Feb-07 10:26 
GeneralRe: Starmenu Pin
David Crow15-Feb-07 10:32
David Crow15-Feb-07 10:32 
GeneralRe: Starmenu [modified] Pin
Perestroyka15-Feb-07 11:37
Perestroyka15-Feb-07 11:37 
QuestionRe: Starmenu Pin
David Crow15-Feb-07 15:03
David Crow15-Feb-07 15:03 
AnswerRe: Starmenu Pin
Perestroyka16-Feb-07 0:34
Perestroyka16-Feb-07 0:34 
GeneralRe: Starmenu Pin
David Crow16-Feb-07 2:39
David Crow16-Feb-07 2:39 
GeneralRe: Starmenu Pin
Perestroyka16-Feb-07 5:23
Perestroyka16-Feb-07 5:23 
GeneralRe: Starmenu Pin
David Crow16-Feb-07 5:28
David Crow16-Feb-07 5:28 
QuestionVariable args Pin
Waldermort13-Feb-07 13:17
Waldermort13-Feb-07 13:17 
AnswerRe: Variable args Pin
PJ Arends13-Feb-07 13:27
professionalPJ Arends13-Feb-07 13:27 
AnswerRe: Variable args Pin
Nibu babu thomas13-Feb-07 17:13
Nibu babu thomas13-Feb-07 17:13 
GeneralRe: Variable args Pin
Waldermort13-Feb-07 19:38
Waldermort13-Feb-07 19:38 
QuestionHelp about #include"Pnl_dll.hpp" Pin
abbd13-Feb-07 13:08
abbd13-Feb-07 13:08 
AnswerRe: Help about #include"Pnl_dll.hpp" Pin
PJ Arends13-Feb-07 13:37
professionalPJ Arends13-Feb-07 13:37 
AnswerRe: Help about #include"Pnl_dll.hpp" Pin
Christian Graus13-Feb-07 13:58
protectorChristian Graus13-Feb-07 13:58 
Questiondeprecated functions [modified] Pin
Waldermort13-Feb-07 12:14
Waldermort13-Feb-07 12:14 
AnswerRe: deprecated functions Pin
PJ Arends13-Feb-07 12:54
professionalPJ Arends13-Feb-07 12:54 
GeneralRe: deprecated functions Pin
Waldermort13-Feb-07 13:11
Waldermort13-Feb-07 13:11 
QuestionGetting text under the cursor Pin
RandyS13-Feb-07 12:00
RandyS13-Feb-07 12:00 
AnswerRe: Getting text under the cursor Pin
Christian Graus13-Feb-07 12:13
protectorChristian Graus13-Feb-07 12:13 
GeneralRe: Getting text under the cursor Pin
RandyS14-Feb-07 3:11
RandyS14-Feb-07 3:11 
I had the coordinate part figured out, but what I havn't figured out yet is how to tell what word it is over. When I use DrawText to put the text in the control, how can I tell where each word is located in that text? What I am basically trying to do is similar to a hyperlink, if the user picks certain text in the control, I want to perform some action. The only idea I had was to manually figure out each word location when placing them in the control and keep a map of the rectangular area used for each word. But, this would be a lot of work, and memory, and I was hoping there would be an easier way. The text can be multiple paragraphs. Thanks for any suggestions.
GeneralRe: Getting text under the cursor Pin
Mark Salsbery14-Feb-07 6:43
Mark Salsbery14-Feb-07 6:43 

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.