Click here to Skip to main content
15,912,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ STL Question: Using Maps Pin
Christian Graus26-Apr-06 21:02
protectorChristian Graus26-Apr-06 21:02 
GeneralRe: C++ STL Question: Using Maps Pin
chasetoys26-Apr-06 18:30
chasetoys26-Apr-06 18:30 
GeneralRe: C++ STL Question: Using Maps Pin
Stephen Hewitt26-Apr-06 20:04
Stephen Hewitt26-Apr-06 20:04 
QuestionDouble Limit Pin
Stan the man26-Apr-06 17:31
Stan the man26-Apr-06 17:31 
AnswerRe: Double Limit Pin
Stephen Hewitt26-Apr-06 18:10
Stephen Hewitt26-Apr-06 18:10 
GeneralRe: Double Limit Pin
Stan the man27-Apr-06 4:23
Stan the man27-Apr-06 4:23 
GeneralRe: Double Limit Pin
Stephen Hewitt27-Apr-06 13:50
Stephen Hewitt27-Apr-06 13:50 
GeneralRe: Double Limit Pin
Rilhas29-Apr-06 14:12
Rilhas29-Apr-06 14:12 
QuestionHow to convert correctly? Pin
M_Nuaimi26-Apr-06 15:35
M_Nuaimi26-Apr-06 15:35 
AnswerRe: How to convert correctly? Pin
Nibu babu thomas26-Apr-06 16:59
Nibu babu thomas26-Apr-06 16:59 
GeneralRe: How to convert correctly? Pin
Stephen Hewitt26-Apr-06 17:29
Stephen Hewitt26-Apr-06 17:29 
GeneralRe: How to convert correctly? Pin
Nibu babu thomas26-Apr-06 17:41
Nibu babu thomas26-Apr-06 17:41 
GeneralRe: How to convert correctly? Pin
Stephen Hewitt26-Apr-06 17:48
Stephen Hewitt26-Apr-06 17:48 
GeneralRe: How to convert correctly? Pin
Nibu babu thomas26-Apr-06 17:57
Nibu babu thomas26-Apr-06 17:57 
GeneralRe: How to convert correctly? Pin
Ryan Binns26-Apr-06 18:09
Ryan Binns26-Apr-06 18:09 
AnswerRe: How to convert correctly? Pin
Ryan Binns26-Apr-06 18:23
Ryan Binns26-Apr-06 18:23 
AnswerA little different !!! Pin
M_Nuaimi27-Apr-06 14:30
M_Nuaimi27-Apr-06 14:30 
GeneralRe: A little different !!! Pin
Ryan Binns27-Apr-06 19:25
Ryan Binns27-Apr-06 19:25 
QuestionAbout MDI step debug in vs2003 Pin
zhoucheng26-Apr-06 15:04
zhoucheng26-Apr-06 15:04 
AnswerRe: About MDI step debug in vs2003 Pin
Ryan Binns26-Apr-06 16:16
Ryan Binns26-Apr-06 16:16 
GeneralRe: About MDI step debug in vs2003 Pin
zhoucheng26-Apr-06 20:20
zhoucheng26-Apr-06 20:20 
QuestionNeed a class to display normal text and hyperlinks Pin
Defenestration26-Apr-06 13:30
Defenestration26-Apr-06 13:30 
I'm after a control like the one shown in this image. I'm considering putting a hyperlink control in a static text control, but was wondering if someone has already written such a non-MFC class ?

http://img136.imageshack.us/img136/9983/customcontrolwithcustomisableh.png

The control should have the following features:

1) allows you to mix normal text with hyperlink text (ie. blue in the screenshot).
2) mouse cursor should change to hand cursor when over link
3) should be possible to indent lines and long lines should wrap onto a new line if too long
4) text should not be selectable (although it would be nice if this could be enabled/disabled)
5) No text cursor should be displayed
6) should be dynamically resizable
7) Vertical scrollbar should be enabled and allow to scroll if there are too many lines

Does anyone know of an existing non-MFC class which can do this ?

Also, I'm considering using WTL (although not definite) and was wondering if it has an in-built class like this ?

-- modified at 19:31 Wednesday 26th April, 2006
AnswerRe: Need a class to display normal text and hyperlinks Pin
Nibu babu thomas26-Apr-06 17:16
Nibu babu thomas26-Apr-06 17:16 
QuestionHaving some problems, and it may be a pointer issure Pin
kuroiryu26-Apr-06 13:04
kuroiryu26-Apr-06 13:04 
AnswerRe: Having some problems, and it may be a pointer issure Pin
ankita patel26-Apr-06 13:39
ankita patel26-Apr-06 13:39 

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.