Thursday, March 28, 2013

Installer Maker from Visual Studio, VB6 Project

Hi guys, do you want to make application and want build installation.
Here I was found link that you can download for installer
http://web.archive.org/web/20080513102621/http://msdn.microsoft.com/en-us/vstudio/aa718352.aspx
you can use it for VB6 Application project or any application.
download two of files, and extract it to be one folder and run setup to install, this application just like visual studio.net

Just for share!

Tuesday, March 19, 2013

Create Crystal Report with SQL Query

This is very simple but almost forgotten how important this step.

1. Open Crystal Report Application
2. at pop up when you start, choose using the Report Wizzard
3. choose Standard
4. Press OK
5. Create New Connection
6. Choose OLE DB(ADO)
7. Choose Provider Database
8. Fill Server Name, Password, and database you are connect

Monday, March 18, 2013

Change Windows Product Key After Install

Do you need to change your product key so you can activate Windows Vista, Windows 7 or Windows 8 properly? You can use a great command line tool that will help you do this very quickly. Just follow these steps:
  1. Launch the Start Menu and type in command prompt or cmd so that it shows up on your start menu search list. Right click on the Command Prompt shortcut and select Run As Administrator.
  2. At the administrator command prompt, type in "slmgr.vbs -ipk "

    slmgr.vbs -ipk 00000-00000-00000-00000-00000
  3. To activate windows after changing the key, run "slmgr.vbs -ato"
  4. if you want to use a graphical interface, run the following at a command prompt. Do this in the cmd prompt: slui.exe 3 then type in your key
  5. Then just type in your product key and click the Activate button.