c# - Send Message to Background Window -


basically, i'd send keystrokes background, inactive window. in case, outlook. want create mail spammer, (in school thing), can while in foreground, prevent's user doing while happening, e.g if want send around 1000 messages.

if want know, person in grade knows how code past simple messagebox.show(). and, there these people think 'cool' when spam people (no anti-spam on our outlooks)with messages doing ctrl r + enter keystrokes. i've made program it, spams around 10 emails second, can't use computer when it's doing it.

i've done research , i've found sendmessage() thing should work, , can work on background processes? code use?

why sending keystrokes instead of using outlook object model? whole square pig in round hole thing might work sometimes, why want glutton punishment?

start @ http://www.outlookcode.com/


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -