@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> i wouldn't
<0> i've see to many systems with cant find nt oot loader
<0> *boot
<1> yawn
<2> http://f10.putfile.com/7/19110042262.jpg
<2> goodness
<1> What is that?
<2> the goodness
<1> Nice toe
<2> yea
<2> its safe for work i think
<2> i dunno, shes clothed
<2> http://onegoodmove.org/1gm/1gmarchive/2006/07/why_1.html --- hahha
<3> Blah
<4> word
<5> I just discovered the friend keyword in vb 6 and it is the best thing ever



<5> why isnt it more popular
<6> cause programmer generally aren't friendly
<6> +S
<5> thats soo not true
<4> so, here's my question..
<4> https://addons.mozilla.org/firefox/1542/previews/
<4> is that a pro or anti firefox addon?
<4> i know what it does to my opinion of it, how about you?
<5> bahahahaha
<3> ive never bothered with it
<3> you use firefox cyn?
<5> firefox rocks
<4> **** no
<4> my machine is only a measly 2.6ghz with 1 gig of ram.. IE is faster for me
<5> ie has udles of security problems
<4> and yet i've never had a single problem
<3> damn.,. 2.6 and a gig of ram is too slow for firefox to run well?
<1> FireFox is one bloated mother.
<4> sky: i dont know, it might run well, just that IE runs better
<5> IE ****s
<4> i click IE, and it's there.. firefox loads and loads anf loads
<1> I think it's a contest between the Mozilla and OpenOffice teams to try to eat the most resources.
<5> http://www.opera.com/
<5> if all you care about is how well it runs then use opera
<1> mrHellFir: When we want your opinion we'll let you know what it is.
<5> all , thats cute
<5> aww
<5> the only reason IE loads so fast is because its already preleaded for the most part
<1> Excuses, excuses.
<1> The reason FireFox loads so slowly is because it's a rebranded Netscape, which also ****ed ***.
<5> I am not agains the browser , I just dont use is because of its long history of security problems
<3> ReBranded? Someone thought it was a new product?
<3> mrHellFir? Hvave you had a security incident with IE?
<5> yes
<3> explain
<7> I'm trying to use VB in excel to loop through a series of rows and find if any of their columns are blank and if they are I would like to return them in another sheet... Is it imparitive to use two loops (one for rows one for columns)? or is there a function i could use?
<5> I didnt get all windows updates for a while because I was not using a legal copy of windows
<5> like most people :P
<3> 90% of the time these so called security problems are simply the users own ineptitude
<5> ummm.. no
<5> not at all
<1> um, yes
<3> anyway continue
<7> iInTheSky: yea... like not buying their OS
<5> ... dude , read the security update descriptions from the MS pages and get a clue
<5> either way
<3> mrHellFir? you talking to me?
<5> yes
<5> "90% of the time these so called security problems are simply the users own ineptitude" is simply not true
<1> Debian is up to 178 security bulletins this year.
<7> 89.9
<7> ?
<1> The largest vector for exploitation is the user.
<3> sure it is.. but im waiting for your security incident story.. unless 'go read ms bulletins and get a clue' is all your gonna say
<5> ohh
<5> well , I went to a number of web pages that use an exploit to install **** on my computer
<5> using IE
<3> ok
<5> its hardly uncommon
<1> heh
<1> What the **** kind of story is that?



<5> mostly spyware
<3> thats my point
<1> I went to sites that hosted PNG and ZIP files in FireFox on Linux.
<4> did you click "yes"?
<1> Goodness, I gotz 0wnerz3d
<3> i never fall prey to these things.. though other people who are uhmm lets say.. less saavy.. always do
<1> Oh, and PDF, let's not forget PDF
<5> so you are aware of all possible exploits for IE's latest version then
<3> ill quote halo -- 'What the **** kind of story is that?'
<3> hehehe
<3> oh well
<3> funny thing is.. what i said is true.
<3> my system is always clean of spyware pretty much.. unless i myself do something stupid
<3> occ***ionally..
<3> it happens
<4> i use virtualpc and test stuff sometimes
<8> I have had precisely one virus ever, using strictly MS products
<8> hellfire is a ****ing idiot
<9> ditto: Virtualization is the solution when testing keygens, cracks, and other questionable executables
<9> blah
<9> It would be nice if Windows had a safe environment to monitor an executable and undo changes after execution
<3> so much kaka..
<8> so people like you can steal software with no fear of virii?
<9> no
<3> I started to write a windows service in VS 2k5 and im trying to run it in debug and its tellin me i cant till i install it or some****..
<3> someone wanna explain this to me?
<3> hows this supposed to be done?
<8> sky: http://www.developerfusion.co.uk/show/3441/3/
<10> how can i access Command$? it is set to private
<8> furio: private? what makes you think that?
<10> system.windows.forms.command is not accessible in this context because it is private
<8> uh...
<6> why would command line parameters be a property of the form cl***?
<6> it's Microsoft.Visualbasic.Command
<8> are you looking perhaps for Public Shared Function GetCommandLineArgs() As String()
<8> in system.environment?
<1> Usually just easier to define the main method to accept parameters in VB.NET
<1> Public Shared Function Main(ByVal args() As String) As Integer
<8> or that
<1> I sort of wish .NET had some kind of general purpose argument parser.
<1> Like the one built into WSH
<8> chuckie: I'm sad that you actually said "microsoft.visualbasic...".
<8> in spite of my closet (or not so closet) love for vb6...even I don't use microsoft.visualbasic
<1> Liar, you're a VB6 whore
<6> heh
<8> ok, so I am. but if I'm in .net I don't use ms.vb
<6> I always use a Main proc, but it was what he was looking for
<8> I have yet to actually use command line params with .net...but system.environment.getcommandlineargs() was fairly obvious in object browser...
<11> Hey guys. I haven't coded in VB since 6, and decided to try and program a Pong game in VB.Net. It turns out I can't write ball.location.x = ball.location.x - 1 any more. What do I need to write?
<8> for starters, yes you can. secondly, it's *vastly* different and you should start reading msdn/help/samples cuz that's far from the last problem you'll run into
<8> finally, anybody that helps you with .net pong should be stabbed in the eye
<11> Why the last comment
<11> ?
<11> Also, if I can write x = x - 1, then why does it say "ErrorExpression is a value and therefore cannot be the target of an ***ignment.C:\Misc\PongClockSource\PongClock\PongClock\Form1.vbPongClock
<12> is there any way to make a pointer to an array in visualbasic?
<11> Whoops. Didn't mean to copy all of that in there
<12> its possible to p*** an array to a sub when you call it, so surely its possible to have a pointer to an array?
<13> when you p*** an array to a sub you ARE p***ing a pointert
<8> centipeed: you absolutely sure that's what you are doing? paste your code somewhere...like rafb.net/paste
<8> and the comment...pong is like...well, you might as well be writing an irc client
<12> i know. but i'm not p***ing an array to a sub
<8> if you wanna learn .net, learn .net. there are a zillion samples available, including a shizload of excellent samples on msdn
<12> i'm IN a sub, and i want to make a pointer to an array, is there a way to do it?
<11> I'm writing the following like exactly into a timer: ball.location.x = ball.location x - 1
<11> I'm writing the following like exactly into a timer: ball.location.x = ball.location.x - 1*
<11> Missed a period
<6> are you pregnant?
<8> that ****s
<14> i must be pregnant cause i have a huge growth in my pants
<8> or maybe you just pooed yourself again
<11> Senz: That's an STD
<14> what?
<11> So why doesn't that work?
<4> you can't ***ign to location.x


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #visualbasic
or
Go to some related logs:

maharahj wikipedia
driver for hphipm
alternativ to squirrel
who gets offices
#computers
#nhl
site:www.quotesdb.info salendire
cannot be cast to type pg_catalog.timestamp
#beginner
#politics



Home  |  disclaimer  |  contact  |  submit quotes