Click here to Skip to main content
15,908,841 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get highlighted text by double click? Pin
Tomasz Sowinski12-Mar-02 23:12
Tomasz Sowinski12-Mar-02 23:12 
GeneralRe: How to get highlighted text by double click? Pin
Pony13-Mar-02 6:22
Pony13-Mar-02 6:22 
QuestionCListCtrl -Max Visible text length 260? Pin
12-Mar-02 18:45
suss12-Mar-02 18:45 
AnswerRe: CListCtrl -Max Visible text length 260? Pin
Tomasz Sowinski12-Mar-02 22:57
Tomasz Sowinski12-Mar-02 22:57 
Generalwriting a plugin Pin
Dor12-Mar-02 14:34
Dor12-Mar-02 14:34 
GeneralRe: writing a plugin Pin
alex.barylski12-Mar-02 19:36
alex.barylski12-Mar-02 19:36 
GeneralCEvent Syncronization Class! Pin
MarkPQ12-Mar-02 13:58
MarkPQ12-Mar-02 13:58 
GeneralRe: CEvent Syncronization Class! Pin
Serge Krynine12-Mar-02 14:16
Serge Krynine12-Mar-02 14:16 
Option 1. The RxThread and TxThread belongs to the same process:
- create unnamed CEvent object;
- create RxThread object and pass the reference to the unnamed CEvent object;
- create TxThread object and pass the reference to the unnamed CEvent object;

Option 2: The RxThread and TxThread belongs to different processes:
Both threads must create named CEvent class object with the same name.


GeneralCreating Styles... Pin
CDuddley12-Mar-02 13:49
CDuddley12-Mar-02 13:49 
GeneralRe: Creating Styles... Pin
Maximilien12-Mar-02 15:20
Maximilien12-Mar-02 15:20 
GeneralRe: Creating Styles... Pin
alex.barylski12-Mar-02 15:49
alex.barylski12-Mar-02 15:49 
GeneralRe: Creating Styles... Pin
CDuddley12-Mar-02 16:27
CDuddley12-Mar-02 16:27 
GeneralRe: Creating Styles... Pin
Serge Krynine12-Mar-02 17:02
Serge Krynine12-Mar-02 17:02 
GeneralRe: Creating Styles... Pin
alex.barylski12-Mar-02 19:29
alex.barylski12-Mar-02 19:29 
GeneralCPP question Pin
alex.barylski12-Mar-02 13:01
alex.barylski12-Mar-02 13:01 
GeneralRe: CPP question Pin
Rick York12-Mar-02 14:59
mveRick York12-Mar-02 14:59 
GeneralRe: CPP question Pin
alex.barylski12-Mar-02 15:37
alex.barylski12-Mar-02 15:37 
GeneralRe: CPP question Pin
Jon Hulatt12-Mar-02 22:25
Jon Hulatt12-Mar-02 22:25 
GeneralRe: CPP question Pin
Tomasz Sowinski12-Mar-02 23:17
Tomasz Sowinski12-Mar-02 23:17 
GeneralTools for detecting memory leaks Pin
Rad12-Mar-02 12:24
Rad12-Mar-02 12:24 
GeneralRe: Tools for detecting memory leaks Pin
Tim Smith12-Mar-02 12:35
Tim Smith12-Mar-02 12:35 
GeneralRe: Tools for detecting memory leaks Pin
Rick York12-Mar-02 14:51
mveRick York12-Mar-02 14:51 
GeneralRe: Tools for detecting memory leaks Pin
Nish Nishant12-Mar-02 16:14
sitebuilderNish Nishant12-Mar-02 16:14 
Generallistboxes Pin
12-Mar-02 11:55
suss12-Mar-02 11:55 
GeneralRe: listboxes Pin
Ravi Bhavnani12-Mar-02 11:59
professionalRavi Bhavnani12-Mar-02 11:59 

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.