what is the property to resize a label control according to
your caption?
Answer Posted / navadeep.t.s
Set "Autosize" property as true
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is it possible to Manipulate data through flexgrid? Explain.
How do I create a window with a small title bar as in a floating toolbar?
How do I call a DLL?
When should we use recursive programming?
What is script control?
How do I implement an accelerator key for a text box?
To populate a single column value which dbcontrols you to use?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
What is datagrid in vb net?
How would you run your ActiveX Document Dll?
What is the use of Hyperlink control for DHTML applications?
How would you access objects created in ActiveX Exe and ActiveX Dll
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 create controls dynamically (at run-time)?
Why doesn't "my string" & Chr$(13) do what I want?