Thread: need a program that moves the crouser autOmaticly

  1. #16
    Unregistered
    Guest

    ??

    well??
    what's the verdicte???

  2. #17
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    You have WAY more patience than I do, traveller. And that last remark by Unregistered was a little unnecessary. Okay, unregistered cover your ears this one is for traveller. mouse_event() should take care of what you are doing. And only set the mouse position if no WM_MOUSEMOVE is sent. If you decide to tinker with this idea, by all means don't upload the exe. The source would be good for educational purposes, but I think someone is a little ungreatful and maybe doesn't deserve your help.

  3. #18
    Unregistered
    Guest
    įsorry about that...i ment no dissrespect...
    im not ungreatful! im VERY! greatful!!!
    im just inpatient....sorry...

  4. #19
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    i dont like it that you dare question me maybe i'll take you out back and have my minions kill you horablly


    įsorry about that...i ment no dissrespect...

    Hmmm...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  5. #20
    Unregistered
    Guest
    that was just a quote
    from buufy the vampire slayer 4 fun

  6. #21
    Unregistered
    Guest
    you basterd!
    i had to restart and lose my downloads because of you Sebastiani
    you're seriously f*** up

  7. #22
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685

  8. #23
    Registered User foniks munkee's Avatar
    Join Date
    Nov 2001
    Posts
    343
    I don't get it.. I really WANT to get it.. but I just don't. :/
    "Queen and huntress, chaste and fair,
    Now the sun is laid to sleep,
    Seated in thy silver chair,
    State in wonted manner keep."

  9. #24
    Registered User
    Join Date
    May 2002
    Posts
    83
    you basterd!
    i had to restart and lose my downloads because of you Sebastiani
    Thought you said it wasn't an ISP...anyways this is just info..k, not to be used but here it is neways...connect, wait till the icon appears in system tray, and then terminate the process.
    "What this country needs is more free speech worth listening to." - -Hansell B. Duckett

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  2. BOOKKEEPING PROGRAM, need help!
    By yabud in forum C Programming
    Replies: 3
    Last Post: 11-16-2006, 11:17 PM
  3. Can someome help me with a program please?
    By WinterInChicago in forum C++ Programming
    Replies: 3
    Last Post: 09-21-2006, 10:58 PM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM