When Activex exe is benificial in vb application
Answer Posted / cp
ActiveXexe is benificial when
1. we want to use COM as Standalone aswell as in Client
Application.
2. We want com to run in its own memory with out affecting
client in case of crash.
Excel is a best example of this kind.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which method is preferred to save datas like database?
How do I set the Windows wallpaper at runtime?
What is the use of Hyperlink control for DHTML applications?
How would you attach pictures in Treeview Control?
Difference between ActiveX Exe and 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.
Scope of API's can be of types, what are they?
How many ways we can access file using VB?
How do I force a file dialogue box to reread the currect disk?
Is visual basic easy?
Why visual basic is used?
How do I implement an accelerator key for a text box?
How would you Create a Query Builder and Explain its uses ?
How to customize workgroup message?
what are the Differences between Recordset and Resultsets?