@# Quotes DB     useful, funny, interesting





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



Comments:

<0> http://www.youtube.com/watch?v=ZY_3q73bh0w&mode=related&search=
<1> hi!
<1> any1 here?
<2> so they now they automatically update IE6 to IE7
<2> arh i cant type ;/
<3> cLng: only if you have automatic updates configured to automatically do everything
<2> i always have it on
<4> heh
<5> your complaint is that ever since you told microsoft to update your system without asking you, that they've been updating your system without asking you?
<3> i always require automatic updates to ask before downloading AND installing anything, and i always review them in Custom
<3> besides, the automatic update for IE7 was released like a month ago, wasn't it? how are you just NOW getting it?
<4> same, i have automatic updates tell me what is going to be updated, before i allow them.
<4> Though i cannot remember a time when i havnt just let it do it all.
<2> no it only happened today
<2> this morning
<2> i think they launched it in US a month ago



<4> how is ie7?
<4> Can't say i've used it.
<2> simplified
<4> ah ****
<6> hi there, is that possible to clone a recordsert to another recordset in vb6?
<4> I really *cute* 16yo girls i know online, was sending me a pic of her *** on msn. But it was going slow as ****, so she said she'd email it and stopped the transfer.
<4> She sent it via email, and deleted the pic. But the email isnt comming though :(
<4> oh noes.
<4> i should have just waited the 30 minutes instead of telling her to email it
<4> s/I/A
<4> She had to goto bed ;/
<4> woe with me.
<4> sdfsdgfsdf
<4> the email arrived!@
<4> about 30 minutes later
<7> sweet
<7> is it at some uber high resolution or did she do something dumb and save it as bitmap? heh heh
<4> blah
<4> the orginal she was sending me on msn was a m***ive resolution
<4> the emailed one is smaller
<4> the emailed one is 1024x768
<4> which is acceptable.
<4> mm
<4> Nice arse.
<8> Why would Liberty BASIC want me to spend 50 bucks if i use VB express for free thats better?
<9> hehe, didn't noticed the topic change from 'virus' to 'trojan' :P
<10> ;)
<9> :D
<4> mm
<4> nothing like a ginger beer + ice + lemon + lime + mint + vodka cocktail after a run.
<4> it's been real hot here recently.
<4> ;/
<11> mm
<11> ;o
<11> https://addons.mozilla.org/firefox/1419/
<12> How could I do a distinct SQL quary, but only distinct by a certain field, and return that record who's distinct field is newer based on a timestamp field (Returning only the newest)? (Using MSSQL)
<3> dont use distinct, use a group by and the Max aggreggate function and a HAVING clause
<11> www.w3schools.com/sql
<12> Im not sure how I would write that out, and I already visited w3schools, nothing that explains how I could do this
<12> hrm, what if I just did a select union on the records? That would return me distinct data only
<3> i already told you how to do it
<12> Well I dont quite understand your answer
<3> well if you researched each component to my answer, you just might
<3> "GROUP BY", "MAX", and "HAVING"... when you know how to use each of these individually, the way to use them together should be obvious
<13> anyone can help me how to connect vb with crystal reports?
<13> Saww's country = Israel
<2> Jew
<13> cLng
<2> no i cant help u
<13> anyone will help me?
<5> oh this is golden
<11> What?
<5> watching some religious programming
<5> two people in a talk-show format discussing the 10 commandments
<11> 'religious programming' ?
<11> program / programming ?
<5> tv show
<11> I see



<5> host said "i dont need to try and not rob a bank, I just don't have that desire"
<5> boy thats great lady
<5> most of us dont have a desire to rob a bank without the fear of god
<11> Hehe
<11> They are 'better than us' ;P
<5> I've always felt for the most part "Give everyone and everything the respect they are due" would replace just about all 10
<11> Yeah
<14> only the guiding love of Jesus can provide a framework for morality!
<5> yet even according to religious folk, man wwas around for a long time before jesus came
<14> heathens
<3> before then it was just an api
<14> //todo: implement good/evil etc
<3> and we're STILL waiting for salvation service pack 2
<14> they sould go an re-read the old testament, that **** is hardcore
<15> Like that'll help? There'll be SP3 after that.
<16> unfortunately, the bible didn't port well to new languages
<16> so now, was the other person in this show wanting to rob a bank? just sems like an odd statement to make
<16> given the lack of respect some christians show others, I'm not sure you statement holds true, Doh
<14> speaking as an atheist, its a real headache resisting the urge to rape, murder and rob everyone 24/7 :(
<16> amen
<9> why does 'get last error' always give me 'the operation completed successfully' after getting a return error from an api call?
<16> does the API already return an error code? If not, are you calling GLE immediately after tha API call?
<14> does the api implicitly state it sets getlasterror?
<9> the api is returning 0, so i'm calling GLE imeediately to know the exact error
<9> beside, i even tried setting the error my self
<14> whats the number?
<16> what API call is it?
<9> it still give me 'the operation completed successfully'
<3> most api calls return 0 to say "ok"
<16> some of them return 0 to indicate success
<9> If the function succeeds, the return value is nonzero
<3> and any non-zero return value would indicate one of possible errors
<9> GetComputerName
<3> mkay
<9> beside
<9> i even tried using SetLastError
<14> check the value of err.lastdllerror
<9> let me past the code, i probably have a code mistake :\
<9> BigAl - 1 second
<9> 0
<9> err.lastdllerror = 0
<9> (not sure if it mean error or not)
<14> 0 = success
<14> paste away
<9> i forget to past consts, 1 second
<17> ITS THE BEST PLACE TO BE WHEN YOUR ME
<9> 0_o
<9> http://rafb.net/p/dWvJJb44.html
<9> (i found the problem i had with the GetComputerName (msdn wrong, api-guide right :\), but i still can't figure out that error thing..
<9> )
<3> do you have Option Explicit on?
<9> yup
<3> then i ***ume you have the GLE declaration as well
<9> yup
<9> Private Declare Function GetLastError Lib _
<9> "kernel32" () As Long
<9> sorry hehe.
<3> do a debug.print getlasterror
<3> do you get that 2202? after setting it?
<9> what you mean get?
<9> get where?
<3> getlasterror is a function that returns a long
<3> it's just a value
<9> no, getting 0
<3> sounds unlikely
<9> :|
<9> m..
<3> remove everything but the set and get and debug.print
<9> i think i found the problem hehe
<3> oh?
<9> m.. actually i'm more confused now 0_o
<9> i added GetLastError to watch in IDE
<9> so after the 'SetLastError' sub, it is changed to 2202
<9> but if i add it again to watch(without executing any othe lines), it changes back to 0


Name:

Comments:

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






Return to #vb
or
Go to some related logs:

#allnitecafe
magalina hagalina
wwwbbcurdu.com
Fateeha
#kl
#c++
#linux
vanthey matharam
rhcp-dont forget me
#chat-world



Home  |  disclaimer  |  contact  |  submit quotes