@# Quotes DB     useful, funny, interesting





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



Comments:

<0> damn spike and their ****ed up schedule
<0> mxc **** came on at 5 instead of voyager so I canceled the vcr thing
<0> I just turned it over, and now an ep of voyager is on but I've missed half of it
<1> i think the same episode comes on monday 4-5cst
<0> I noticed a few times there was an ep on again at 1 am
<0> maybe this one will be on then too
<1> it doesn't say, it just says 'repeat'
<0> it wasn't one that was on during the marathon a few weeks ago either
<2> yeh
<2> i was all confused yesterday
<2> i think tivo got em all though
<0> I hope yesterday's didn't **** up too
<0> wait, I didn't record those
<0> I saw them already I think, but I can't remember which ones they wrere
<2> i think the one where they were stranded on a planet
<2> and the one where chakote and janeway got some disease



<2> and were left on a planet
<0> yeah those were on during the marathon so I saw them then
<0> kim and paris are stuck in some sort of industrial complex or something in this one
<0> and it's a m***ive ship
<2> fun stuff
<0> I hate it when sites use that flash ****
<0> even if I completely turn off all my blocking stuff they still never work
<1> ..
<3> hello people
<1> hi
<4> i took some information from an internet web, and when i debug.print it, it look fine, but when i ***ign it to a textbox, i see it like 3 letters or something... 3 unreadable letters
<5> how can i use wordwrap in textbox like notepad have? do i have to make one?
<1> BW
<1> ..
<6> ,.-
<6> Sawww, Multiline ?
<6> And disable horizontal scroller?
<6> kickstand
<1> what's new
<6> Been coding like a ginue(sp?) pig
<0> guinea
<5> BlackWand no no multiline, i want that if any line is longer than the width, it will go down..
<5> i can try do it my self, but if there is any built-in way to do it...
<7> hii...
<7> i got error when select case...
<7> type mismatch
<7> Select Case rsbuku!Status
<7> Case "A" = lbl_status2 = "Ada"
<7> Case "P" = lbl_status2 = "Terpinjam"
<7> Case "H" = lbl_status2 = "Hilang"
<7> End Select
<7> any mistakes?
<7> hello?
<6> Many
<6> Case "A"
<6> lbl.caption = "value"
<6> case "B"
<6> etc
<6> Friggin code somehow drops in double header info in the header section of the packet!
<6> I cant see why it would do such a thing
<6> There is no friggin loops for that, that could have gone ****ed up
<0> you've somehow added a layer of redundancy
<6> Yeah well, it also dies cause of it...
<0> add 2 or 3 more and you'll have a piece of federation software from star trek :)
<6> ;)
<6> Its not fun.
<6> ummm
<6> Now one of 'em got struck in a loop it looked like.
<6> wtf...
<6> How can that even happen
<0> software magic heh heh
<6> Sad thing, those appear to damn often
<6> Once is one to much
<6> gaaaah
<6> Well, gonna track that bitch to see if its only 010 action code it happens on
<6> 23456765432 packets in an infinite loop.
<6> I see ;)
<6> That could change some stuff
<6> Neat...
<6> Hehe. The error made it so it never discarded old packets, so they just continued flowing round and round etc =)
<6> GAH



<6> How friggin hard can it be
<8> BlackWand wtf you doing?
<6> umm, brb, shower
<9> http://www.youtube.com/watch?v=kS87r0YZJb8
<6> yawn
<9> lol myspaceking
<6> Re_Boot, umm, my meshing topology
<8> meshing.....topology?
<8> brb <conehead>needm***quantitysofcoffe</conehead>
<6> mm, meshing.
<6> http://www.studynotes.net/mesh.gif
<6> Anything said is sent out its sockets, and all nodes will forward it out all its sockets again. PacketID is stored, if seen again, drop it.
<6> And also packets From itself, is dropped.
<6> /away
<6> Talking to myself is insanity..... I like it.
<8> is that a broadcast
<10> BlackWand: full mesh seems overkill
<10> BlackWand: the joys of implementing a packet switched network all over again?
<5> any usefull event for column resizing in listview?
<10> Sawww: if you cant find one, chances are there aint
<5> there gotta be some way...
<5> i tried mousemove, but it does not apply for columns
<5> (same for other mouse events)
<10> yeah, well... the columns of a listview are actually a seperate window/control in the actual implementation
<10> but that's just how windows works
<5> microsoft couldn't add columnmove event for the columns window then? :|
<10> if they aint there, they aint there
<10> not much you can do about it
<5> :\
<5> well actually there are some stuff i can do...
<5> i can probably try getting api involved, and i can also try to build my own listview... although both are really long and not worth it..
<11> =\
<6> Meekys, Hehe.
<6> Just for having something to do. And cause its cool ;P
<10> k
<12> a
<6> c
<10> soo tired
<6> Late?
<8> ebay junk day....
<8> cleaning out closets...
<10> yeah, 1/4 past 12 :-P
<8> I have to much "crap"
<13> is there any way to p*** a control array byref to a sub?
<12> hey hey hey people
<12> teach me to speking joke in english
<6> Lope_-, Yes
<8> kadal_punk your doing fine
<13> i've tried byref inMenu as Menu, and i've also tried byref inMenu() as Menu
<6> What is Menu?
<13> a VB menu
<13> menu array
<6> mhm... Then I dunno
<13> i've also tried it with a commandbutton control array
<13> i also tried: ByRef cmd As ContainedControls
<5> what's the error?
<13> oh cool, it works declared as object
<5> Lope - mind explain?
<13> erm, i wanted to write a procedure to redim menu arrays
<13> so it will either unload controls, or load controls depending on whether the new ubound is bigger or smaller than the current ubound
<5> that shouldn't be that problem
<13> typo?
<5> the*
<5> a*
<13> well now its not. but i had never p***ed a control array into a sub before. i didnt know how to do it. now i've learned the correct way is to p*** it as object.
<5> well the way you said it at first sounds right to me...
<5> ByRef inMenu() as Menu
<13> it doesnt work
<13> a control array and a control are different animals
<5> weird, it works for me..
<5> define 'doesnt work' - i doubt the sub call is not working
<14> hi ich mchte fragen ob einer mir erklren kann wie ich den text aus einem label auslese und dann in eine varaible speichere


Name:

Comments:

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






Return to #vb
or
Go to some related logs:

#php
#chat-world
#chat-world
#chat-world
#india
gentoo VT6120
#india
#php
#php
#php



Home  |  disclaimer  |  contact  |  submit quotes