Wednesday, August 27, 2008

StandBy & Hibernate

In Windows XP there are many DLLs. In each Dll, there some functions are named API Functions. Windows launches these functions by RUNDLL32.exe . RUNDLL32 has some parameters. Via these parameters you can tell RUNDLL32 to load which dll and launch what function.
Powrprof.dll in SYSTEM32 is a class library for putting your computer in Stand by or Hibernate mode.

Press ' WindowsKey + R ' to open Run. Now type one of these two commands and press Enter:

Command for StandBy:
rundll32 Powrprof,SetSuspendState 0,1,1

Command for Hibernate:
rundll32 Powrprof,SetSuspendState 1,1,1


Also you can create a new shortcut and insread of a location of an item, type one the commands above. The shortcut will put your PC to StandBy or Hibernate mode.


VB.Net StandBy & Hibernate code:

'StandBy
Application.SetSuspendState(PowerState.Suspend, True, True)

'Hibernate
Application.SetSuspendState(PowerState.Hibernate, True, True)


C# StandBy & Hibernate code:

// Standby
Application.SetSuspendState(PowerState.Suspend, true, true);

// Hibernate
Application.SetSuspendState(PowerState.Hibernate, true, true);


Special Thanks to C-SharpCorner.Com by Thiagarajan Alagarsamy

Monday, August 11, 2008

TCoffeeNet 1.0.0.0 Beta



TCoffeeNet is a powerful software for controling a coffee net. If we use this software in a coffee net, this software shows us each client duration time of working and bytes she/he recevied from internet. Then TCoffeeNet calculates the cost of using.
TCoffeeNet has two parts, one is Server and another is Client. Server part should be installed on coffee net server and Client part should be installed on coffee net's clients.


System Requirement:

*Windows XP + dotNet Framework 2.0
**Windows Vista (All Versions)


TCoffeeNet Full Pack:

1-Server.msi
2-Client.msi
3-Complete VB.Net 2008 Source +Designer & Class
4-Persian and English Help Documnet


Pack Download
.ZIP file , 1.97 MB