Working with Forms The Form Methods Differentmethodsare used - TopicsExpress



          

Working with Forms The Form Methods Differentmethodsare used informs. When you put adotafter name of theformthen apopup menuis displayed. There are different methods forforms.Some of them are describing here. Show method Show methodis used to display theformobject. For Example to display the form frmStudents, following code is written: frmStudents.Show Hide Method TheHide methodis used to hide aform. For example to hide a form, following code is written: frmStudents.Hide The Cls Method All text and graphics on the form that were created with Print and graphics methods can be deleted with theCls method. Example: frmStudents.Cls The Refresh Method Forces a complete repaint of a form. For example: form1.Refresh Use theRefresh methodwhen you want to Completely display oneform, while anotherformloads. Point Method Returns the red-green-blue (RGB) color of the specifiedpointon aForm.It returns color as a longinteger. form1.Point(x, y)
Posted on: Tue, 15 Oct 2013 02:05:34 +0000

Trending Topics



Recently Viewed Topics




© 2015