Saturday, November 15, 2008

TQuiz 1.0.0.0

TQuiz is an application for taking virtual quiz. Teachers can use TQuiz to examine their students very easily and the students will enjoy the quiz.

How to use:

TQuiz has a question database is named ' QDB.mdb '. You can edit the database (e.g By MS Access) to record your own question. Meanwhile you should register 4 answers for a question. One correct answer and three wrong answers. Therefore the user has one 4 choices. If user chooses correct answer, she/he gets 3 positive point. If user chooses wrong answer, gets 1 negative point. And if user chooses no answer gets no point.

Examiner should specify Answer Key and quiz duration by using TAKeyGen. After running TAKeyGen you see software window. Now fill textboxes. Choose an integer (bigger than zero) for minute field. This field is for quiz duration. If you enter 20, the exam duration will be 20 minutes.

Then fill Answer(s) part. You should enter a stream contains the correct answers choice number.
For example, if Questoin1 Answer is second choice, Questoin2 Answer is first one and Question4 Answer is forth choice; your answer stream will be ' 214 '.

At last hit Generator button to create answer key. When answer key generated, you can save it. Choose this name: ' Setup.dat ' for the answer key.

Now copy TQuiz.exe (Main Software), QDB.mdb (Your Edited Question Database) and Setup.dat (Your Answer Key) to a new folder.
The quiz is ready. If a user launches TQuiz.exe in the new folder, she/he can take exam.

When the exam duration finished, TQuiz will show the user her/his report card.

Note: Do not copy TAKeyGen.exe to your new folder because this file is only for generating answer key.

System Requirement:

MS Windows XP with dotNet Framework 3.5 installed


Download 91 KB
.RAR (Extract It with WinRAR) = .EXE (Portable Windows Application) + .VB (VB.Net 2008 Source)


If you have any question (e.g More help for using TQuiz or need help for using modifying the Source) and suggestion, leave comment or contact me via my Email.

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

Monday, June 23, 2008

TImageLabel 1.0.0.0 RC

TImageLabel creates labels on the images very easily. First ' Open ' your pictures. Next go to ' Label Settings ' & create a label. Then in ' Image Saving ' part, choose a folder by clicking ' Browse ' button for images with label to save. At last click ' Start ' & wait for the new images.

Software Features:

  • Label Position Option
  • Image (+ Label) Preview
  • All Image Format supports except Gif
  • All Image Format Saving supports
  • Save Image with its own Extension supports
  • Labling Duration Report
  • Labling Process never stop by Image Error


System Requirement:

Windows XP + .Net Framework 2.0 or 3.5
Windows Vista (All Versions)


Note: If you install .Net Framework 2.0 on your Windows, use ' TImageLabel 2.0.exe ' & if you install .Net Framework 3.5 on your Windows, use ' TImageLabel 3.5.exe '


Download 226 KB
ZIP file +VB.NET 2008 Source (Form .VB +Designer .VB)

T8BitBmp DLL

T8BitBmp converts any images with any formats to 8 Bit Depth Bitmap.

Usage Pattern:

T8BitBmp.T8BitBmp.BitConvert(ImageObj As System.Drawing.Bitmap) As System.Drawing.Bitmap


How to import DLL to Visual Studio?

Create a new Visual Basic Windows Application project. In menubar go to Project>Add Reference... . In new windows go to Browse tab. In File name field insert the path of your dll & press OK. Now you can use the DLL (Class Library).


Code Example:

Button1.Click

Dim mypicture As New Bitmap("D:\My Pictures\Picture1.jpg")
Dim newpicture As Bitmap
newpicture = T8BitBmp.T8BitBmp.BitConvert(mypicture)
newpicture.Save("D:\My Pictures\NewPicture1.bmp")

End Sub


Download 6 KB
.ZIP = .DLL + .VB Source (Can be used in Visual Studio 2005 & 2008)

Monday, May 12, 2008

TSMS 1.0.0.0 Beta



TSMS is an easy to use software for Sending & Receiving SMS. Just connect your Mobile Phone to your PC, launch TSMS & then choose your Mobile Modem.

Software Features:
*Unicode Support
*Pin Code Support
*Auto Modem Scan


System Requirement:
*Windows 2008
*Windows Vista
*Windows 2003 + dotNetFramework 2.0
*Windows XP + dotNetFramework 2.0
*Windows 2000 + dotNetFramework 2.0



Download
491 KB + VB.NET Source
.ZIP = .MSI Setup

Copyrighted by ActiveXperts Software B.V.

Friday, April 25, 2008

TPackDesigner 1.0.0.0

By TPackDesigner, you can create a simple CD/DVD Pack, easily. Only choose Front, Top & Side Image and then click on Draw Pack button. Software Feature:
  • All Image Format Support(6 Image Formats)
  • Print +Print Preview
  • Back Color Selection
  • Auto Stretch
  • Pack Saving(9 Image Formats)
