Search 5,000,000+ questions and answers.

Frequently Asked Questions

What is Visual Basic (VB)?

Visual Basic (VB) Programming, Microsoft Excel & Word Macros...
Visual Basic (VB) is a very popular event driven programming language developed by Microsoft. Visual Basic (VB) programming allows the user to create custom programs like our Excel macros or a custom Excel template. With the power and flexibility of Visual Basic, Excel and other Microsoft Office applications can become much more efficient.
Related Questions

How does it compare to Visual Basic (VB)?

NS Basic/Desktop Frequently Asked Questions (FAQ)
It's a subset of Visual Basic 6. We've left out some of the advanced features to make it easier to get started with and use. The result is still a very rich and complete language. See the NS Basic/Desktop Specifications for a list of statements and functions supported. It's pretty easy to take most VB projects and convert them to NS Basic/Desktop. Compared to VB.NET, NS Basic/Desktop is much easier to get started with. It also does not have the runtime enviroment requirements that .NET has.
Related Questions

How Do I Pass a Result Set from PL/SQL to Java or Visual Basic (VB)?

G Frequently Asked Questions About PL/SQL
PL/SQL lets you issue a query and return a result set using a cursor variable, also known as a REF CURSOR. See "Using Cursor Variables (REF CURSORs)".
Related Questions

Why does VB RezQ not recover the actual Visual Basic code within the subroutines?

VB RezQ for Visual Basic Source Recovery.
When VB source is compiled to Native Code the result is x86 machine code and in the process the VB compiler with its various code optimisation features erases much of the structure of the high level Basic language. It's a formidable job to try to reverse engineer this x86 code back into VB code and it's not at all clear to us that it's possible to automate the reversing process.
Related Questions

Why can't I see the C-Sharpener For VB menu in Visual Studio .NET?

Frequently Asked Questions (FAQ) about C-Sharpener For VB
Assuming that you have successfully installed C-Sharpener For VB, the menu option should automatically appear. If it doesn't appear, then try the following: Turn on the checkbox to the left of C-Sharpener For VB and click the OK button. The menu option should now appear.
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

Can I use Visual Basic (VB) under Linux? What Unix alternatives are there?

Corporate Frequently Asked Questions
No. Visual Basic is a purely Microsoft standard and is not available for Unix. VB will probably never be widely used in the Unix community where there are thought to be far better object oriented languages available. There is however one product to convert VB code into java and and run active server pages: Halcyon Software <http://www.vbix.com/>. Python, for example, is an object oriented scripting language said to far exceed VB.
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

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

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

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

For whom is Visual Basic 2008 Express intended?

Frequently Asked Questions
Visual Basic 2008 Express is designed for hobbyists, first-time developers, and students looking for a fun and easy way to build Windows applications.
Related Questions

Where can I get help and support for Visual Basic Express?

Frequently Asked Questions (FAQ)
The Express products are not officially supported. But you may find help by posting your question in the Express Edition Forums.
Related Questions

How do I display the Contents from Visual Basic?

FAQ
First you need a CommonDialog control on your form. In this example I've called it "dlgCommonDialog and in the form's Load event I've added:-
Related Questions

What is an object in Visual Basic?

IT Portal
object is a combination of code and data that can be treated and controlled as a unit. Command buttons and other controls on a form are objects.
Related Questions

How can I call EPFaxCL from Visual Basic?

Lincoln & Co. - Windows PCL/PS Converter FAQs
Test = Shell("c:\lincoln\bin\epfaxcl.exe -d" & InFile & " -e" & OutPath & OutFile & " " & Options, vbMinimizedNoFocus) InFile is the full path name string of the input file to be converted, OutPath is a string the indicated the folder where the output should be placed, OutFile is the output file name as a string, and Options is a string containing any and all of the command line arguments required.
Related Questions

Do you have Visual Basic sample code?

Lincoln & Co. - PageView PCL/PS Viewer FAQs
If the PCL contains a pagesize command, it will override the default. If the file is ASCII, the page size will be either the default or that size otherwise specified by the user. The default pagesize can be specified on the command line or in the .ini file.
Related Questions

What is Visual Basic for Applications (VBA)?

Visual Basic (VB) Programming, Microsoft Excel & Word Macros...
Visual Basic for Applications (VBA) is a programming language very similar to VB and is used for manipulating components of the suite of Microsoft Office products. With Visual Basic for Applications (VBA), programming macros for Microsoft Excel becomes easier and more efficient than ever. Whether it's creating macros to input custom Microsoft Excel formulas or Word macros, let us use the power of Visual Basic for Applications (VBA) to help energize your business.
Related Questions

How can you interface RoboWorks with Visual Basic?

Robot Modeling
RoboWorks comes with the RoboTalk interface that is supported using a Windows DLL. You can make calls into the DLL from Visual Basic.
Related Questions

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

Frequently Asked Questions
Visual Basic 2008 Express includes a migration wizard that will help import existing Visual Basic 2005 Express 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 about VB ?

Sabbasoft - MTS FAQ
Additionally VB defines _Class1 as a Dual interface, that is, it sets up a standard _Class1 interface AND a Dispinterface counter-part of the _Class1 interface, so that you can access your methods via early-binding AND late-binding. Note that VB marks this interface as the default interface of the object (remember you can define additional interfaces in your class via the Implements keyword).
Related Questions

Do you offer Visual Basic programming?

Symbiotic Design Services FAQ (Frequently Asked Questions)
Not really. Microsoft stopped supporting it, therefore we are concentrating on modern high level languages.
Related Questions

Where can I get a Visual Basic interface to zlib?

Frequently Asked Questions about zlib
Make sure that before the call of compress, the length of the compressed buffer is equal to the total size of the compressed buffer and not zero. For Visual Basic, check that this parameter is passed by reference ("as any"), not by value ("as long"). Before making the call, make sure that avail_in and avail_out are not zero. When setting the parameter flush equal to Z_FINISH, also make sure that avail_out is big enough to allow processing all pending input.
Related Questions

Why don't you use Visual Basic?

Frequently Asked Questions about Scheme
Some of the complaints about C++ — especially about the programming environments — also apply to Visual Basic. The real problems are, however, with the curricula. Most VB textbooks are so taken up by the GUI-related opportunities in the language that they fail to provide any sort of coherent basis for programming. Teachers try to compensate for this with concepts such as flowcharts, which are effectively outmoded (as described above).
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

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact