Click here to Skip to main content
15,918,275 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp in COM Pin
Snyp26-Jul-03 6:35
Snyp26-Jul-03 6:35 
GeneralRe: Help in COM Pin
valikac26-Jul-03 7:02
valikac26-Jul-03 7:02 
GeneralRe: Help in COM Pin
Toni7826-Jul-03 7:35
Toni7826-Jul-03 7:35 
GeneralProblem with CommunicationPort Pin
soobot26-Jul-03 5:49
soobot26-Jul-03 5:49 
GeneralRe: Problem with CommunicationPort Pin
Toni7826-Jul-03 7:37
Toni7826-Jul-03 7:37 
GeneralProblem with openning CommPort Pin
soobot26-Jul-03 5:41
soobot26-Jul-03 5:41 
GeneralHyperlinks in a CTreeCtrl Pin
XP26-Jul-03 5:26
XP26-Jul-03 5:26 
GeneralRe: Hyperlinks in a CTreeCtrl Pin
Beer2626-Jul-03 6:49
Beer2626-Jul-03 6:49 
you probably won't like my answer

you can add the normal, non-linked url text to give the tree items the propersize, then cycle through them and get each of their rect bounds for the ones you want to hyperlink, then make an instance of 1 Subclassed CStatic over each TREEITEM bounds rect. (CStatic subclassed with the mouseover(trackmouseevent) and cusor change, + notify OnPressed + MAPPED function in parent, to the parent for the link)

for (int i=0; i
GeneralRe: Hyperlinks in a CTreeCtrl Pin
Andrew Schetinin26-Jul-03 8:29
Andrew Schetinin26-Jul-03 8:29 
QuestionPointer? Pin
wow999926-Jul-03 5:04
wow999926-Jul-03 5:04 
AnswerRe: Pointer? Pin
Maximilien26-Jul-03 5:10
Maximilien26-Jul-03 5:10 
GeneralRe: Pointer? Pin
wow999926-Jul-03 5:15
wow999926-Jul-03 5:15 
GeneralRe: Pointer? Pin
markkuk26-Jul-03 5:19
markkuk26-Jul-03 5:19 
GeneralRe: Pointer? Pin
geo_m26-Jul-03 5:20
geo_m26-Jul-03 5:20 
GeneralRe: Pointer? Pin
XP26-Jul-03 5:24
XP26-Jul-03 5:24 
AnswerRe: Pointer? Pin
wow999926-Jul-03 5:26
wow999926-Jul-03 5:26 
GeneralRe: Pointer? Pin
Maximilien26-Jul-03 5:42
Maximilien26-Jul-03 5:42 
GeneralRe: Pointer? Pin
Ravi Bhavnani26-Jul-03 7:28
professionalRavi Bhavnani26-Jul-03 7:28 
QuestionHow to block execution of GUI programs passed to command.com/cmd.exe Pin
nick4u26-Jul-03 3:47
nick4u26-Jul-03 3:47 
AnswerRe: How to block execution of GUI programs passed to command.com/cmd.exe Pin
spoulson26-Jul-03 4:55
spoulson26-Jul-03 4:55 
AnswerRe: How to block execution of GUI programs passed to command.com/cmd.exe Pin
Andrew Schetinin26-Jul-03 8:44
Andrew Schetinin26-Jul-03 8:44 
AnswerRe: How to block execution of GUI programs passed to command.com/cmd.exe Pin
Ryan Binns26-Jul-03 20:39
Ryan Binns26-Jul-03 20:39 
Questionsignal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
George226-Jul-03 3:13
George226-Jul-03 3:13 
AnswerRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
Johnny ²26-Jul-03 4:21
Johnny ²26-Jul-03 4:21 
GeneralRe: signal(SIGCLD,SIG_IGN) can not prevent zombie process? Pin
George226-Jul-03 16:36
George226-Jul-03 16:36 

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.