Wednesday 6 June 2012

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

    Thursday 31 May 2012

    'Diablo 3' allows intercontinental multiplayer, Blizzard takes cut of Auction House earnings


    Diablo 3 players will be able to team up with their fellow adventurers from across the globe — but with a few restrictions, Blizzard announced today.
    Characters and items in Diablo 3 will be bound to one of three server regions: The Americas, which includes the U.S., Canada, Latin America, Australia, New Zealand, and Southeast Asia; Europe, which encompasses European nations as well as Africa and the Middle East; and Asia, which includes South Korea, Taiwan, Macau and Hong Kong.
    Though you can't move characters between these three regions, players will have access to "Global Play," which lets them create new characters in territories other than their "home" region. They'll be allowed to play with other players on those servers with only one restriction: They can't bid in the real-money Auction House in any other region but their own.
    Speaking of, Blizzard also announced that the real-money Auction House won't launch until "approximately one week" after Diablo 3's May 15 launch. Blizzard posted a comprehensive FAQ on the controversial auction system on the game's official site, clearing up a few points of interest for its prospective users.
    For instance, folks hoping to turn the game into a business opportunity will be discouraged to learn that Blizzard will take $1 off the top of every piece of equipment sold (and 15 percent off of everything else), and charges a 15 percent transfer fee to move money through a third party like PayPal. To avoid that surcharge (as well as PayPal's own transfer fee), players can choose to move funds to their Battle.net account, where they can use their money to pay for games, subscriptions or more in-game items. Of course, once they do that, that money cannot be refunded back into real-life cash.
    Check out Diablo 3's official site for more information on how the Auction House will operate.



    comments

    PayPal launches UK-only InStore mobile payments app


    Online payment giant PayPal is launching a UK-only app for Android and iOS called PayPal InStore, which enables users to make payments using their smartphone and PayPal account. Rather than using NFC, the app generates a unique barcode for each account and relies on a four-digit PIN for security.
    Mobile payments have yet to make their mark in the UK, and perhaps with that in mind, PayPal has found an unlikely partner with the middle-of-the-road Aurora fashion group to help launch the scheme. Aurora will be taking mobile payments in its Coast, Oasis, Karen Millen, and Warehouse stores nationwide starting tomorrow. PayPal has recently partnered with a number of companies across the world as it attempts to make it big in the mobile payment space.


    So why no NFC? Cameron McLean, Managing Director of PayPal UK, says that "mobile payments don't need NFC technology to succeed," adding that the service "works with the phones most of our customers already own," and "our retail partner doesn't have to install new systems to take in-store mobile payments." PayPal has carried out research among major UK retailers that suggests you won't need a wallet on the British high street in 2016. According to McLean, "a phone will be enough."


    comments