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

C / C++ / MFC

 
GeneralRe: using dlls accross threads Pin
Mukkie16-Jun-01 0:29
Mukkie16-Jun-01 0:29 
Generalgetting at the icon info Pin
fup15-Jun-01 5:22
fup15-Jun-01 5:22 
GeneralRe: getting at the icon info Pin
Michael Dunn15-Jun-01 7:02
sitebuilderMichael Dunn15-Jun-01 7:02 
GeneralRe: getting at the icon info Pin
fup15-Jun-01 10:18
fup15-Jun-01 10:18 
GeneralRe: getting at the icon info Pin
Michael Dunn16-Jun-01 10:01
sitebuilderMichael Dunn16-Jun-01 10:01 
QuestionWindow in front of all other windows? Pin
Rickard Andersson2015-Jun-01 4:49
Rickard Andersson2015-Jun-01 4:49 
AnswerRe: Window in front of all other windows? Pin
Carlos Antollini15-Jun-01 5:04
Carlos Antollini15-Jun-01 5:04 
GeneralProtocol tracer: high performance output Pin
EiSl15-Jun-01 4:25
EiSl15-Jun-01 4:25 
Hello all,

I've to rebuild a 'analyser' to a MDI application on which each doc/view output is generated, and sometimes very fast and a lot.

Each doc/view has it's own socket-connection to external equipment. These equipment produces sometimes a lot of 'debugging' information, which is displayed in the doc/view. The communication is via UDP/IP and a fixed protocol using a form of windowing is used.

My problems/questions
---------------------
1. What kind of control is most reliable for fast writing and deleting lines for displaying by the application itself: CEdit or CList (or other control which has past CodeProject). Deleting is required, since we only want to keep x-amount of lines available (preventing memory eating).

2. What is the best way of architecture to implement this, refering on fast
handling and MDI? No user-input is required, only initially to setup the connection. Of course: when a lot of data is being dumped, the controls to buttons for: End Connection, exit application etc has to be remain a bit responsive. That is already a problem in the current application...

Thanks in advance,

EiSl


GeneralRe: Protocol tracer: high performance output Pin
Tomasz Sowinski15-Jun-01 4:42
Tomasz Sowinski15-Jun-01 4:42 
Generalsettextcolor Pin
15-Jun-01 4:21
suss15-Jun-01 4:21 
GeneralRe: settextcolor Pin
Tomasz Sowinski15-Jun-01 4:29
Tomasz Sowinski15-Jun-01 4:29 
GeneralConverting RC scripts Pin
15-Jun-01 4:13
suss15-Jun-01 4:13 
Generalerror C1088: Cannot flush compiler intermediate file Pin
hearties15-Jun-01 4:07
hearties15-Jun-01 4:07 
GeneralRe: error C1088: Cannot flush compiler intermediate file Pin
Tomasz Sowinski15-Jun-01 4:13
Tomasz Sowinski15-Jun-01 4:13 
GeneralTabCtrl in a TabCtrl... Pin
15-Jun-01 4:05
suss15-Jun-01 4:05 
GeneralWhen Homepage is Reloaded , the Back Button is disabled (Caching Internet Urls) Pin
Maria Jothi15-Jun-01 3:15
Maria Jothi15-Jun-01 3:15 
GeneralPlease help me! Pin
15-Jun-01 2:07
suss15-Jun-01 2:07 
GeneralURGENT! - several very interesting questions Pin
Deian15-Jun-01 1:04
Deian15-Jun-01 1:04 
GeneralRe: URGENT! - several very interesting questions Pin
markkuk15-Jun-01 1:36
markkuk15-Jun-01 1:36 
GeneralRe: URGENT! - several very interesting questions Pin
Deian15-Jun-01 1:48
Deian15-Jun-01 1:48 
Generaldelete Pin
14-Jun-01 23:49
suss14-Jun-01 23:49 
GeneralRe: delete Pin
markkuk15-Jun-01 0:15
markkuk15-Jun-01 0:15 
GeneralRe: delete Pin
MikeG15-Jun-01 2:40
MikeG15-Jun-01 2:40 
GeneralAm I missing something ? Pin
Christian Graus15-Jun-01 12:38
protectorChristian Graus15-Jun-01 12:38 
GeneralDisplaying data in a dialog box Pin
Andrew Torrance14-Jun-01 23:47
Andrew Torrance14-Jun-01 23:47 

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.