answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the use of ActiveX control in vb 6?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you use the parallel port in Visual Basic 6?

i want to Control Some External Hardware outside of my computer, I want to write program in VB language for LPT port.


What is a difference between dotnet and VB?

Nothing, as VB is now part of .Net. .Net contains following main languages: - C# - VB However, VB 6 was before .Net and was independent. dotnet is a framework that supports multiple languages and vb is one the language supported by dotnet.


How do you create a report using VB 6?

You can we the default support provided by vb or use other reporting tools like crystal reports. To use the default support select data report from components. To link the data report to database you will have to include a data environment component, ink the control to the database by selecting its properties and then link this data environment to the data report. You can call the data report the same way other forms are called.


Vb code for sum of 2 4 6?

sum = 2+4+ 6 might work.


Code View Debug info use in vb 6?

The program should have a help area. search the helpe area for information about the debug information the program displays/


I am using the imgscan.ocx control in VB6 to scan the using the Hpscanjet2400 scanner.By default the scanner is set as Millions of colors option How I can change this option through VB 6 code.?

imgscan.SetScanCapability 100, 1 ' Noir et blanc


How do i run a mapbasic program from a vb6 program?

yes u can do it....running mapinfo file under VB 6


'Download Visual Studio 6 Or Visual Basic 6 In Free?

Studio consists of C#, VisualJ, etc. Visual Basic is the predefined function of the VB6 environment. if you want to code in VB strictly, download VB6, but if you want to use C#, etc. than use VS6. But by now, I recommend upgrading to VS2008


How do you make windows genuine?

Important These steps may increase your security risk. These steps may also make your computer or your network more vulnerable to attack by malicious users or by malicious software such as viruses. We recommend the process that this article describes to enable programs to operate as they are designed to, or to implement specific program capabilities. Before you make these changes, we recommend that you evaluate the risks that are associated with implementing this process in your particular environment. If you choose to implement this process, take any appropriate additional steps to help protect your system. We recommend that you use this process only if you really require this process. 1. Start Internet Explorer. 2. On the Tools menu, click Internet Options. 3. In the Internet Optionsdialog box, click the Security tab, and then click Internet. 4. Under Security level for this zone, click Custom Level.Note You may have configured settings other than those listed in this method to provide added security for the computer. If you have, restore these ActiveX settings to their original settings after you install the WGA ActiveX control. 5. Under ActiveX controls and plug-ins, click Prompt for all the following options: • Download signed ActiveX controls • Run ActiveX controls and plug-ins • Script ActiveX controls marked safe for scripting 6. Click OK, click Yes, and then click OK. 7. Try again to validate your copy of Windows XP. 8. When you are Important These steps may increase your security risk. These steps may also make your computer or your network more vulnerable to attack by malicious users or by malicious software such as viruses. We recommend the process that this article describes to enable programs to operate as they are designed to, or to implement specific program capabilities. Before you make these changes, we recommend that you evaluate the risks that are associated with implementing this process in your particular environment. If you choose to implement this process, take any appropriate additional steps to help protect your system. We recommend that you use this process only if you really require this process. 1. Start Internet Explorer. 2. On the Tools menu, click Internet Options. 3. In the Internet Options dialog box, click the Security tab, and then click Internet. 4. Under Security level for this zone, click Custom Level.Note You may have configured settings other than those listed in this method to provide added security for the computer. If you have, restore these ActiveX settings to their original settings after you install the WGA ActiveX control. 5. Under ActiveX controls and plug-ins, click Prompt for all the following options: • Download signed ActiveX controls • Run ActiveX controls and plug-ins • Script ActiveX controls marked safe for scripting 6. Click OK, click Yes, and then click OK. 7. Try again to validate your copy of Windows XP. 8. When you are prompted to install the WGA ActiveX control, verify that the publisher is Microsoft Corporation, and then click Install. After your copy of Windows XP is validated, you return to the download that you requested. Then, click Download.prompted to install the WGA ActiveX control, verify that the publisher is Microsoft Corporation, and then click Install. After your copy of Windows XP is validated, you return to the download that you requested. Then, click Download.


What are the parts of the vb environment?

The Visual Basic (VB) environment consists of seven parts: 1. Menu Bar 2. Toolbar 3. Toolbox 4. Form window 5. Code window 6. Project window / explorer 7. Properties window


How do you use jedi mind control?

it is not mind control it is a force suggestion that is why it only works on the weak minded. and you cant do it.


How you find out bugs from vb 6 project?

If you run the program and it has an error/bug the line where the error originates will be marked by color yellow... it is where the program breaks or stop...