Click here to Skip to main content
15,915,094 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhere to get divx 5.02 encode? Pin
hxr60119-Feb-04 16:42
hxr60119-Feb-04 16:42 
AnswerRe: where to get divx 5.02 encode? Pin
Christian Graus19-Feb-04 17:08
protectorChristian Graus19-Feb-04 17:08 
Generala class function Pin
Anonymous19-Feb-04 16:02
Anonymous19-Feb-04 16:02 
GeneralRe: a class function Pin
Christian Graus19-Feb-04 17:11
protectorChristian Graus19-Feb-04 17:11 
GeneralRe: a class function Pin
warlu19-Feb-04 20:48
warlu19-Feb-04 20:48 
General? about compiler Pin
Snyp19-Feb-04 15:24
Snyp19-Feb-04 15:24 
GeneralRe: ? about compiler Pin
Maxwell Chen19-Feb-04 21:07
Maxwell Chen19-Feb-04 21:07 
GeneralData display question Pin
rmnowick19-Feb-04 11:43
rmnowick19-Feb-04 11:43 
Hello,
I have inherited a GUI application that I am required to modify. One of the modifications that I have already implemented consists of capturing a serial data stream, doing some processing on it, and then writing it out to a file.

The serial data is captured in a separate reader thread that signals the main dialog window when serial data is ready to be processed. This all works fine. The serial data stream consists of many voltage and temperature measurements collected from an attached A/D converter box. I parse the A/D data and keep track of the latest temperature and voltage measurements for all 22 channels that we are sampling.

I would like to modify the main GUI display to also show the latest values of some if not all of the 22 channels that we are monitoring. In the simplest implementation, I could have a list down one side of a form that shows:

Variable 1: 22.876 Volts
Variable 2: 76.988 Degrees
.
.
.
Variable 22: 23.988 Volts

To the right of each of these text labels I would like to have a small "window" where I could write the most recent value received for each of the data channels, be it tempearture or voltage. This way, the operator could see all the current data value on a single screen.

The problem is that I have been looking through the Toolbox and there doesn't appear to be any sort of "box" structure that could be used for this purpose. Maybe I'm just missing it. Could someone please point me in the right direction. Perhaps there is a sample project that someone has done that would allow for a new tool like this?

A second question revolves around going one step further. Since I am collecting this data over time, it would be nice to show the user say the last 10 minutes of data for any given variable in a "graph window", for lack of a better term. Does anyone have any links to a "graph tool" that I could use that might enable me to display my collected data in a graphical format in addition to the text display I mentioned earlier?

Thanks,
Robert
GeneralRe: Data display question Pin
l a u r e n19-Feb-04 15:43
l a u r e n19-Feb-04 15:43 
GeneralRe: Data display question Pin
eggie515-May-04 10:54
eggie515-May-04 10:54 
GeneralI need some help!!! Pin
rodneyk119-Feb-04 11:14
rodneyk119-Feb-04 11:14 
GeneralRe: I need some help!!! Pin
Christian Graus19-Feb-04 11:37
protectorChristian Graus19-Feb-04 11:37 
GeneralRe: I need some help!!! Pin
l a u r e n19-Feb-04 15:44
l a u r e n19-Feb-04 15:44 
QuestionHow to tell if display is 640x480? Pin
mcgahanfl19-Feb-04 10:19
mcgahanfl19-Feb-04 10:19 
AnswerRe: How to tell if display is 640x480? Pin
Christian Graus19-Feb-04 10:36
protectorChristian Graus19-Feb-04 10:36 
GeneralIt just blows up !!! Pin
Christian Graus19-Feb-04 9:31
protectorChristian Graus19-Feb-04 9:31 
GeneralRe: It just blows up !!! Pin
Jörgen Sigvardsson19-Feb-04 12:03
Jörgen Sigvardsson19-Feb-04 12:03 
GeneralRe: It just blows up !!! Pin
Christian Graus19-Feb-04 12:40
protectorChristian Graus19-Feb-04 12:40 
GeneralRe: It just blows up !!! Pin
Jörgen Sigvardsson19-Feb-04 12:48
Jörgen Sigvardsson19-Feb-04 12:48 
GeneralSetNamedSecurityInfo Pin
jamm_8219-Feb-04 9:26
jamm_8219-Feb-04 9:26 
QuestionIs Appspeed SkinMagic the best C++ skinning system? Pin
Jim Howard19-Feb-04 9:19
Jim Howard19-Feb-04 9:19 
GeneralQuestion on LoadAccelerators Pin
SXN19-Feb-04 8:46
SXN19-Feb-04 8:46 
Generalcan't resolve server Pin
felagund219-Feb-04 8:46
felagund219-Feb-04 8:46 
GeneralRe: can't resolve server Pin
RobJones19-Feb-04 9:18
RobJones19-Feb-04 9:18 
GeneralRe: can't resolve server Pin
felagund219-Feb-04 9:25
felagund219-Feb-04 9:25 

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.