VB Day 7
VB Day 7
VB Day 7
Button
90 X
180 Y
270 XY
none none
Image.FromFile It is used to define an image object
based on the fie passed by the user.
Image.Save used to save the contents present in the
picture box control as an image.
Refresh it is used to refresh the picture box control
with the new pixel information
OpenFileDialog Control It is used to project
the Dialog box to select a file which is already
existing.
SaveFileDialog Control It is used to specify a
file name which is not existing in order to save
the contents with the specified file name.
Note: if the user specifies a file name which is
Simple combo
Dropdown combo
It is an editable control and the search
will take place if the combo box is
expanded.
Dropdown list
It is an non editable control which allows
to select an existing item from the list
control if the combo box is been
expanded.