What is the use of Scalewidth and ScaleHeight Proeperty?
Answer Posted / sundarraj_v83
To get an exact width and height of forms. ScaleWidth and
ScaleHeight are used to get the forms width
and height excluding it's titlebar and borders.
For Example:
if you are setting your form with bordersytle is none, then
the scalewidth and scaleheight are equals to its form
height and width.
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
___ argument can be used to make a menuitem into bold.
What are the types of Error? In which areas the Error occurs?
what are the Types of DBCombo boxes?
What is Internet Explorer and its uses?
To find the current recordposition in data control.
How would you access objects created in ActiveX Exe and ActiveX Dll
What is rdo in vb?
How can Visual Basic be used for server-side scripting?
Discuss the working with to-do lists.
What is the use of Visual Basic Document file?
What about DLL calls that require callbacks?
Are there any examples of commercial applications built using Visual Basic?
Difference between DDE and OLE.
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
How do I prevent multiple instances of my program?