PDA

Click to See Complete Forum and Search --> : [RESOLVED] Advise pls


Fazi
Oct 24th, 2008, 11:13 AM
Friends,

i am working only on vb6 api and i dont use the database side or vba at all.
now you no vb6 is almost out dated in my opinion.

now i plan to move to C# or Visual C++ to continue to program windows utilities and corporate with the latest technologies. I dont have much idea in this two.

so, which one you recommend to a vb6 api programmer to move to?


:wave:

Hack
Oct 24th, 2008, 11:32 AM
Moved to General Developer

If you are staying in the Windows world, between the two I would go with C#

Most VB6 programmers move over to VB.NET - is that not an option for you?

Fazi
Oct 24th, 2008, 12:11 PM
Moved to General Developer

If you are staying in the Windows world, between the two I would go with C#

Most VB6 programmers move over to VB.NET - is that not an option for you?

Most VB6 programmers move over to VB.NET

yes hack, i think i must consider this rather than learning the new language from scratch :sick:

so vb.net 2005 is good to start right :thumb:

Cha0sBG
Oct 24th, 2008, 03:24 PM
Learn Visual C++ 2008 .Net programming or to be more specific the CLR application type i know Visual Basic and i moved to The CLR app in VC++ and to tell u it's a great thing :) so best wishes from me and hope u pick the right language for you ^^

mendhak
Oct 24th, 2008, 04:28 PM
When I moved, I moved to VB.NET first and then to C#. The transition from one .NET language to another .NET language is easy. You just need to learn any .NET language.

dclamp
Oct 24th, 2008, 06:05 PM
Learn Visual C++ 2008 .Net programming or to be more specific the CLR application type i know Visual Basic and i moved to The CLR app in VC++ and to tell u it's a great thing :) so best wishes from me and hope u pick the right language for you ^^
That was a run on sentence...


When i moved from VB5, i went to .NEt. i found C# and C++ to be harder.

dee-u
Oct 25th, 2008, 01:31 AM
I prefer going to C# if you have a bit of knowledge with C, you may experience some intermixing of the syntaxes when you are moving from VB6.0 to VB.Net...

Fazi
Oct 25th, 2008, 03:17 AM
thank you all guys for helping with your ideas.
just a question. what if i giveup all this and learn c++ only :D
Can i prgrame GUI Applications ?

one more question, What is the language used to code FireFox? visual c++ or just c++ ?

Cha0sBG
Oct 25th, 2008, 06:09 AM
Native C++ i take it MFC or just Win32 app one of the 2

Fazi
Oct 25th, 2008, 06:46 AM
thanks ChaosBG.