Friday, September 26, 2008

TPicResizer 1.0.0.1

In this version, Extension Bug has been fixed. Now download TPicResizer with code changes and enjoy it!

Download 9KB
.RAR = .EXE (Portable Software) +VB.Net Source

Wednesday, September 10, 2008

TPicResizer 1.0.0.0

TPicResizer is an easy-to-use software for resizing pictures. You can select multi images in each formats and resize them at once very fast.

Software Features:

  • Multi Picture Importing
  • Multi Picture Format Importing
  • Famous piture formats supports (Bmp, Emf, Exif, Gif, Icon, Jpeg, Png, Tiff & Wmf)
  • Famous piture formats supports for Saving (Bmp, Emf, Gif, Icon", Jpeg, Png, Tiff & Wmf)
  • Advanced Percentage Mode Resizing
  • Original Image Extension Saving supports
  • Property Item Remover supports

Note 1: Resizing pictures will reduce image quality slightly.
Note 2: TPicResizer ICON format Exporting has some problem.


How to use:

1-First import pictures you want to resize by clicking ' Open Images ' button.

2-Then go to ' New Size Options ' box. In this box, you should select a size mode. If you choose ' Custom Size ', you can choose the width and height for resizing pictures. And if you choose ' Percentage ', you can choose the percent for resizing. In percentage mode, the size of new picture will be the percent-that you choose-of old picture. For example if you choose 50%, all pictures new size will be 4 times less than their original size.

3-After that go to ' Saving Options ' box. Choose a path for saving new pictures by clicking ' Browse ' button. Then choose a name for pictures in saving. Now you should choose a extension for images to save; like: BMP, JPG and etc. If you check ' Keep original Extensions of File in Saving ', TPicResizer will save new pictures with the extension that the original pictures have. By checking ' Remove Property Item of Pictures while Saving ', the software will save new pictures without any property items; like: Camera Model, Date Picture Taken, ISO and etc.

4-At last click ' Start Resizing ' button and wait for your new pictures.


System Requirement:
Windows XP + dotNet Framework 2.0


Download 13 KB
.ZIP = .EXE (Portable Software) + .VB (VB.Net Source + Designer)

Tuesday, September 2, 2008

TYahooID Finder 2.0.0.0 RC

If you use Yahoo Messenger to log in a ID , messenger will save ID settings and information in windows Registry. TYahooID Finder extracts these IDs and information and show them to you. The software is easy to use and fast. We tested TY!ID Finder on Yahoo Messenger 8.0 and 8.1 and it worked perfectly on these platforms and showed us really useful information.

Software Feature:
  • Items to Show:
  1. Add List (Only available on Yahoo Messenger 8.0)
  2. Profiles
  3. Log In Tries
  4. IDs in Add List
  5. Selected ChatRoom
  6. FT Information
  7. Archive Information
  8. Alert Messages
  9. Used Group
  10. Webcam Connection Information
  • User Interface Options
  • ID Delete
  • ID Finding
  • Report Showing + Result Saving

System Requirement:

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


Download 174 KB

.ZIP = .EXE (Portable Software) + .VB Source +Designer (Compiled by SharpDevelop 2.2)

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

Friday, July 18, 2008

TColorReplace 1.0.0.0

TColorReplace replaces a color in a picture with another color. First open your pictures. In ' Color Replace ' part, choose the colors. Then in ' Image Saving ' part , choose a path for image saving. At last, press ' Start ' .

Software Feature:
  • Supports all image formats for Image Opening except .Gif
  • Image Preview
  • Supports all image formats for Image Saving
  • Supports Own Extenstion Image Saving
  • Color View

System Requirement:
  • Windows XP +dotNetFramework 2.0 or 3.5
  • Windows Vista (All Versions)


Note: If you have installed dotNetFramework 2.0 on your Windows, use ' TColorReplace 2.0.exe ' & if you have installed dotNetFramework 3.5 on your Windows, use ' TColorReplace 3.5.exe '.


Download 902 KB
.ZIP = .EXE (Portable Software) + VB.NET Source (+Designer)

Thursday, July 3, 2008

TWatermarkCreator 1.0.0.0


TWatermarkCreator is an easy to use software to create watermark on a image. Just open your image, set a watermark & press ' Create Watermark '.

* This software is slow in Watermark Creation!
* It Supports all famous image formats for Import & Export!

Note: If you install dotNetFramework 2.0 on your PC, use ' TWatermarkCreator 2.0.exe ' & if you install dotNetFramework 3.5 on your PC, use ' TWatermarkCreator 3.5.exe ' .

Download 419 KB
.ZIP = .EXE Portable Software( Windows XP & Vista) + .VB Form & Designer Source