VS 2010 - Advantages Of Migrate From VB 6 To .NET
Jan 10, 2012
I have some questions: 1) What's the learning curve for someone with good background in VB6? 2) what are the main advantages of VB.Net compared to VB6 and what will I be missing from VB6? 3) With VB.NET 2010 "ultimate" edition is it possible to make stand alone apps or they will be depending on net anyway even for the EXEs?
View 12 Replies
ADVERTISEMENT
Oct 3, 2011
I am trying to migrate a source code from BASIC to VB.NET 2010
Dim obj(4096)
Dim strng As String
obj$ = string$ + ".obj" -> Error: Value of type 'String' cannot be converted to '1-dimensional array of Object'I can get away with this in VB6 but i can't in VB.NET.I can't convert obj using CStr either. ToString won't work because it work on the left side of an assignment.
View 3 Replies
Apr 17, 2010
What's the basic Advantages of OOP in VB.NET?
View 1 Replies
Apr 18, 2011
What are the most important functional differences between C# and VB.NET?
C#'s edge over VB
I'm programming in VB.net because I'd former experience in VB 6.0 and I've familiar with its syntax. I know that C# is preferred by the biggest part of .net programmers. I know that C performance had superior performance against many other languages, but there is a good advantage in the same .net framework? There is a quite good reason for advicing me if should I migrate right now from VB to C#?
View 2 Replies
Jan 22, 2012
Reading over TRULY UNDERSTANDING VIEWSTATE the author suggests:
[Code]....
What advantages could one gain by not specifying control IDs? My quick searching didn't turn anything up.
View 1 Replies
Jun 27, 2012
At a colleague's workplace, a decision is trying to be made about whether to use both languages in the workplace or to standardize on one? There are some VB.Net developers and some C# developers. What advantages or disadvantages would there be to using both or to using one? Edit: To clarify this question, the question is not asking the advantages of one over the other, rather what are the advantages/disadvantage of standardizing on both languages versus standardizing on one. For instance, one point could be that C#/VB.Net may have more third party tools available and hence it may make sense to standardize all developers on that language.
View 9 Replies
Apr 22, 2009
I wanted to gain knowledge about the following params.
1. Use of Reflection?
2. What is the advantage of reflection?
3. What is the disadvantage of reflection?
View 5 Replies
Jun 25, 2010
What are the true advantages of using #Region?
View 6 Replies
May 3, 2010
I want to learn programming, many people in website say visual basic is a good start. What's the advantages of it? As i know, there are a lot of people use c# in china, but few people use visual basic, why? Any great book to learn it?
View 16 Replies
Dec 13, 2009
What are the improvements in vb.net compared to vb6 that make developing such an application easier?
View 3 Replies
Jul 19, 2010
Other than perhaps enhanced readability for very simple patterns, why would someone choose to use the Like operator in VB.NET over regular expressions for string pattern matching? Are there any advantages?
View 1 Replies
Oct 19, 2010
What are the advantages of using Bonjour in a program (vb.net), is it even possible? Couldn't I get the same end result using just what I program?
View 1 Replies
Mar 7, 2009
I am going to be taking up a new job as a VB.net developer. I have worked with C# for about 3years. I did mention to the interviewer that I haven't worked with VB.net, but he seemed to think that its easy to migrate from C# to Vb.net.
how I can prepare myself for this job? Any good books or websites on this area? How different is vb.net from C#?
View 3 Replies
Feb 2, 2010
I am thinking of migrating to VB 2008 from VB 6.0. What are the things to expect from VB 2008. Is still the same?
Im still Looking for a trial version of VB 2008.
View 13 Replies
Aug 22, 2011
I have been using COM+ components(using VB 6.0) in my existing web application developed using Asp/sql. I'm basically using COM+ to get the benefit of it's inbuilt Transaction Management feature which is useful when you are performing some set of actions across different databases simultaneously.Now I want to migrate my existing site to the .Net Framework.
View 1 Replies
Jun 14, 2010
I having the project in Vb i want to migrate that project in the vb.net.
View 4 Replies
Dec 29, 2006
I Have installed Visual Studio 2005 ( 90-days trail), I want to use Visual Basic Upgrade wizard an error will appear on step 5 the error is :
vbu.exe has encountered a problem and needs to close
more detialed info is :
AppName: vbu.exe AppVer: 8.0.50727.1 ModName: msvcr80.dll
ModVer: 8.0.50727.163 Offset: 0001c1cd
how i can migrate my vb6 to vb.net
View 2 Replies
Jul 7, 2011
I simply leave the GUID text blank in Properties/ Application. Can someone give the advantages of using the GUID? I have done a few searches on Google and VBFORUMS but have not found a FAQ describing its true advantages in VB Application design.
View 3 Replies
Jun 21, 2011
What is the advantages and disadvantages of using Public Interface in a ClassLibrary?
View 2 Replies
May 25, 2011
I have a simple application that I have to migrate backwards from ASP VB.NET 4.0 to 3.5 because of client limitations.
View 2 Replies
Oct 11, 2010
How to do the following in either C# and VB.net.
In C++, in my header file I do the following[code]...
I tried the same thing in C# but it got error. How could I do the same thing in C# and VB.Net?
View 4 Replies
May 13, 2010
I've got a VB.net application. Currently the release version of the application is produced without a PDB file. This gives me error logs lacking useful details such as line numbers. I'm looking at including the PDB files with future builds but i'd like to know what the advantages and disadvantages of this are (performance wise, size wise, code security wise)
View 4 Replies
Mar 14, 2010
I have the following code that I need to migrate from VS 2003 (.Net 1.1) to VS 2008 (.Net 2+)but I get compilation error System.Xml.Xsl.Xsl Transform' is obsolete: This class has been deprecated.I probably need to use System.Xml.Xsl.XslCompiledTransform instead.but I do not find the matching Load() and Transform() overload versions that I can use with all the parameters of my original code.in MSDN [How to: Migrate Your XslTransform Code] I only found some simpler cases.url...but in my code I see some remarks that hints that the added parameters were used to avoid exceptions, so I prefer to use these parameters.[code]
View 1 Replies
Jul 9, 2009
I have a legacy VB6 ActiveX control used in IE to provide control of a parallel-port device from a browser application. I wrote this thing about five years ago; It's a pretty simple control, and it doesn't require a lot of maintenance. However, I've noticed that running the VB6 tools is becoming more and more painful over time, so I'm looking at the possibility of migrating this code to VB.net 2008.This thing is super-simple. It implements IObjectSafety and exposes a single public method, which we call using Javascript. The control has no UI other than a single box with a caption that displays its name and version number-- useful for troubleshooting deployment issues.
How would I create the equivalent in .net? Am I creating an applet? Or a .net Assembly? Any gotchas to look for as I try to make this transition?(I should make it clear here that I'm not either a VB6 programmer or a .net developer-- I've dabbled in this stuff but it isn't my area of expertise, so go easy on me).
View 1 Replies
Apr 21, 2011
I have an ASP.NET in VB code base that if I open in Visual Studio as an existing website works and tests just fine. I have followed many tutorials for porting this over to Azure: -Tried create new Azure project add a webrole and drag and drop project files into the new webrole, but I get about 300 reference/missing stuff/etc errors -I have also tried creating an azure project under the website solution but the option to add the website to the webrole by clicking "web role project in solution" is disabled/grayed out I have been able to make the configuration files and compile through the command line but this does not work with visual studio so I am unable to test before deploying into staging
View 1 Replies
Jul 30, 2009
is there a quick way to migrate a .Net 3.5 App written with VS 2008 back to VS 2005?
I'm really fed up with VS 2008 freezing every time I resize a Table.
View 7 Replies
May 21, 2011
In VB.NET, what are the advantages of using the Property keyword rather than:[code]Coming from Java I tend to use this style rather than Property...End Property - is there any reason not to?
View 4 Replies
Feb 15, 2010
Any advantages of protected modifiers in console application in Visual Basic .NET
View 2 Replies
Jun 8, 2011
I get the following error when I run my vb2010 progrm on windows 7 machine:Class not registered (Exception from HRESULT: 0x80040154. It ran fine on vista. there is no option on the compile to target x86. It is related to an active x flex grid
View 2 Replies
Jul 12, 2010
I have generated a component in Delphi 2007 Code Gear and I need to migrate it to .NET to be used by VB.NET platform.I generated an ActiveX dll but I have been told that only the declaration of the class is visible in .NET.Actually the component I have generated is inherited by another component of which I have only the .dcu files. My new component is exactly similar as the parent one except from that I have overridden the constructor create.I wonder why the .NET, although it accepted the component, it did not provide the inherited properties, methods etc.
View 1 Replies