Is there a VB 6 to VB.net conversion guide? [closed] - vb.net

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
While I used to VB 6 like the back of my hand, it has been a very long time I have never attempted to convert a large project. Are their any guides to help me along the process?

There is Dan Appleman's Moving to VB .NET
Also:
10 Things to Avoid When Moving From VB6 to VB.NET
Microsoft Visual Basic 6.0 Migration Resource Center (an excellent resource)
Moving from VB6 to VB.NET (Windows Forms)
These 2 tools can be useful in conversions:
Code Advisor for Visual Basic 6.0
Visual Basic 6.0 to Visual Basic .NET Upgrade Assessment Tool

At this http://migrationguide.artinsoft.com/ you will find a good guide, as a matter of fact is a whole book addressing a lot of issues of VB6 migration.
You can also look at the blogs in artinsoft which provide good information and also there is a tool by this company that you can download from MSDN.

Related

What are the best sites/forums to contribute/share gtksharp code using Mono [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm new to the world of Mono and GTKSharp programming, having come from using visual studio on Windows it's a refreshing change to develop on Ubuntu using MonoDevelop.
I would like to find sites that I can contribute to and learn from, I have written a small class that implements some very easy to use dialog boxes such as a messagebox and filebrowser etc and would just like somewhere to share my code and get critique / input from other developers, and who knows maybe even help some people along the way.
This is my first post on stackoverflow so any help would be greatly appreciated.
The Mono mailing lists would be a good point to start.
You want the Gtk# mailing list.

Universal Programming IDE [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I'm searching for a good IDE that supports multiply languages and compiling of them, syntax highlighting, uploading of microcontroller projects etc.
The problem is; I currently have 8 different IDE:s, each for a different language (Programmer's Notepad (PHP, HTML), Qt Creator (C++ with Qt libraries), Eclipse C++ (C++), Eclipse Java (Java), Processing (Processing), Arduino IDE (Arduino), AVR Studio (AVR (C)), Microsoft Visual Studio 2010 Express (Visual C++)), and I am sure more will be added to the list.
So what I'm searching for now is a Windows (or cross plattform) Programming IDE with support for as many languages as possible, and not only with syntax highlighting (PN), I want ONE button to compile a program and ONE button to Run/Upload the program, not multiply from a list.
Can someone please help me?
Eclipse with according plugins can support almost all of the above, except maybe for VC++

How to start with Programming in VB.Net? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
So far I have worked with C Programming and C++ Programming. I am fairly new to DOT NET environment and my current project requires VB.Net skills. I need to know
1)Which books to refer for starting with VB.Net language?
2)How to Start with VB.Net Programming?
3)Are there any forums/articles for quick head start.
Thanks in advance to all !
After mastering c/c++, VB.NET will be easy for you.
Where to start:
MSDN Visual Basic Programming Guide, specialy the Visual Basic Language Features, and Program Structure and Code Conventions.
Forums / Articles:
Stackoverflow has lots of .NET experts, ask anything and you shell be answered! :)
http://www.vbdotnetheaven.com/
Visual Basic Developer Center
Since VB.NET and C# are both .NET languages, almost all code written in C# can be easily converted to VB. From my personal experience, C# is more widely spread and I often find myself converting C# code samples to VB.NET.
Since C# is similar to C, you could start by looking at this
http://www.harding.edu/fmccown/vbnet_csharp_comparison.html
To help you how to write VB. Then it's just a matter of learning the framework classes.
You could also look at the ".NET Framework Class Library" http://msdn.microsoft.com/en-us/library/w0x726c2.aspx to give you a quick list of every namespace/class available.

GUI for Dialog-design for WiX [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
WiX is great in that there is no GUI, you just write the installer you want it to be. No fiddling with GUI-wizards!
However, drawing GUI is actually one thing I prefer to use a GUI for.
So, is there any Dialog-drawing program which exports WiX-data?
(I suppose else-wise perhaps I could transform what Visual Studio's forms editor does to WiX-XML.)
/L
I created a full list of editors for WiX here: https://robmensching.com/blog/posts/2007/11/20/wix-editors/ (which is amazingly still up to date)
You can try WixEdit.
SharpDevelop also has built-in capabilities for laying out a WiX dialog. I prefer it over WixEdit.
this is excellent GUI IDE and it is open source.....
try this...
http://community.sharpdevelop.net/blogs/mattward/archive/2006/09/17/WixIntegration.aspx
download IDE from here:
http://www.icsharpcode.net/OpenSource/SD/Download/
If you use Visual Studio 2008/2010 and want to install an application that requires .NET framework you might be interested in having a look at SharpSetup. It allows you to graphically edit installer UI as WinForms controls (and use VS designer for that).

VB6 to VB.net conversion [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Exact duplicate: Best strategy for moving applications from VB6 to VB.Net
Exact duplicate: Conversion tool comparisons for VB6
can any one please tell the tool which converts vb6 to vb.net
thanks
dagg
There is one that comes with vb.net. When you open a .vbp vb6 project, it asks if you would like to automatically convert it to vb.net. It does a pretty good job, exclusive of third party add-ons.
Microsoft Corp just published a world-wide case study based on the successful VB6 migration project:
http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000006181
You can also try Visual Basic Upgrade Companion.
It generates VB .NET and C# and maps COM components to Framework components.
pr_vb_companion
I believe that Visual Studio has a built-in VB6 -> VB .NET project and source conversion component built in. I haven't used it for a while, last time I did a conversion was with Visual Studio 2005. It was a little tricky, and there was still some manual clean up involved to get things working just right. I don't know what the VS2008 system is like.
This is certainly not a trivial matter.
DotNetRocks recently did a show on this, which you will find here - Francesco Balena on VB to .NET Migration - http://www.dotnetrocks.com/default.aspx?showNum=491
This will introduce you to some of the issues, and indeed, a tool to do a conversion.