@# 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> oi
<0> whats the latest sp for vb6? 5?
<0> ( http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en )
<1> hi did anyone miss me?
<1> i'm back
<2> is there a API for FindWindowByTitle ? or Text
<3> FindWindow
<2> how can i find it by the title?
<2> because the cl*** name changes everytime i load the program
<4> Perhaps you didn't look closely at the declaration for FindWindow()...
<2> when i type the window caption of any window it doesnt find it
<2> for example..
<2> MsgBox FindWindow(vbNull, "Acrobat Reader")
<3> vbNullString
<2> like a charm
<2> ;) tkx



<1> U're the best Halo
<1> bravo!
<5> i thought i was
<1> hahah
<1> i was joking
<5> so im not?
<5> fatcha!
<1> u're the best of all
<5> sure sure
<1> He never help me anyway
<1> why would him be the best?
<6> can someone tell me why the following vba code doesnt work in excel? Dim S() As String /// S() = ActiveCell /// so say b3 is active and has "apple orange lemon lime." typed in it. i would like s(1) to be "apple" s(2) "orange" and so on
<5> vba is not vb
<1> oh Zen
<1> quick question about unicode
<6> well its a superset and subset of vb so i just figured
<1> go private please
<5> its not, just a lang similarity
<5> javascript aint java
<5> same similarity
<6> hah, thanks for your help
<6> jesus
<4> wow, he thinks you're jesus
<4> impressive
<5> im that damn good
<5> OMG WOULD U JUST LOOK AT MY M***IVE COCK N BALLS!
<5> *** Now talking in #Norway
<5> *** Topic is 'Welcome to the international channel of #Norway . :) Happy spring!. We're all like toy soldiers...'
<5> *** Set by Outsider!~outsider@gprs-ggsn5-nat.mobil.telenor.no on Sun Jul 30 18:13:55
<5> <5> <@Senzei> I COME FROM NORWAY! I AM A VIKING! I CANNOT READ OR WRITE! NOGGIN HOGGIN NOR DRISFER NAAG!
<5> heheh
<7> naughty
<8> alright.. i got inno setup to work with automatically downloading and installing .net framework if needed.. but i need to know if different system languages would cause problems if english .net is installed?
<9> hey guys, ive got a form in access with a list box that is populated with related records, but when I go to the next record, it doesnt update the list box, any ideas on what to do?
<10> #access
<11> guys
<11> i dont get this
<11> doesnt make sense
<11> im basically using RegisterHotKey API
<11> in my program, so that when its running, and i press, say, CTRL-SHIFT-F1
<11> my program picks it up, and does something (ie. sendkeys)
<11> but the thing is, it works once
<11> like, when i press CTRL-SHIFT-F1, it sends via sendkeys "hello friends"
<11> but when i press it again, it doesnt work, like it writes a backspace and bunch of spaces
<11> i dont know why the hell its doing that
<11> but the thing is, as soon as i put in a msgbox in the procedure thats listening for the hotkey, it works
<11> i pasted my work at: http://rafb.net/paste/results/xZCTrq31.html
<11> as soon as i uncomment that msgbox line, it will work, other than that, it just works the first time, and then sends crap all the other times
<7> why... why are you getting the foreground window, then setting the foreground window?
<10> heh.. I nearly asked that myself
<10> Why don't you subcl*** properly too?
<11> ya cause lets say on CTRL-SHIFT-F3, i open another form, and so i dont want to lose the calling hwnd
<7> and you do know that loop is going to take up a ****ton of processor time, yes?
<11> Teycho: only way to do it
<7> plz 2 subcl*** and watch for WM_HOTKEY
<7> No it is not
<7> There is never 'only way'
<10> metric or US ****ton?
<7> There is always 'another way'
<7> US, of course
<11> metric 4 life



<11> ya but its the only way i know
<10> Then learn the correct way
<7> Ah, so then it must be "only way god created for us"...
<11> i learned all that i know from the internet
<11> i thought what i read was the correct way
<10> http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q168795
<10> http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q170570
<10> That's on the internet too, so learn it :P
<7> zomg teh intarwebtron!
<11> i dont get it, how can i set hotkeys with hooking
<10> You are sent the WM_HOTKEY message in the WindowProc callback
<11> it took me so long to get what i have to work
<7> Set? you don't
<7> you WATCH for it
<7> But it doesn't work, now does it?
<11> it almost works, thats the point
<11> cant we just make it work for now
<10> haha
<11> then use hook for version 2
<10> Almost chicken isn't soup :P
<7> uhh... no.
<10> almost works.. I love it
<7> So, the whole backspace thing... "undocumented feature" or "bug"?
<11> ok so how come it works when i uncomment that msgbox line
<10> Story of your life, I bet
<7> likely because you're relying on the unholy ****storm known as 'SendKeys'
<7> which even MS says is horse****
<10> SendInput
<11> works fine
<7> hell, or even SendMessage() with WM_SETTEXT
<7> Works fine?
<7> Does this look like it WORKS FINE
<10> almost
<11> everyone uses it on the internet
<7> ****sake kid, are you actually this cocky and thickheaded with everything you do?
<11> theres a million examples
<7> "It's not me! it's a bug!"
<7> "I know the ONLY way to do it!"
<7> "It doesn't do what I want, but it works fine!"
<7> ... christ bananas
<7> Sure, there's a million examples. A million ****ty examples.
<11> ok so are you saying that if i use sendmessage () that it will work?
<7> No
<7> But it'd likely be a better shot
<7> what text are you trying to set?
<7> static text? Will it be append to what's there, or will it overwrite? what are yousending the text to?
<11> oh ya, it needs to append
<11> so sendmessage wont work then
<7> then SendMessage() won't be as magical and easy as you're looking for
<10> Here's a hint, if you're ****ing with someone else's process, stop and do something else
<10> Waste of time
<7> even keybd_event would be better than SendKeys
<11> what im looking for is a quick fix, that does what a msgbox does, but without showing anything
<7> then debug it and find out why
<7> if you say "I have, and nothing is wrong", I am going to slap you with 8 inches of limp ****
<7> I know you want to say it
<11> how can i debug it, i put the msgbox and it works, then i remove it and it doesnt
<7> is MsgBox your only known debugging tool?
<11> adding that msgbox was my attempt at debugging
<7> the attempt isn't over. continue
<7> Or, google what we've told you, and see that Sendinput() or keybd_event() are NOT huge, groundbreaking changes
<11> ya but will they act any different
<10> They almost work
<7> almost
<7> Google and find out
<11> k
<7> why the crap would we suggest them if they'd NOT do what you want?
<7> For fun?
<7> okey... well yeah, that's something I'd actually do. but not in this case
<10> heh
<11> well someone suggested that i use sendkeys at one point, thats why i went that direction
<7> never.
<11> maybe not you
<11> but someone did


Name:

Comments:

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






Return to #visualbasic
or
Go to some related logs:

FREE SCOORES
#gamedev
#firebird
#politics
#unixhelp
ellen mullet
#gentoo
woodward governor rolls royce litigation
paedophiles.com
debaian deb install package



Home  |  disclaimer  |  contact  |  submit quotes