Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Computer Programming
Visual Basic (VB)
Visual Basic (VB) Question:
How do you register a component?
Tweet
Share
WhatsApp
Download PDF
Answer:
Compiling the component, running REGSVR32 MyDLL.dll
Download Visual Basic (VB) PDF
Read All 102 Visual Basic (VB) Questions
Previous Question
Next Question
Hi, sorry but i have a simple question ! i have a string like "2^5+2*5^2-1" in a textbox and i want to have the result of this string in another textbox. but i cant get the answer!
i am new and i want to have a function like :
f(x) = x^5+2*x^2-1 and then i can calculate f(i) for example for i = 0 to 100
please help?
Name and explain the different compatibility types when creating a COM component