Search 5,000,000+ questions and answers.

Frequently Asked Questions

Why can't I register my OCX using Visual Basic's Tools/Custom Controls/Browse option?

ActiveX Control FAQ - General
When adding a control through Visual Basic's Tools/Custom Controls/Browse dialog, you need to add the following string to your controls .RC file in the "StringFileInfo" section. VALUE "OLESelfRegister", "\0" Visual C++ 4.x does not add this entry to the "StringFileInfo" block like VC++ 2.x did. Visual Basic verifies that the control can be self-registered by checking for the existence of this value.
Related Questions

How do I use the OCX in other languages such as Cold Fusion, SQL, Visual Basic etc?

Flicks Software's FAQ
I am using referral (referer) protection however, with MPEGS, WMV's and pdf's it does not work - users are denied access, and with printing CSS I have the same problem.
Related Questions

Can I integrate STATISTICA into other applications, such as a custom Visual Basic application?

FAQ 5
Yes. STATISTICA can be controlled from within other applications, such as Visual Basic, using the STATISTICA Command Language (SCL). Programs written in SCL can be executed from within Visual Basic using the SHELL command. This allows for the complete integration of STATISTICA into your custom application or other applications such as ms Excel, ms Access, or ms Word. See the STATISTICA Development Environment for information about how to manage STATISTICA data files from within Visual Basic.
Related Questions

Can I run Visual Basic 6.0 and Visual Basic .NET on the same machine?

Visual Basic Frequently Asked Questions
J. Henshaw asks "Is it possible to run both VB6 and VB.Net on the same machine,or do I have to remove VB6 to be able to use VB.NET", and the answer is a definite yes. You can run them both on the same machine. Many people, including myself, run VB6 on the same machine as their installation of Visual Basic .NET. If you look at this KB article from Microsoft Support, you will even see that it recommended to run VB6 and VB.NET on the same machine when upgrading projects from one to another.
Related Questions

How do I get started creating custom controls?

General - Windows Forms FAQs
See Developing a Simple Windows Forms Control from .NET Framework Developer's Guide for a walk-through about creating Windows Forms custom controls. Tom Krueger, Microsoft
Related Questions

Do TE Edit Control and other controls work with Visual Basic and Delphi?

Sub Systems, Inc.
Yes. TE and other products include ActiveX control which can be simply dropped into your Visual Basic or Delphi form. The product also includes function/constant declaration files and sample programs in Visual Basic and Delphi.
Related Questions

What type of programming is done using Visual Basic?

IT Portal
Visual Basic is an event-driven language. It means that the program statements execute only when a specific event 'calls' a section of code assigned to that event. Events are normally triggered in response to some actions. For example, keyboard input, mouse actions, the operating system, etc.
Related Questions

Why can't I browse the sites on BugMeNot.com?

Frequently Asked Questions - Bugmenot.com
Firstly it encourages porn sites to post fake accounts. Secondly it would expose the BugMeNot database of accounts to exploitation.
Related Questions

What are the basic controls?

PlanetAnachronox
Rather than tell you this, I'm going to steer your towards our ParticleMan tutorial, written by Travis '343' Doggett from the Anachronox team. It will tell you stuff, so go read.
Related Questions

What percentage of my Visual Basic .NET project will be converted?

Frequently Asked Questions (FAQ) about C-Sharpener For VB
The percentage of the project that will be converted is typically more than 99%. However, the percentage can vary greatly depending on the structure of your code. For instance, if Option Strict is On then it is significantly easier to convert your code because C# is more type strict. Please see Limitations and Workarounds (PDF file) for more details. You may also want to look at some sample converted projects.
Related Questions

How can I open a form using Visual Basic for Application Language?

Baarns: Microsoft Access Developer Frequently Asked Question...
There are four ways to create the default instance of a form (open it). You can open an existing form by using the user interface, by executing the OpenForm method of the DoCmd object, by calling the CreateForm function and switching the new form into Form view, or by using Visual Basic to create a variable of type Form to refer to the default instance. The following example opens an Employees form and points a Form object variable to it: Dim frm As Form DoCmd.
Related Questions

Using Visual Basic 6.0, what is the maximum number of objects allowed on a form?

IT Portal
Go To.. Educational Center E-Community About Us Book Of The Month Person Of The Month University Of The Month Student Of The Month Did you know? Web Directory Downloads Animated Tutorials Contribute To Our Site Q & A Tech Calendar Press Room Tech News Glossary Privacy Policy
Related Questions

Is it possible to develop application for the Nino using Visual BASIC?

