Posts

Showing posts with the label make

Simple Tips to make your Smartphone Work Faster

Simple Tips to make your Smartphone Work Faster                           Simple Tips to make your Smartphone Work Faster : If you are a Smartphone carrier and frustrated due to slow mobile performance or slow app running then in this page we promise to remove all your frustration regarding the slow performance of your Smartphone. In this page we will guide you all the basic tips and the fundamentals that you can apply on your mobile phone to increase its performance and speed up.                         Tips to make your Smartphone Work Faster : 1. The main key that you need to understand before making your Smartphone Work faster is realizing and understanding all the factors that make the Smartphone Performance slower. For this you need to close all the recent apps and only need to open and work one app at a time. This will not only increase your mobile performa...

VentureBeat Galaxy S9 and Galaxy S9 to Make a Cameo Appearance at CES 2018

VentureBeat Galaxy S9 and Galaxy S9 to Make a Cameo Appearance at CES 2018 Over the years, Samsung has followed an annual release schedule for its Galaxy S flagship smartphones. Usually, Samsung announces the latest Galaxy S flagship variants at either MWC, or at a dedicated event held later. This year, for example, the company announced the Galaxy S8 and S8+ at an event held on March 29, and the phones were available for purchase three weeks later. However, the schedule seems to have been changed for the successors of the Galaxy S8 and S8+. According to Evan Blass on VentureBeat,� Samsung is planning to reveal the Galaxy S9 and Galaxy S9+ earlier than usual. The report stated that the phones are scheduled to make their first public appearance at CES, which will be held in January 2018. However, it isnt clear how much information about the devices will be revealed at CES. The report added that Samsung is still planning to hold an official launch event in March, just like the March 20...

Visual Basic 2010 Tutorial How to make a simple calculator

Image
Visual Basic 2010 Tutorial How to make a simple calculator Watch Tutorial : Codes : Public Class Form1 Dim FirstNumber As Single Dim SecondNumber As Single Dim AnswerNumber As Single Dim ArithmeticProcess As String Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click TextBox1.Text = TextBox1.Text & 1 End Sub Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click TextBox1.Text = TextBox1.Text & 2 End Sub Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click TextBox1.Text = TextBox1.Text & 3 End Sub Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click TextBox1.Text = TextBox1.Text & 4 End Sub Private Sub Button5_Click(ByVal sender As System.Object, B...