Archive for December, 2005

One of my old software is now FREE for download…

Software : TransEasy Ver 1.0
Purpose : Tool for all types of voice transcription services
Tools : Visual Basic 6 with Win32 API
Comment : Transcribers can use any WordProcessing softwares under windows with this program.

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

How to get all database names with MS SQL & MySQL ?

with Microsoft SQL Server we can list all the database names with System Procedures
sp_databases
or
EXEC sp_helpdb
And in MySQL, its much more simple :
show databases;
VN:F [1.1.6_502]Rating: 5.0/5 (1 vote cast)

Leave a Comment

My Wife’s Submission on PlanetSourceCode

Yesterday, my wife subitted a Puzzle Game called XPuzzle (Ver 0.9) on pscode.com. The program is done in VisualBasic.NET. Three more games under development at our Home PC.
I’ve done the Graphic Design part of this program.
http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=4343&lngWId=10&txtForceRefresh=122820055341181913

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

Browser Compatible Dialogs

I am trying to make a Library of Cross-brower controls for Web-Appliation. This Experiment is in connection with that project

 test

 
This is a Browser Compatible Dialog ….

  

VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment

I moved to a new blog.

Hi Friends, I just moved to my new blog, and this is inside my own web space. .. which oWnZ mE!
Hope you will give me same (and more) support and love which you’ve given earlier for my submissions.
Thank you.
VN:F [1.1.6_502]Rating: 0.0/5 (0 votes cast)

Leave a Comment