I would like to create a program to check dimension of piece part.
My probram should be consist of interface form to get input from user and display mode to show the final result after program completely processed.
Now I have completely created user interface form that is "Form1". This form was proposed to receive the dimension number of piece part from user. Then my program will display the drawing of piece part that referred the dimension value from "Form1".
I use the form_paint event in the same class that cause the mixing of the display mode and textbox (textbox to receive value from user) it shown at the same window.
I don't know how to bring the value from "Form1" to create at the different window/form. I need all your suggestions. Pls help!!.
PS. I'm Asian, my english is not quite good. :P