CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Program Autorun

  1. #1
    Join Date
    Apr 2013
    Posts
    1

    Unhappy Program Autorun

    hi. .this is about Handycafe timer. I have a program, what i want with my program is to make it auto run when the handycafe timer remaining time is 5 minutes.. please help... thanks in advance

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: Program Autorun

    Well that would not really be an auto run. Assuming that you have written the Handycafe timer program or that it supports it then you simply have it launch your other program. Would help if you had provided more info and lets us know what part you do not understand.
    Always use [code][/code] tags when posting code.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Program Autorun

    HAndyCafe is a freeware program for internet cafes. What you're asking will not be possible unless you hack into that program - which is illegal. I'd suggest create your own program checking for remaining time, then do whatever.

    I had to do something similar with my students' exams. It should still be on the forums somewhere if you do a search

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured