Make your own scheduler

  • Thread starter Thread starter casio5678
  • Start date Start date
  • Replies Replies 0
  • Views Views 2,264

casio5678

Newbie
Messages
7
Location
NA
ISP
BSNL
People with some programming knowledge(specially MS Visual studio) can make their own download scheduler.

Here is few links you can start with.

How to connect and disconnect from internet.(only in bridge mode)

http://support.microsoft.com/default.aspx?scid=kb;en-us;821770

how to start utorrent or any other software after connection.

Launch and monitor external programs from .NET applications using the System.Diagnostics.Process class


How to shutdown you computer after disconnection

Restart,TurnOff,LogOff

here is few tips which might be useful to you.

1.You can use Timer control to connect and disconnect.Date Time picker control for time selection.
2. shutdown process should be force shutdown(because some application may stop shutdown process for different reason).
3.After connection function succeed(shown in 1st tutorial) , it will return a number.store that number in a variable and pass it to disconnection function(during disconnection).otherwise disconnection may not succeed.
4.you have change few settings so dialer can dial with out user action.Like check save username and password,uncheck prompt for username ..etc from connection property .

you can customise this scheduler as you like and put other features, which might be usefull for you.

i will try to answer if any one have any query...

:thumb:
 

Back