Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 1.18 KB

README.md

File metadata and controls

26 lines (13 loc) · 1.18 KB

image

Form2 button opens up a form in full screen with data from the textbox

image

button1 opens up a form with a line drawn in a panel

image image

this line and panel scale with changes in the form size

Each time a form opens the previous form is hidden. When a form closes the previous form is shown again

The Database Data buton on Form1 loads data from a database (test server with SELECT only access) and shows the data in a number of different ways

image

button1 in this form loads the graphing data (data from the database and some random data)

image

This also scales with resizing of the form

image