Nino FAQ
No. Although HPC applications can be generated with Visual BASIC on a PC, currently this is not an option for Palm-size PC development. No. Microsoft told me that it did when I ordered it ($199), but it does not. It seems that the beta Palm-size PC SDK (avail from MS's CE devel site) is all that there is currently, though it is supposedly functional.
Related Questions

What do I do if I can't see the Fast Formatter menu option in Visual Studio 2005?

Frequently Asked Questions (FAQ) about Fast Formatter
Assuming that you have successfully installed Fast Formatter and you have any edition (except the Express edition) of Visual Studio .NET 2005 installed, the menu option should automatically appear as described in the tutorial. If it doesn't appear, then please try the following: Turn on the checkbox to the left of Fast Formatter and click the OK button. The menu option should now appear.
Related Questions

Will code from Visual Basic 6.0 work in Visual Basic 2008 Express?

Frequently Asked Questions
Visual Basic 2008 Express includes a migration wizard that will help import existing Visual Basic 6.0 projects. You may need to make some manual adjustments to the code you port over, but the migration wizard is a good first step towards moving your code forward.
Related Questions

What is the difference between User Controls and Custom Controls?

Megasolutions.net :: Asp.Net Frequently Asked Questions - FA...
User Controls are text files with the extension '.ascx' which enables you to make GUI re-usable controls. Its a text file, which contains a mixture of HTML and scripting. User Controls can be edited in an editor. On the other hand Custom Controls reside in compiled ( Dll ) assemblies. They are non-GUI but can emit HTML GUI at runtime. Example of Custom Controls would be the sever controls which come bundled with the .NET SDK like DataGrid, Repeater, DataList etc.
Related Questions

What do I do if I want to convert earlier versions of Visual Basic such as VB6?

Frequently Asked Questions (FAQ) about C-Sharpener For VB
C-Sharpener For VB only converts from VB.NET to C#. If you want to convert Visual Basic 6 or earlier, we recommend that you first upgrade from VB6 to VB.NET with Microsoft's free VB to VB.NET Upgrade Wizard. After that, switch to C-Sharpener For VB to complete the VB.NET to C# conversion. This two step process seems to lead to the most reliable results.
Related Questions

How can I run another application or batch file from my Visual Basic .NET code?

Visual Basic Frequently Asked Questions
The answer for all of these examples is the same, you can use the classes and methods in System.Diagnostics.Process to accomplish these tasks and more. Example 1. Running a command line application, without concern for the results: Private Sub Button1_Click(ByVal sender As System.Object, _ Example 2. Retrieving the results and waiting until the process stops (running the process synchronously): Private Sub Button2_Click(ByVal sender As Object, _ Example 3.
Related Questions

Why did Visual Basic .NET introduce AndAlso and OrElse?

Visual Basic Frequently Asked Questions
Paul Vick, Technical Lead on VB.NET, and the author of the Visual Basic .NET Language Specification, discusses the new short-circuiting boolean operators added in Visual Basic .NET 2002.
Related Questions

What are the benefits of using Fitness Tools?

Frequently Asked Questions | Ipod Fitness Center
mentioned above, the Fitness Tools features aid in your personal fitness training by providing the following: Workout logging ? By uploading your IPOD stored workouts, your exercise data can be reviewed and analyzed and as a benchmark for your next workout Personal measurements - This feature prompts the user to periodically enter physical measurements: weight, blood pressure, etc. for goal setting and comparison of your long-term health initiatives.
Related Questions

Q 1. What are some basic tips when using hand tools?

Hand Tools - Frequently asked questions about using tools, g...
Keep cutting tools sharp and cover sharp edges with suitable covering to protect the tool and to prevent injuries from unintended contact. . Point sharp tools (e.g., saws, chisels, knives) laying on benches away from aisles and handles should not extend over the edge of the bench top. Wear safety glasses or goggles and well-fitting gloves appropriate for the hazards to which you may be exposed when doing various tasks.
Related Questions

Where is the ocx?

eXontrol Software's Home Page - Developing advanced .NET, Ac...
We didn't use the OCX extension because it could suggest that the product uses MFC. All products are implemented to DLL files. All of our products are ATL based, and that means that files like mfc42.dll, msvcrt.dll, ... are NOT required.
Related Questions

What is a custom option?

Frequently Asked Questions - Estimates on the Web
This option is used if none of the other options fits your needs. All payments under this plan must be approved by PSERS' actuary. If you have a custom option you'd like to consider, please write to PSERS detailing your option request. The review takes time, so please contact PSERS at least six months prior to your retirement.
Related Questions

Can Opera browse compressed pages using gZip encoding?

Opera 5 for Symbian: Browser functionality
No, unfortunately Opera 5 for Symbian does not inherit this functionality from the desktop versions. It can only interpret and display pages sent as normal, uncompressed ASCII text. Similarly, Opera 5 only includes support for standard markup languages and protocols such as HTTP, HTML, WML, etc.
Related Questions

What if I can't decide which custom option to use for my picture?

DistinctCards.Com customized greeting cards frequently asked...
In every category on the order form, you are required to pick an option. If you are unsure what would look best, select the "DistinctCards recommended" choice box on the order form and we will pick what we feel looks best for your picture and occasion.
Related Questions

Why can't I see the visual rich editor when using Apple's Safari browser?

FAQ Troubleshooting & WordPress Codex
Description: The visual rich editor in the Write interface (aka "the WYSIWYG editor") does not display when using Apple's Safari browser. Reason and Solution: In Safari, the visual rich editor will cause the browser to crash immediately upon loading the Write interface. This is due to a bug in Safari, not WordPress. Since the WordPress developers have no way of correcting this, they have chosen to disable the visual rich editor for Safari users. At this point in time, there are two alternatives.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact