Monday, January 18, 2010

TomyadAuto® Cyrus Concept

This concept coupe named Cyrus designed by SolidWorks and render with Photowork.

Enlarge

Enlarge

Enlarge

Enlarge

Enlarge


Enlarge

Friday, October 23, 2009

TSecurityCam 1.0.0.0 Beta

TSecurityCam converts your WebCam to a Security Camera (IP Camera). Connect your webcam to your computer. Launch TSecCam and select your camera device in ' Camera List ' box. Then press ' Start ' button. After that you can have your security cam by clicking on ' Enable Security Camera ' button. Now if any person crosses in front of your camera, the software will alert you with a sound.
TSecCam also can dial an emergency number as an optional caution. Only you need to choose a phone number and select your modem COM port. If the number is busy, the application redials.
Another features of TSecurityCam is taking picture while warning from the camera scene.
Be careful that you need to choose a alert sound and taken pictures saving path via hitting ' Browse ' buttons.



System Requirement:
Windows
®: (XP 32/64 bit - Server 2003) + .Net Framework 3.5
CPU: 2.4 GHz AMD Sempron™ or intel® Celeron®
RAM: 256 MB
VGA: 64 MB Res(800 * 600)
HDD: 10 MB free space


Download TSecurityCam 245 KB
.RAR file contains portable exe application + VB.Net 2008 Source Code

Monday, September 14, 2009

TPortTerminal 1.0 Alpha

TPortTerminal is an application to communicate with COM ports on Pocket PC. The software has Port Scan option and Port Connection Setting.

PortTerminal screenshot before and after connecting


Download TPortTerminal 25 KB
+VB.Net 2005 Source Code

System Requirement: WinCE 5.0 or later + .Net Compact Framework 2.0

Friday, September 4, 2009

TScopeComponent

This easy to use component can scope your binary data.

Scoping Function:
Scope.Scoping(DataBit As Byte)

Example:
Scope1.Scoping(0)
'Control scopes Zero-Bit

ClearMonitor Function:
This method clears Scope monitor. The function does not have any parameter.

Example:
Scope1.ClearMonitor()

LineColor Property:
By the propery you can get or set Scope plotter pen color.

Example:
MsgBox(CStr(Scope1.LineColor))
'This line shows property value in message box.
Scope1.LineColor = Pens.Yellow
'The line sets Yellow as plotter pen color.

MonitorColor Property:
By the propery you can get or set Scope monitor backcolor.

Example:
MsgBox(CStr(Scope1.MonitorColor))
'This line shows property value in message box.
Scope1.MonitorColor = Color.White
'The line sets White as monitor backcolor.

MonitorImage ReadOnly Property:
By the propery you can only get Scope monitor image.

Example:
Scope1.MonitorImage.Save("C:\Monitor.bmp")
'The line saves monitor image in selected path.


.ZIP = [.DLL + VB.Net 2005 Source]

Can be used on VB.Net and VC# 2005 (or newer version) projects.
To use the control, extract the ZIP file. On extraction folder, drag TScopeComponent.dll file and drop it on Visual Studio ToolBox.

Thursday, August 27, 2009

TDesktopSlider 1.0.0.0

TDesktopSlider will change your WindowsXP Desktop Background automatically. Only select a path. After that DeskSlider set pictures in chosen folder as background image.
The software has extension filter + subfolder checking. You also can set an inerval for each background image duration.


System Requirement: ( Windows XP or MS Windows Server 2003 ) with .Net Framework 2.0 + {30 MB or a bit more HardDisk space}
Note: I do not test the application on Vista, Server 2008 and Se7en.

Download
208 KB - MSI file (Setup)
+ VB.Net 2005 Source

Monday, July 27, 2009

Reflector vs. Packer

.NET Reflector™
Explore, browse, and analyze .NET assemblies
(FREE)

.NET Reflector enables you to easily view, navigate, and search through, the class hierarchies of .NET assemblies, even if you don't have the code for them. With it, you can decompile and analyze .NET assemblies in C#, Visual Basic, and IL.

Download 1 MB


MPRESS
MPRESS is a free, high-performance executable packer for PE32/PE32+/.NET/MAC-DARWIN executable formats!

MPRESS makes programs and libraries smaller, and decrease start time when the application loaded from a slow removable media or from the network. It uses in-place decompression technique, which allows to decompress the executable without memory overhead or other drawbacks; it also protects programs against reverse engineering by non-professional hackers. Programs compressed with MPRESS run exactly as before, with no runtime performance penalties. MPRESS uses own LZMAT - extremely fast data compression library.

Download MPRESS v2.12 83 KB (Console)

Saturday, July 4, 2009

TStuffManager 1.0.0.0 RC

StuffManager is a flexible application to manage lists of goods and stuffs. You can edit your list and also search into it.


Download 65 KB

.ZIP = {.EXE (Portable Software : .NetFramework 2.0) + .XML}
& VB.Net 2005 Complete Source