@# 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



Comments:

<0> }}}}}}}
<0> ))
<0> ))
<0> ~~__((__~~ ~~__((__~~ ~~__((__~~ ~~__((__~~
<0> (((((((((((((((((=
<0> ~~__))__~~ ~~__))__~~ ~~__))__~~ ~~__))__~~
<0> ~~__((__~~ ~~__((__~~ ~~__((__~~ ~~__((__~~
<0> :)
<0> ~~__((__~~ ~~__((__~~ ~~__((__~~ ~~__((__~~
<0> ~~__))__~~ ~~__))__~~ ~~__))__~~ ~~__))__~~
<0> ~~__((__~~ ~~__((__~~ ~~__((__~~ ~~__((__~~
<0> {{



<0> ~~__))__~~ ~~__))__~~ ~~__))__~~ ~~__))__~~
<0> }}}}
<0> eu vreau cafea
<1> hello. I would like to know if and how is it possible to programmatically control other running apps through my program. I am trying to make a small program which automates tasks.
<1> i just need some advice on where and what to look for...
<2> ffe, are you looking for IPC or more like a macro builder?
<1> more like "AutoMate" , if you know it.
<2> I don't
<2> but it sounds like a macro builder
<1> I d like to have an app open, for example "NotePad" and i would like my app to be able to click for example on specific coords in notepads area, and do some stuff there
<1> if this is called a macro builder then ok :)
<1> i just need to know where to start looking for funcs or libraries that will get me controling other apps resources. like mouse, keyb and stuff
<2> what platform?
<1> win
<2> hm, well I don't know what to tell you, but have you looked on MSDN?
<1> yes but nothing about it. Only how to control your own apps resources...
<2> I think all you have to do is get a handle for the other window and then you can send it messages
<2> but I could be wrong
<1> thanks
<3> i got PHP Mailer send to inbox,Roots,Shell linux,Host (if hacked or nothack),fresh cvv2,shopadmin,Algors,MSR,and more stuffs...just pm me for trade but i confirm 1st before you pm me
<2> wtf
<3> pm me in prv
<4> wtf
<4> ty _m_
<5> is "int (*p)[10];" correct syntax? what would it do?
<5> is it different from int *p[10]?
<6> ur casting.
<6> i guess.
<2> it is different, yes
<2> int *p[10]; -> array of 10 pointers to int
<2> int (*p)[10]; -> pointer to array of 10 integers
<7> int *p[10] is horrible.
<2> ? not really
<7> you think i can remember operator precedence? :P
<2> heh
<7> parenthesize.
<2> imho it would be silly to say int *(p[10])
<5> but... what will it define?
<2> I don't think I've ever seen that in code
<5> is it a definition statement?
<7> cn28h : you haven't seen my code then :P
<7> i parenthesize as much as is humanly possible.
<7> and then some.
<5> int (*p)[10]; ?
<2> you must love Lisp
<7> never touched it.
<2> KalEl, it defined a pointer to an array of 10 integers
<2> NightLifer, then you *would* love it ;)
<2> crap
<2> NineVolt
<5> wow
<7> heh
<5> never knew that it is an admissible syntax!
<5> horrible
<2> http://www.an.psu.edu/ojj/courses/ist-240/reports/spring2001/fa-cb-bc-kf/code/lisp.html
<2> horrible? heh, how would you say to have the syntax for that then?
<7> <3
<5> int a[10]; int **p=&a; ?
<5> is that what it is doing?



<2> no
<2> int (*p)[10] = &a;
<5> ohh i c
<7> integrated circuits?
<5> i see... there is a subtle difference which i failed to notice
<5> thanks
<2> http://www.cs.ualberta.ca/~sutton/book/code/gridworld4x4.lisp that is a larger example haha
<7> nm that's ugly as balls :P
<2> it's a very different sort of language
<2> it doesn't even use infix expressions
<2> (it uses s-expressions)
<8> What's wrong with that?
<2> wrong with what?
<8> The lisp file.
<2> ah, don't ask me
<2> I was just digging up an example of Lisp code for NineVolt to see
<9> Hey, NineVolt: http://www.parkscomputing.com/lisptest.html
<9> There's something to play with.
<9> And I happen to like LISP syntax.
<10> oh gnos -it doesn't work in Safari
<10> line 300, Can't find variable balanceCheckSchedueld
<9> whoopsie
<10> er, Scheduled
<10> that was my typo, not yours.
<10> 300: Can't find variable: balanceCheckScheduled
<10> http://www.parkscomputing.com/lisptest.html
<10> is the exact error
<9> Download the HTML and the JS and fix it. It'll do wonders for your self esteem.
<9> About the only reason I can think of to get a Mac is to test with Safari.
<9> And somehow, that's not good enough.
<9> Elder Daughter wants a MacBook, though.
<10> Hmm...
<10> The Safari JS interpreter seems to fundamentally dislike implicit variable/field creation
<10> so Bob = true; for undeclared Bob stops it dead
<10> similarly var Bob; Bob.Bill = true; is invalid
<9> For the second case, enabling expando should solve it.
<10> just a case of working out how to do that
<11> man, I get a cold right on the weekend I'm going outdoor climbing
<11> and a week before I'm supposed to ski
<11> wonderful
<11> where was this all those weekends I was doing nothing?
<11> http://archive.gulfnews.com/nation/Society/10017764.html
<11> The key word here is RENTING
<12> i would have a quiestion
<12> a programming question
<12> can anybody help me
<13> Is this the right channel to ask a DirectShow SDK question ?
<14> Anyone have a cross platform light weight XML parser?
<15> Jon*** no.
<13> robycf : ok, what is the correct channel ?
<13> *robyvf
<14> you can ask jon***, someone might know
<15> Perform: just ask.
<13> I have made a few successfull filtergraphs, they play to the audio device, or write to a file. Is there a way to save the stream to a variable instead ?
<12> I've made this little application.
<12> Where it contains several editboxes
<12> Now...I've made a button.
<16> bye all
<12> Where it opens a MessageBox.
<12> ANd in that message box shows all the text that is being inserted in those editbox.
<12> I've made that MessageBox to display this text: "You have inserted the following information:"
<15> which platform are you talking about ?
<12> And after that line, it appears all the info you type in those editbox.
<12> rohyvf
<12> whats a platform ?
<15> for Visual C++ /join #vc++
<12> thx
<15> nop.
<12> rohyvf but you know ?
<17> would anyone be interested in a project involving online blackjack? I'm looking for someone that would be willing to code a system that I've developed in order to have a program automatically hit or stand / while adjusting the bets each different hand.
<18> we're not interested in helping you auto-gamble
<17> I'm interested to see if this system would work.. it's just a matter of curiosity realy
<18> then do it yourself
<19> dude, if you want to automatically lose money until you die you might as well just get married


Name:

Comments:

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






Return to #c++
or
Go to some related logs:

13pig
#chatzone
ru hugry
lilo 9a error
speedyghost
javascript openPictureWindow
#chatzone
#AllNiteCafe
#php
#london



Home  |  disclaimer  |  contact  |  submit quotes