PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Stephane Fonteyne on October 02, 2013, 10:51:19 AM

Title: Search FF3 examples that use the control "GRAPHIC CONTROL"
Post by: Stephane Fonteyne on October 02, 2013, 10:51:19 AM
Dear support,

I have in my application inserted a "GRAPHIC Control" from the toolbox of FF3.

I was looking at the code for this control but I can not find an single examples that use this control and how it put the function in this control (the curve)

Can you please send on this an compilable worked example that use this Control. I want see in my GraphicControl Window the function that adjusts the user with the scrollbars.

I send my project + screenshot in attachment so you can then look to the code en place comments how  it works for activated the GraphicControl.

I have a little experience and knowledge of the GDI API functions
I learn this but its not better to learn GDI+?


Could you post an example how I can programmed and used the GraphicControl?

Screenshot with Graphic in Design Mode
=========================
(https://www.planetsquires.com/protect/forum/proxy.php?request=http%3A%2F%2Fimg703.imageshack.us%2Fimg703%2F8755%2Fkqki.jpg&hash=398647d5b450908eb1fdfaab898f9c006a4a6ce8) (http://imageshack.us/photo/my-images/703/kqki.jpg/)

Screenshot with result in TextBox, the output voltage
================================
(https://www.planetsquires.com/protect/forum/proxy.php?request=http%3A%2F%2Fimg21.imageshack.us%2Fimg21%2F7167%2F4d3k.jpg&hash=e1bb3832cd8b0bae2af439eff2e043610dfd00b7) (http://imageshack.us/photo/my-images/21/4d3k.jpg/)

Screenshot with the bitmap
=================
(https://www.planetsquires.com/protect/forum/proxy.php?request=http%3A%2F%2Fimg89.imageshack.us%2Fimg89%2F3241%2F5wvd.jpg&hash=eaeb20aeeb8baeeab7b72a7d5e795cd2def56d2c) (http://imageshack.us/photo/my-images/89/5wvd.jpg/)

Screenshot with a graphic and the bitmap picture I want this result The Final
===============================================
Is that in FF3? and PBWin10 possible?

(https://www.planetsquires.com/protect/forum/proxy.php?request=http%3A%2F%2Fimg197.imageshack.us%2Fimg197%2F6327%2Fznus.jpg&hash=8f96c2e831ab910ab0f0883193ec79a31ec1b264) (http://imageshack.us/photo/my-images/197/znus.jpg/)

Kind regards
Stephane



Title: Re: Search FF3 examples that use the control "GRAPHIC CONTROL"
Post by: Jean-pierre Leroy on October 02, 2013, 11:05:20 AM
Hi Stephane,

Did you click on "Search" on this forum ?

I don't think so; otherwise you would have been able to find some useful examples with "Graphic control".

I posted this one some months ago:

http://www.planetsquires.com/protect/forum/index.php?topic=2300
http://www.planetsquires.com/protect/forum/index.php?topic=3184

Could be useful for you.

Regards,
Jean-Pierre
Title: Re: Search FF3 examples that use the control "GRAPHIC CONTROL"
Post by: Stephane Fonteyne on October 02, 2013, 11:13:31 AM
Quote from: Jean-Pierre Leroy on October 02, 2013, 11:05:20 AM
Hi Stephane,

Did you click on "Search" on this forum ?

I don't think so; otherwise you would have been able to find some useful examples with "Graphic control".

I posted this one some months ago:

http://www.planetsquires.com/protect/forum/index.php?topic=2300
http://www.planetsquires.com/protect/forum/index.php?topic=3184

Could be useful for you.

Regards,
Jean-Pierre

Jean,

I have this but I see in designmode "CustomControl" is that the same (code) as GraphicControl". Where put I the code for draw the grid and then the curve (function y = f(x) ?