System Requirement:
  • MS Windows Vista(All Versions)
  • MS Windows XP +.NET Framework 2.0
  • Linux +Mono Project
Download
42.1 KB (.ZIP)=(.EXE) Portable Application + (.VB) VB.NET Source

Saturday, April 5, 2008

TImageTools 1.1.0.0

* New version* 
An useful Image Editor

+Advanced 2X Z00M (new)
+Advanced Rotating (new)
+Advanced Resizing (new)


Download
150 KB (Portable Software + New Version VB.NET Source)

Monday, March 24, 2008

TModemManager 1.0.0.0 Beta

TModemManager is an easy-to-use software for managing your PSTN modem by AT Commands.
Choose the COM port of your modem & connect to the device. Select a command & execute it.
By these command, you can change the Modem bell, set Modem speaker volume, get Modem info, set Modem mode, change Modem dialing options & etc.

Software Feature:
+ Auto/Manual COM Port Scanning
++ Phone Number Dialing
+++ 55 Useful AT Command

System Requirement:
* WindowsXP + .NET Framework 2.2
** Linux +MonoProject

/!\ Note1: TModemManager may cause occur Blue Screen of Death on MS Windows XP. TomyadSoft® is not responsible for any damage from TModemManager 1.0.0.0 Beta.
/!\ Note2: This software is checked on Zoltrix 3Chips 56K Modem. And Executes all commands successfully.


Download
55 KB
ZIP file= .EXE (Portable Application) + .VB (VB.Net Source)


%You can send the bugs to me via Sending Comment to This Post or Mailing it to mohandes[DOT]zalatan[AT SIGN]gmail[DOT]com .%

Friday, March 14, 2008

Microsoft .Net Framework IL Disassembler

IL DasM shows the Manifest, Project Property, Forms, Resources, Events, Tools(Controls) & Component of a .NET program.
So you can analyze the structure of the program but you can't edit it!

+Dumping (.IL TreeView File Saving)
+Code Viewing Options
+Advanced Application Environment Options
+Note View (& String Finding)
+Help File (.HLP)

Download
157 KB - Portable Application  (.EXE)

Microsoft Corporation ©. All rights Reserved .

Thursday, February 28, 2008

TImageTools 1.0.0.1

New Version Features:

+ Property Item Removing
- Image Saving Bug(Fixed)


Download (+ VB.Net Source)
149 KB

Saturday, February 16, 2008

TPictureToText 1.0.0.0


This software converts a picture to text. TPic2Txt, converts image by 0.05% Pixel Converting Format , in one minute.
  • Text Font Setting
  • Multi-Character Converting
  • Rich Text Format (RTF) File Saving
System Requirements:
  • MS WindowsXP + .NET Framework 2.0
  • MS Windows Vista (All Versions)
  • Linux + MonoProject

                                         Download
27 KB, .ZIP=.EXE (Portable Application) + .VB (Source)

 

Friday, February 15, 2008

TImageTools 1.0.0.0

By TImageTools(TIT), you can resize, rotate & change DPI(Dots per Inch) of an image, very easily.
TIT supports '
.bmp; .emf; .exif; .gif; .jpeg ; .jpg; .png; .tiff; .wmf ' image formats.
You can save your edited image in ' .bmp; .emf; .exif; .gif; .ico; .jpeg; .jpg; .png; .tiff; .wmf ' formats.
TIT has ' Automatic Image Resizing ' (+ Percent), to have a symmetry image.

Note: If you rotate an image by TIT, the image quality will be reduced.

*MSWindows XP + .NET Framwork 2.0
**MS Windows Vista (All Versions)
***Linux +MonoProject

Download
147 KB [ .ZIP = .EXE (Portable Software) & .VB (VB.NET Source) ]

Thursday, January 17, 2008

TMobileManager 1.0.0.0 Beta

TMobileManager is an easy-to-use software to scan the main informations of mobile phone. Only select your mobile phone Device Management COM port & connect to the port.

Software Features:

Scaning in 5 Seconds
Command Display
Auto/Manual COM port Scanning
Color & Font Options
TXT & DOC File Saving


Note1: To get informations of COM ports in your PC, type ' devmgmt.msc ' in Run & select Ports(COM & LPT).

Note2: For refreshing the COM port list, hit Scan
button on toolstrip.

Note3: This software only checked on Sony Ericsson W810i. If TMobileManager can not scan your mobile phone, scan your mobile phone by TMobileManager in Display Command mode. Then send the result with your phone name (Manufacture ID + Model ID) to me. You can send it to my e-mail or send it to Post Comments.

*MS Windows XP + .NET Framework 2.0
**MS Windows Vista (All Versions)

Download + VB.NET Source
.ZIP= .EXE file, .VB Source 168 KB