GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 231 of 453    Print  
Have you ever created ActiveX DLLs? If so, why did you create the DLLs instead of using code in the main application?

  
Total Answers and Comments: 1 Last Update: May 08, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
May 08, 2006 03:07:23   #1  
rahul        

RE: Have you ever created ActiveX DLLs? If so, why did...
yes we have used so that the business logic is seperate from the application logic and if any point of time we want to the business logic then we can change it with out affecting the application logic.
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Shell Command is also used for calling windows application. ...

Latest Answer : yes ...

Latest Answer : Yes  On Creating RelationShip, You Check the Option OnDeleteCascade. ...

Latest Answer : The data-aware DataGrid control appears similar to the Grid control; however, you can set the DataGrid control's DataSource property to a Data control so that the control is automatically filled and its column headers set automatically from a Data control's ...

Latest Answer : Activex is technology provided by microsoft to prepare user defined controls so that user can make its own designed controls and use that same in developemnt enviroment ...

Latest Answer : 1. ActiveX Exe2. Activex Dll3. ActiveX Control4. ActiveX Document ...

Latest Answer : Activex controls can be integrated with web-based applications whereas standard controls can't ...

Latest Answer : In Activex DLL and Activex EXE you build classes, so the application can use it to do something. So both are almost exactly same in the way they are built and used. The difference is as followsActivex DLLIt runs within the main program address space. ...

Latest Answer : Activex DLL :these are inprocess component work on the same space as that of the client thats why they are faster than activex Exe.Activex Exe: these are implemented as out of process component they work on different space as that of the client. the interaction ...

Latest Answer : Instancing properties1)Private2)publicNotCreatable3)Multiuse4)GlobalMultiuse5)singleUse6)GlobalSIngleUSe ...


 Sponsored Links

 
Related Articles

jQuery Table Row Finished Code

jQuery Table Row Finished Code The Finished Code Our second example page has demonstrated table row striping highlighting tooltips collapsing expanding and filtering Taken together the JavaScript code for this page is mosgoogle geshibot lang php" document ready function var highlighted
 

jQuery Interacting with Other Code

jQuery Interacting with Other Code We learned with our sorting and paging code that we can t treat the various features we write as islands The behaviors we build can interact in sometimes surprising ways; for this reason it is worth revisiting our earlier efforts to examine how they coexist with t
 

jQuery Completed sorting and paging code

Learning jQuery The Finished Code The completed sorting and paging code in its entirety follows mosgoogle geshibot lang php" fn alternateRowColors function tbody tr odd this removeClass even addClass odd ; tbody tr even this removeClass odd addClass even ; return this; ; document
 

jQuery - Basic Alphabetical Sorting

Learning jQuery Basic Alphabetical Sorting Now let s perform a sort on the Title column of the table We ll need a class on the table header cell so that we can select it properly geshibot lang html" Title Author s Publish Date Price geshibot mosgoogle To perform the actual s
 

Application Development in .NET

ASP NET 2 0 Tutorials Application development in NET Client Side Application Development Client applications are applications that run on the client system or the desktop of the user They are closest to the traditional windows based applications and they display forms or windows on the desktop enabl
 

N-Tier Application Partitioning

N Tier Application Partitioning Application partitioning is a vital process as it provides one with the opportunity to clearly define an even distribution of an application s presentation process and key data components without which you may find yourself feeling quite lost The components may be dis
 

N-Tier Application Manageability

N Tier Application Manageability While it is a fact that N Tier applications tend to provide almost limitless scalability the desire to change or add new forms of functionality can present a challenge in more than one arena Growth on a large scale can make capacity planning quite hard When available
 

Working with XML in Visual Basic

Working with XML in Visual Basic Extensive markup language and Visual Basic is the odd couple of the industry Visual Basic is one of the most common languages that are being used today This Microsoft introduced language was meant to be middle tier in characteristic but has managed to get the top tie
 

How is the main() function declared?

The declaration of main can be done as int main() One more declaration that can be taken by main is command line arguments form int main(int argc, char *argv[]) or this can also be written as int main(argc, argv) int argc; char *argv[]; NOTE: It is not possible for one to declare the main
 

What happens when a variable is not initialized in main function?

When a variable is not initialized in main function it contains garbage value. This can be well seen from the example below main() { int x; printf(“%d”,x); z= sample() } sample() { printf(“Testing program”); } Output is   &n
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape