QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked 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.

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. See similar 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. See similar 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. See similar 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. See similar 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:- See similar 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. See similar 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. See similar 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. See similar 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. See similar 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. See similar 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). See similar 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. See similar questions...

Can I create my own digital signature for testing my Visual Basic for Applications projects?

Frequently Asked Questions for Microsoft Office 2000
Office Web Components, a new technology in Office 2000, allows users to publish interactive spreadsheets and databases directly to the Web. Read this white paper to learn how Office Web Components help organizations use the Web more effectively. Return To Top See similar questions...

How can I use Visual Basic with HTML Help?

HTML Help FAQ
There are several Microsoft Knowledge Base articles about using Visual Basic with HTML Help. The following is a partial list of available topics with article ID numbers: To locate one of the above topics, on the Microsoft Knowledge Base search page , select the Specific article ID number option, and then type the ID number in the box. To see all of the articles related to HTML Help, search the Microsoft Knowledge Base for the phrase "html AND help." See similar 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. See similar questions...

How do I transfer images to and from a Visual Basic PictureBox?

Chestysoft ASP & COM Components - FAQ.
There are two commands available for this. To copy an image from a PictureBox into csXImage use the BMPHandle property: ImageBox1.BMPHandle = Picture1.Image.Handle This will copy the entire contents of the PictureBox, including any empty space if the image is smaller than the PictureBox. To copy the contents of csXImage to a PictureBox use the Picture property: Picture1.Picture = ImageBox1.Picture The Picture property can only be used to export from csXImage, not the other way round. See similar questions...

Is there a Java IDE like there is for Visual Basic?

Professor Smiley's Java FAQ's
Many programmers code their Java classes (see #9 above) using the Editor that is supplied with their Operating Systme (I use Windows Notepad myself). The Java Development Kit (JDK) that you download from Sun Microsystems does not come with an IDE per se--but you can download one for free from Sun called Forte, and there are some other free ones available. In addition, there are other IDE's available for purchase. See similar questions...

Why not include the declaration syntax for Visual Basic, too?

F.A.Q. - What is a PE file format? * Delphi disassembler? * ...
Just a question of time. You might want to help us: just send us a dozen of VB library descriptions that follow the VB declaration syntax and use data types appropriate to VB. See similar questions...

Explore Other Topics

Are ITLS courses the same as BTLS courses?
How do smoke and fog chillers work?
Why can't I make changes to my Adobe PDF file?
Should I notify the IRS of my change of address?
How do I enable color syntax highlighting in Emacs (font-lock)?
a. Do you use multi-threading?
What is the difference between an oxygen concentrator and an oxygen generator?
Can children attend more than one VPK Session?
Do I need a permit to replace my roof?
Should I stop paying creditors once I decide to file for bankruptcy?
When should latitude and longitude values be negative?
How to install the Dehumidifier?
What is Force-Placed or Lender-Placed Insurance?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact