logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the different ways to Declare and Instantiate an object in Visual Basic 6?


  • Correct Answer
  • Dim obj as OBJCLASS with eitherSet obj = New OBJCLASS orSet obj = CreateObject(OBJCLASS?) orSet obj = GetObject( , OBJCLASS?)orDim obj as New OBJCLASS 


  • Technology problems


    Search Results


    • 1. Difference between DDE and OLE?
    • Discuss
    • 2. Can I call an XLM macro from within Excel VB?
    • Discuss
    • 3. Does VB Supports OOPS Concepts?
    • Discuss
    • 4. What are the three file types in NT ?
    • Discuss
    • 5. Define and explain COM?
    • Discuss
    • 6. How can visual basic be used for server side scripting?
    • Discuss
    • 7. What are the rules which should be followed while naming a variable in VB?
    • Discuss
    • 8. Explain about creating VB applications in excel ?
    • Discuss
    • 9. How To Open Outlook Explorer in VB Code?
    • Discuss
    • 10. When are you supposed to use endif to end the conditional statement?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment