mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
I just added something any VB6 developers might be interested in.

Its not complete, but worth having a look at.

Basically, its a shell that hard wraps around mIRC.exe allowing you to modify the visual apperance appearance and add controls (the example includes statusbar)

http://www.mircscripts.org/downloads/mircOwner_4034.zip
http://www.mircscripts.org/comments.php?cid=4034

Last edited by The_JD; 12/02/08 01:09 PM.

[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Jan 2003
Posts: 2,125
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,125
Both links are broken.

Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
Gah hasnt been approved yet, Sorry.

Check the file queue.


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
isn't VB6 like... obsolete?

Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
Hardly, More users on VB6 than most newer design apps.

Somehow Microsoft never recovered all of the users from VB6. maybe because they went and designed a completely different system and named it VB :P


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
Quote:

More users on VB6 than most newer design apps.


I *highly* doubt that.

Joined: Aug 2007
Posts: 331
F
Pan-dimensional mouse
Offline
Pan-dimensional mouse
F
Joined: Aug 2007
Posts: 331
vb6 is very popular because its an easy and very helpful scripting language

but vb.NET is its replacement

Last edited by foshizzle; 13/02/08 04:10 AM.
Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
Go query say 100 people, and I bet you will find more have vb6 than any other programming language. anyhow, obselete or not, I just thought someone might be able to do something with it.


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Nov 2004
Posts: 822
J
Hoopy frood
Offline
Hoopy frood
J
Joined: Nov 2004
Posts: 822
I know VB 6, but I HATE VB.NET.

Joined: Apr 2004
Posts: 755
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 755
I hate VB as a whole but your the first person i've ever heard say too preffer vb6 over VB.NET shocked Atleast VB.NET bring .NET goodness! smile

Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
lol i love vb6. cant stand vb.net


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
vb.net is likely way better than vb6 for countless reasons, one being MSIL, second is the .NET framework, and finally: object orientation that actually means object orientation

die hard vb6 coders are a dying breed (no pun intended), and while im sure there may still be some abandoned warehouse in which you can find plenty of them, no one in their right mind would start a new project using that platform, as there's *no* support for it. the only coders out there now are supporting legacy systems-- and again, relative to any other language in the world, vb is a minority.

Don't believe me, here's some hard data:

http://www.cs.berkeley.edu/~flab/languages.html is a cute graph, though it would be reasonable to call it skewed since i doubt many people coding in VB know what open source means... This also lumps VB6 with .NET... I'll bet that chops down a bunch of the numbers, maybe by 30-40% at least. I wish I could find stats on VB6 vs. .NET users.

this is probably a little more accurate: http://www.complang.tuwien.ac.at/anton/comp.lang-statistics/ since it encompasses mailing lists, which is something that VB users are more likely to use across the board. The interesting thing is that you can actually see the fall off of the "basic" (which i imagine encompasses VB) thread from being #3 in 1997 to #15 in 2007, and its falling exponentially. Even FORTRAN is more active than basic.. that doesn't say much at all. And again, this encompasses all *basics, visual, non, and .NET, probably.

Here are the results from another angle, search terms:
http://www.welton.it/articles/language_popularity.html

Once again, while VB isn't "dead", look what it's competing with.. shell programming. Keep in mind that just like the others, it doesnt differentiate VB6 from .NET.

Note that while all of these results are in themselves skewed to one specific use case-- none of them cast VB in the same light you do.. ie. if I were to interview 100 programmers, only about 3 of them would be using VB, according to most of those results. It surely does *not* say that "more users on vb6 than most other design apps", that's for sure.

Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
Would love to have a poll on mirc.com about what people here use


[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
Im attempting to learn C++ (again).
Thankfully I have managed to convert a couple of my vb6 dlls even though I don't have much C++ knowledge.

The bad part is that there are no great tutorials for making DLL's in Visual C++ Express versions.

Edit: Thanks Google for your help!

Last edited by The_JD; 14/02/08 02:54 PM.

[02:16] * Titanic has quit IRC (Excess Flood)
Joined: Oct 2003
Posts: 3,641
A
Hoopy frood
Offline
Hoopy frood
A
Joined: Oct 2003
Posts: 3,641
I'd bet very few people on this forum know many other languages besides mirc script. of those that do, you'd probably find that just like all programmers, they know and use many different languages and probably wont claim one specifically.. unless of course its php, in which case that counts as 0.

Joined: Mar 2006
Posts: 392
T
The_JD Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
T
Joined: Mar 2006
Posts: 392
lol anyway, this thread isnt meant to be a debate :P If you want it, use it, If you dont, Dont! :P


[02:16] * Titanic has quit IRC (Excess Flood)
T
TRT
TRT
T
Sounds interesting, where can I get&test it? smile

Joined: Aug 2007
Posts: 331
F
Pan-dimensional mouse
Offline
Pan-dimensional mouse
F
Joined: Aug 2007
Posts: 331
Quote:
I'd bet very few people on this forum know many other languages besides mirc script

i know vb.net, some c++, and actionscript

Last edited by foshizzle; 17/03/08 03:47 PM.

Link Copied to Clipboard