Posted May 7, 200718 yr File Name: deleted File Submitter: floodeur-666 File Submitted: 7 May 2007 File Updated: 22 May 2007 File Category: Source Code Admin please deleted my release source code Click here to download this file
May 7, 200718 yr Well, I don't use VB, but I really appreciate seeing sources for ALL languages Hopefully there won't be any "Man, VB sux, go for ASM !" So thanks for the source ! I like animations like that - maybe u should have included the "form2.frm" !? (Coz the about-box-trembling was funny, too !) Also an example calculation would have been better, than "Your_key_ici"... Keep on playing with such animations
May 7, 200718 yr yes VB6 is so under rated, I program in vb6 and can program most things that can be programmed in other languages, ofcause there are some limitations but those can be over come with a little knowlage and research
May 7, 200718 yr I assume many people only critisize VB because of its needed runtimes and because it
May 7, 200718 yr vb6 runtime comes with XP (most common OS) ) I personally dont see what the problem is with the runtime files
May 8, 200718 yr I think most criticisms come from programmers who seem to think programming languages should be difficult to get into (and people who like to claim VB sucks because they think they are cool by doing so). VB makes it very easy and although it produces horribly bloated code, is perfectly fine for someone who isn't producing industrial grade efficient apps.
May 9, 200718 yr Well I feel that Vb is a language that can be learned easily when compared to others(except of course c/c++) . For 'casual' programming it is ok, but I prefer VC++ then any other language.Oricode.
May 9, 200718 yr simple random for example strProductKey = ""random(0) = "1" random(1) = "2" random(2) = "3" random(3) = "4" random(4) = "5" random(5) = "6" random(6) = "7" random(7) = "8" random(8) = "9" strProductKey = strProductKey & "1" strProductKey = strProductKey & "3" strProductKey = strProductKey & "2" strProductKey = strProductKey & "6" strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd()))
May 10, 200718 yr simple random for example strProductKey = ""random(0) = "1" random(1) = "2" random(2) = "3" random(3) = "4" random(4) = "5" random(5) = "6" random(6) = "7" random(7) = "8" random(8) = "9" strProductKey = strProductKey & "1" strProductKey = strProductKey & "3" strProductKey = strProductKey & "2" strProductKey = strProductKey & "6" strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & "-" strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) strProductKey = strProductKey & random(Int(9 * Rnd())) thats only bloated because it isnt coded well strProductKey = "1326"Randomize (Time) For i = 1 To 5 strProductKey = strProductKey & "-" For j = 1 To 4 strProductKey = strProductKey & Int(Rnd * 9) Next j Next i i myself like coding in VB, its quick and simple. I can also do alot with it.
May 10, 200718 yr I agree with punkdude, careful coding makes all the diffrents, your 40 + lines of coded convert into 8 lines..... Anyway I have seen some really good VB6 coders that know how to really use the VB6 structor very well thus creating flawless and unbloated code, But i guess thats with any programming language.
May 20, 200718 yr VB is fine for personal tools, little freeware applications etc. But I don't think I want to see any commercial programs made in VB.
Create an account or sign in to comment