Click here to Skip to main content
15,902,189 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani25-Oct-03 17:29
professionalRavi Bhavnani25-Oct-03 17:29 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 6:33
IGx8926-Oct-03 6:33 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani26-Oct-03 6:41
professionalRavi Bhavnani26-Oct-03 6:41 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 6:44
IGx8926-Oct-03 6:44 
GeneralRe: Making video slider using Win32 Pin
Ravi Bhavnani26-Oct-03 6:49
professionalRavi Bhavnani26-Oct-03 6:49 
GeneralRe: Making video slider using Win32 Pin
IGx8926-Oct-03 10:13
IGx8926-Oct-03 10:13 
Generalselect() Pin
Alexander M.,25-Oct-03 13:37
Alexander M.,25-Oct-03 13:37 
GeneralRe: select() Pin
Johnny ²25-Oct-03 21:43
Johnny ²25-Oct-03 21:43 
Generalruntime C++ linking Pin
Alexander M.,25-Oct-03 12:10
Alexander M.,25-Oct-03 12:10 
GeneralRe: runtime C++ linking Pin
Jörgen Sigvardsson26-Oct-03 5:41
Jörgen Sigvardsson26-Oct-03 5:41 
QuestionCurrent username? Pin
M.u.m.b.a25-Oct-03 8:32
M.u.m.b.a25-Oct-03 8:32 
AnswerRe: Current username? Pin
Alexander M.,25-Oct-03 11:44
Alexander M.,25-Oct-03 11:44 
AnswerRe: Current username? Pin
Blake Coverett25-Oct-03 19:19
Blake Coverett25-Oct-03 19:19 
Generalthis is so weird - try it and see Pin
Oinka25-Oct-03 8:06
Oinka25-Oct-03 8:06 
GeneralRe: this is so weird - try it and see Pin
Michael P Butler25-Oct-03 9:05
Michael P Butler25-Oct-03 9:05 
GeneralHey thanks that worked - but I'm still confused Pin
Oinka25-Oct-03 9:14
Oinka25-Oct-03 9:14 
GeneralRe: Hey thanks that worked - but I'm still confused Pin
Michael P Butler25-Oct-03 9:33
Michael P Butler25-Oct-03 9:33 
GeneralC++ Data Structures (3rd), Chapter 3, Exercise 8 a+b, pg 171 Pin
aLiSoN374225-Oct-03 7:58
sussaLiSoN374225-Oct-03 7:58 
GeneralRe: C++ Data Structures (3rd), Chapter 3, Exercise 8 a+b, pg 171 Pin
Oinka25-Oct-03 8:56
Oinka25-Oct-03 8:56 
GeneralC++ Data Structures (3rd), Chapter 4, Exercise 14, p 267 Pin
aLiSoN374225-Oct-03 7:56
sussaLiSoN374225-Oct-03 7:56 
GeneralRe: C++ Data Structures (3rd), Chapter 4, Exercise 14, p 267 Pin
joshfl25-Oct-03 8:45
joshfl25-Oct-03 8:45 
GeneralRe: C++ Data Structures (3rd), Chapter 4, Exercise 14, p 267 Pin
Oinka25-Oct-03 10:21
Oinka25-Oct-03 10:21 
GeneralRe: C++ Data Structures (3rd), Chapter 4, Exercise 14, p 267 Pin
Terry O'Nolley25-Oct-03 14:34
Terry O'Nolley25-Oct-03 14:34 
GeneralRe: C++ Data Structures (3rd), Chapter 4, Exercise 14, p 267 Pin
Jörgen Sigvardsson26-Oct-03 5:45
Jörgen Sigvardsson26-Oct-03 5:45 
GeneralPlotting Graphs Pin
emrosa25-Oct-03 7:30
emrosa25-Oct-03 7:30 
Hi... I'm beginner in C++ and MFC. I'm building an application that interface with a robotic arm... I have already done that part. I'm missing a part where I have a trajectory in (X,Y,Z) and the arm follows the trajectory. I can handle the mathematical stuff to generate the trajectory but I guess I would be nice to have the target trajectory and the real one plotted in the screen. I have somebooks about visual C++ and MFC, but it is hard for me to diggest them.
What I have learnt from the reading is:
1) How to show a window,

What I know I need is:
1) Put the (0,0) in the middle of the window,
2) Draw the X,Y,Z axis (taking care of the scaling)
3) Pass the trajectories generated to be ploted.

However all this, I'm still confused with the MFC and the modes, and the coordinates.
Is there any tutorial that lead me step by step to create an application like that...
I like to follow that by creating a demo application to plot an ellipse. Then, I can pass it over my main application, to plot trajectories (the target and the real) together with the error of a trajectory. Both in a window, trajectories in the top and the error in the bottom. Then, of course I would like to save them and/or printing.


Eric Manuel Rosales Pena Alfaro
PhD student
Unversity of Essex
Wivenhoe Park
Colchester, CO4 3SQ
Essex, Uk
email: emrosa@essex.ac.uk
tel: +44-01206-87311

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.