Search 5,000,000+ questions and answers.

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

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 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

How to convert old BASIC program to Visual Basic project?

MemAccess Library FAQ
I have to convert a Qbasic program into a Visual Basic program. Now I got a problem with the Qbasic Poke command and I want to know if I can solve the problem with you product. Yes. MemAccess Library is an ideal replacement of old BASIC PEEK or POKE statement. Please change Peek function to maPeekB function and Poke statement to maPokeB sub procedure.
Related Questions

How can I get the Visual Basic .NET 2003 software?

Frequently Asked Questions
Borrow the Visual Studio .NET 2003 Professional CD's from our SCC Computer Lab. If you don't bring them back you can't enroll again. Comment: If you are only going to take ITSE 1431 then the Standard Edition is OK. If you will continue studying VB .NET you need the Professional edition or better.
Related Questions

Can I use SpeechStudio Suite for Visual Basic? C#? .NET?

SpeechStudio Inc. Frequently Asked Questions
Yes! SpeechStudio provides tutorials for C++, VB, VB.NET and C#. You can use any language that supports automation.
Related Questions

What are the hardware and software requirements of Visual Basic .NET / Visual Studio .NET 2003?

Frequently Asked Questions
I recommend a fast computer with lots of hard disk space and lots of memory. Note that if you want to run all the features of VB .NET you need to have Windows 2000 Professional or Windows XP Professional.
Related Questions

What languages in Microsoft Visual Studio .NET are supported?

Google SOAP Search API
The service has been tested with a C# client auto-generated from WSDL by the wsdl.exe tool. It should work fine from any .NET language.
Related Questions

How do I reformat all Visual Basic code in all files in a project in Visual Studio?

IDE - Windows Forms FAQs
VB.NET can perform decent auto-formatting for code. Here is a macro that can call this Auto Formatting command for all the files in a project. Contributed from George Shepherd's Windows Forms FAQ
Related Questions

Can I include the dwEventLog class in my Visual Basic project?

Desaware Inc. -Support: Components and Tools for Microsoft V...
long as your Visual Basic project provide primary and significant functionality beyond that included in the dwEventLog class and you are not using the source code to develop or distribute components and tools that provide similar functionality.
Related Questions

How do I add the GOLD Engine DLL to my Visual Basic project?

GOLD Parsing System - Frequently Asked Questions
The GOLD Engine DLL is added through the "References" section of the Project Menu. Please click here for more information.
Related Questions

How do I open a Visual Studio .NET 2003 project using Visual Studio .NET 2002?

IDE - Windows Forms FAQs
See the article A Utility to Convert VS.NET 2003 Project Files on The Code Project . Contributed from George Shepherd's Windows Forms FAQ
Related Questions

Will Dependency Walker work with COM, Visual Basic, or .NET modules?

Dependency Walker Frequently Asked Questions (FAQ)
Yes. Dependency Walker will work with any 32-bit or 64-bit Windows module, regardless of what language was used to develop it. However, many languages have their own way to specify dependency relationships between modules. For example, COM modules may have embedded type libraries and registration information in the registry, and .NET modules may use .NET assemblies. These techniques are all implemented as layers above the core Windows API.
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

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

In Visual Studio .NET, how do I create a new ASP.NET application for an existing ASP.NET project?

Asp .Net 1.1 Faqs
First create an IIS application using the IIS MMC. Then in Visual Studio .NET, use the "New Project In Existing Folder" project template (at the end of the template list). It will first ask you for the project name (use the same one you created for the IIS application). Click OK button. Then enter in physical folder location. You must first create an IIS application using the IIS MMC. Then in Visual Studio .NET, create a new ASP.
Related Questions

How do I get a full call stack when debugging in Visual Studio .NET 2003?

Debugging - Windows Forms FAQs
In VS2003, debug info for unmanaged code is turned off by default. This is why you will not see the call stack including code in the System DLLs. To enable debugging for unmanaged code go to your project properties dialog and turn on as shown here: Contributed...
Related Questions

What is Wise for Visual Studio .NET?

Setups Installations - FAQs Wise
Wise for Visual Studio .NET is a specially designed Wise product that operates within the Visual Studio interface, with the full functionality of the Wise installation authoring environment. Wise for Visual Studio .NET™ is the only full-featured installation product embedded directly into Microsoft® Visual Studio® .NET. Our participation in the Visual Studio Integration Program and our close partnership with Microsoft gives us exclusive access to Microsoft technology.
Related Questions

Why .NET/C#/Visual Studio/etc?

FAQ - pspplayer - Google Code
This project is my hobby and the last thing I want to do in my spare time was use a language or environment I don't enjoy (I code on Macs during the day, and that's enough pain ^_^). I like C#, and I love Visual Studio. Just about any argument you can create against it can be countered, so don't even try. If you don't like it, you don't have to use it; I know that this is certainly my philosophy with other languages/environments!
Related Questions

Can diopters be converted to visual acuity?

Eye Scene FAQ
While there is no precise relationship, anecdotal evidence suggests that moderate minus prescriptions can be converted to a rough estimate of visual acuity. Take your prescription in diopters, multiply by 100 and place under the numerator 20. For instance a prescription of -3.50 works out to an estimated acuity of 20/350.
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

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact