@# Quotes DB     useful, funny, interesting





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



Comments:

<0> howdy. i just ordered the exchange 2007 beta dvd for $8.00 shipping
<1> hi
<1> is any1 here
<0> nope
<1> hi
<0> omg wtf you msgd me lol kthx
<1> :o
<0> *points to topic*
<0> kapeesh?
<1> sick
<1> sick sick
<1> i was gonna ask about something else
<0> oh
<1> about coding
<1> i need to get something coded
<1> cant seem to do it myself



<1> was gonna see
<1> if u know
<1> :o
<0> purple will do it if you pay him
<1> yes sir
<1> purple?
<1> is he around
<2> here's an idea... layoff the enter key
<0> try to fit more words in a sentence :)
<1> yeah, i seem to do this alot, i keep forgetting lol
<2> Why the hell did you just msg me?
<2> Let me put it to you as simply as possible
<2> When someone talks, you don't just msg them as fast as possible
<2> In fact, it's looked down upon
<2> and is very irritating
<1> its internet relay chat
<2> If you have something to say, say it in the channel.
<1> what are u doing here if u dont want to chat
<2> ...
<1> ..
<2> I sure as hell don't want to "chat" with you
<2> especially when I did not ask to
<1> rude ppl
<2> Some ettiquite for you. Don't do it. It's irritating
<2> Envador: hells yes.
<0> hehe
<2> myself`: two people here have already considered your immediate msging 'rude'.
<2> So be sure to take that into account
<1> eh
<1> this is a chat
<1> i guess i could care less
<1> about how u dont like ppl to message u on a chat server
<0> i guess we could care less about your problem too
<0> this isn't internet relay programming help
<2> I don't have a problem. I'm not here to ask questions/.
<2> er
<2> ignore that.
<0> although i'm not normally rude, so i'll just be quiet
<2> myself`: but here's the simple concept you're missing. If you want help, you should not irritate the people who will help you.
<2> That's called "dumb".
<2> sweet
<0> laters
<0> all in a day's work
<3> yalla beena yalla
<4> rain :> arabian ?
<4> am goin` to take a breath of nargila (arabian kind of smooking, searchin google for nargila :P u'll see a picture of it)
<4> they call it smooking pipe or somethin` in english
<4> like the indians u know
<4> ciao
<4> :P lol
<4> www.fromisraeltolebanon.info
<4> cia0z
<5> oh...he's here
<5> again...myself, who the hell are you and why'd you msg me?
<2> he didn't understand
<6> www.frommycocktoyourthroat.org
<6> .edu
<7> is there an easy way to pull a table out of a unencrypted pdf



<5> krucial: what language/version?
<8> Teycho
<7> vb.net
<7> 2005
<7> framework 2.0
<8> just the guy i wanted to speak to
<7> i hope that answers your question lol
<8> Teycho: beep
<5> krucial: yeah. if you are using vb.net, don't ask the same **** in #c#
<8> lol
<5> that's annoying
<7> i wasnt sure if this room existed, i've never been in this one before
<5> you are here, as are we
<7> and i found it after i asked the question in c#
<5> regardless, you aren't using c#
<7> and plus, its all .net
<8> Teycho, you know that thing you helped me with the other time, regarding window handles
<5> might as well join #lesbian and ask about anal *** with your bf
<7> so the solution would just be a lil syntax change away
<7> but i understand
<7> sorry
<5> a huge amount of us are in multiple .net related channels...just gets boring seeing the same questions in 19 places :)
<2> hacked`: what?
<8> Teycho, you told me how window handles work, and how to send text to a textbox in another program
<2> vaguely
<5> that and I haven't bitched about anything random in a few hours...gotta pick on somebody
<8> Teycho, what do you mean vaguely, i have it all logged
<2> you may, but I only vaguely remember it
<7> thats cool w/ me man lol
<8> Teycho, anyways the point is, im trying to do a simple test now, but its not working
<8> Teycho, i made a test .exe, with a frame on it, and a textbox in that frame, and its opened and running
<7> so purple, u think its possible lol
<8> Teycho, but now in my other app, im doing first = FindWindow(vbNullString, "Form1") MsgBox first
<8> and that works, like i get the window handle of the actual program window
<8> then i do second = FindWindowEx(first, 0&, "ThunderRT6Frame", vbNullString) MsgBox second
<5> krucial: I dunno **** about the internal pdf structure....but anything is possible
<8> but i always get 0
<7> see i think u need adobe 7 professional and register this DLL
<8> even though spy++ tells me the cl*** name for that frame is ThunderRT6Frame
<5> hacked: from vb, p***ing 0& <> vbnullstring...
<7> it sux cuz the same DLL from the free reader doenst work
<2> hacked`: What does Spy++ say?
<8> Purple, so what should i use then
<8> Teycho, for what? the cl*** name? its ThunderRT6Frame
<5> krucial: helping anybody with anything pdf related is against my religion. I hate pdf and adobe can **** my nuts
<7> haha
<7> its for my job lol
<2> Then there is not a window of cl*** ThunderRT6Frame as a direct child of the form
<2> Does Spy++ say that it is directly under it
<2> ?
<5> hacked: if that second param (your 0&) is supposed to be null, p*** vbnullstring to that one too
<2> it's a long argument, though, not a string
<8> Teycho, yeah it does, thats the thing, it shows me the hirarchy
<5> so it is
<2> paste your code to www.nomorepasting.com
<8> purple, tried, get a type mismatch
<8> thats what i have so far: http://www.nomorepasting.com/paste.php?pasteID=65670
<2> be sure to use 0&
<8> but like, the first message box, it gives me a number for the window handle, but its not a hex value, so i cant compare it with the window handle that spy++ shows
<2> sure you can
<5> hacked: if the frame is a child of something other than the real parent
<2> Val("&h" & num)
<2> Toss ?that into the immediate window
<2> so, ?Val("&h" & num), and press enter
<8> i cant type anything in the immediate window
<2> you can when you're in debug mode
<2> aka: set a breakpoint
<8> cant i just do MsgBox Hex(first)
<2> Depends on which way you're going
<2> for dec -> Hex, yes
<8> well long -> hex
<2> a long value is a decimal value
<5> hacked: you aren't doing much to communicate your level of knowledge/effort to convince me to help...
<5> I ***ume you googled something? anything?


Name:

Comments:

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






Return to #visualbasic
or
Go to some related logs:

#computers
why you shouldn't do heroin
#politics
#politics
#gamedev
#sex
#nhl
eggdrop !google: () hyöööörrrghhhh
remember.wmv
hide a system tray icon



Home  |  disclaimer  |  contact  |  submit quotes