What is the purpose of the AutoRedraw property on a form or
container?
Answer Posted / hema
Any graphics is redisplayed when the form is moved or
resized
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are 3 main differences between flexgrid control and dbgrid control?
Types of cursors in DAO?
What is activex control in vb?
What is difference between datagrid and flexgrid?
How do I create a window with a small title bar as in a floating toolbar?
What is the use of OLE?
what are the Differences between ActiveX Control and Standard Control?
Maximum Control Names length?
How to down load image properties.
How many tabs in a tabbed dialog do you consider appropriate?
How do I do Peek and Poke and other low-level stuff?
How to find the current record position in data control?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Explain what is Visual basic?
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.