51 Replies - 40453 Views - Last Post: 05 April 2013 - 02:58 AM
#31
Re: VB6 or VB.Net?
Posted 15 July 2009 - 08:48 AM
Sorry!
#32
Re: VB6 or VB.Net?
Posted 21 July 2009 - 03:01 PM
#33
Re: VB6 or VB.Net?
Posted 12 August 2009 - 01:47 AM
#34
Re: VB6 or VB.Net?
Posted 28 August 2009 - 03:06 PM
Quote
Agree total nightmare. I better learn c++ then vb.net
#35
Re: VB6 or VB.Net?
Posted 17 September 2009 - 08:54 PM
#36
Re: VB6 or VB.Net?
Posted 27 September 2009 - 08:54 AM
#37
Re: VB6 or VB.Net?
Posted 16 October 2009 - 09:13 AM
DocRabbit, on 9 May, 2009 - 02:58 AM, said:
eyes_angel, on 5 Apr, 2009 - 06:21 AM, said:
firebolt, on 4 Apr, 2009 - 02:00 AM, said:
yup vb .net is better but it is true only wen i need to use its all features.i want to know wen i m going to design a simple interface then y i should choose vb .net y nt vb6 wen it is simple to use and understand.pls reply if u hv proper ans, y to go wid vb6 while designing a simple interface.
If it can be done in vb6, has all the functionality you need for now and every more (rarely ever seen this occur at time of writing a program), produces no bugs what-so-ever, then yes I would use vb6 over VBNet.
Been programming since the only windows you saw were the ones on your office wall and c:\>_ was your only screen companion. In all my years of programming, have yet to ever have one single program to pass all the criteria I stated above. So, in other words, even if it is going to be a plain simple ferrari, its still better than a chevette.(Sorry GM, but even you guys would admit this)
(First post, wee!)
I'm a very green VB programmer and I prefer .Net to 6 (I've been tasked with supporting a VB6 app and am currently stuck in dll hell), but I work with an extremely experienced programmer who prefers VB6 for most things because, oddly enough, he can do almost anything imaginable under VB6. Bear with me if I sound like I'm a bit in awe with this guy, I kindof am. Every time I talk to him he blows my mind with something else. Anyway.
To give you an idea about my co-worker's programming level, he got into the industry as a computer tech in the Army back when computers filled whole rooms. He saw the rise of punch cards and began programming then. Due to the particular industry he and I both work in, he is still today regularly writing in Assembly, and even occasionally in machine language for particular processors we (him more than me) come into contact with. He commonly writes in C, C++, VB6 and VB.Net. As far as I know he doesn't mess with Ruby, Java, or any of the scripting languages, but I could be wrong given the sheer amount this guy spends writing code. He's the kind of programmer who, if he doesn't like the way someone designed a product, he will dissasemble it and re-write it the way he wants it to work (he did this with a piece of firmware for some industrial equipment and the company turned around and bought the source code off him so they could distribute it themselves).
So when a guy like that tells me he prefers to work in VB6 over everything else, first my face goes something like 0.o, then I pay attention. He is pulling me into a project now (more as education for me, since I'm sure I'll just be slowing him down in a major way) where he is writing an extremely tiny operating system in VB6 to put on industrial equipment. He wrote a custom compiler for VB6 to compile everything into Assembly, and from there he can compile it into various machine code formats.
It should be an interesting experience, and apparently you can't count VB6 out yet if you can do this sort of thing with it. Because it is certainly more difficult in .Net (though apparently he has a custom compiler for that, too).
#38
Re: VB6 or VB.Net?
Posted 24 November 2009 - 07:17 PM
thanks
#39
Re: VB6 or VB.Net?
Posted 08 December 2009 - 10:26 AM
AdscendJeremy, on 26 May, 2009 - 09:09 PM, said:
Not really. I can usually find what I'm looking for pretty easily. Usually being about 95% of the time. You just gotta have a little common sense about where it might be.
#40
Re: VB6 or VB.Net?
Posted 30 July 2010 - 06:06 AM
#41
Re: VB6 or VB.Net?
Posted 30 July 2010 - 07:34 AM
This post has been edited by NoBrain: 30 July 2010 - 10:05 AM
#42
Re: VB6 or VB.Net?
Posted 01 August 2010 - 02:43 PM
Text1.enabled= False Text1.setfocus()
in vb.net
Text1.enabled= False Text1.focus()
seems there is not much difference in that code but
when you run this you find a big difference
#43
Re: VB6 or VB.Net?
Posted 02 August 2010 - 01:11 AM
thava, on 01 August 2010 - 10:43 PM, said:
Text1.enabled= False Text1.setfocus()
in vb.net
Text1.enabled= False Text1.focus()
seems there is not much difference in that code but
when you run this you find a big difference
yes the first code will want you to store the result that the function return: Compile error: Expected =
still it`s normal to not be able to set focus on disabled filed(dont know why it work in vb.net)
This post has been edited by NoBrain: 02 August 2010 - 01:12 AM
#44 Guest_Jupiter2*
Re: VB6 or VB.Net?
Posted 17 August 2010 - 04:58 PM
#45
Re: VB6 or VB.Net?
Posted 07 October 2010 - 05:56 AM
|
|

New Topic/Question
Reply





MultiQuote





|