Friday, July 5, 2013

IF Statement Syntax If logicalcondition Then Compound Statement End If Sample Program that best illustrate the use of IF Statement in Visual Basic 6.0. Interface Object Properties Source Code  Private Sub cmdclose_Click() If MsgBox("Are you sure you want to end this program?", vbQuestion + vbYesNo, "Comparing Two Numbers using IF Statement") = vbYes Then     End End If End Sub Private Sub cmdIF_Click() If cmdIF.Caption...

Tuesday, July 2, 2013

Create the following interface by utilizing the simple concepts discussed by your instructor. Graphical User Interface: Source Code: Private Sub cmdClose_Click() If MsgBox("Are you sure you want to end this program?", vbQuestion + vbYesNo, "Hello World Application") = vbYes Then     End End If End Sub Private Sub cmdPrint_Click() If cmdPrint.Caption = "&Print" Then     txtPrint.Text = "Hello...

Monday, June 24, 2013

iDroid Kata Smart Phone powered by Anroid version 2.3.5  If we have reached the maximum patterns allowed in opening iDroid Kata smart phone, we can access our  phone by signing in to the Email Account provided during the mobile phone first use. If ever we have not set Email Account on our smart phone. We need to perform hard reset on iDroid. I would like to share this solutions on how I solve this problem. Few...

Wednesday, June 19, 2013

If you miss to play your favorite Games from an Old Game Console like SEGA Genesis, it is now possible without your Dirty Old Game Console but through your Smartphone. First thing to do is to download a Game Console Emulator for Smartphones: Download Nintendo Family Computer Emulator (NES Emulator 1.5.7) Download SEGA Genesis Emulator (Gensoid) After installing your Favorite Game Console Emulator, you can download hundreds of ROMS available at Free ROM...
To use sim card from other network to network locked Java Enabled Samsung Phones, just follow this few simple easy steps: Step 1: Remove the battery from the phone and insert the sim card half way to the sim card slot. Step 2: Insert the battery and provide space so that you can push the sim card later. Turn on the cellphone. Step 3: When the phone turns on and display Insert Sim Card, you can select one of this two option to restart your phone. - Dial *2767*2878# or - Go to Settings -> Time and Date -> Automatic time update. When your...