How to Create a Random Line Selector in Visual Basic

Submitted by Yorkiebar on
Introduction: Welcome to my tutorial on how to create a random line selector from a word document. Steps of Creation: Step 1: First we want to create a form with... Textbox1 - File Path Textbox2 - Chosen line Button1 - Browser for file path Button2 - Get random line Step 2: Now lets do the button1 function - selecting a file path... Private Sub Button1_Click(sender As Object, e As EventArgs)

Scientific Calculator

Submitted by Raj.Sharma on
This Scientific Calculator is written in C#.NET 4.0... For students or anyone else who needs program or source code for thesis writing or any Professional Software Development,Website Development,Mobile Apps Development at affordable cost contact me at Email : [email protected],[email protected] Facebook : https://www.facebook.com/Rajcoolguy99 skype- [email protected] WhatsApp or Viber -

$10bn Is The Worth Of 140-Character Twitter After Going Public

Submitted by Saad Arif on
Finally the wait is over and Twitter has gone public. The stock exchange valuation of Twitter is $10bn. The question is what made Twitter so popular and what will be future of this newly born IPO? The little blue bird that you see every day on the internet and in print media as well is worth $10bn now in stock market. The main reason for its success is its simplicity. If you are a Twitter user

Adobe's Database got hacked – Source Code Was Stolen Including Millions of Customer Records

Submitted by Saad Arif on
It has been discovered by Adobe’s screening team that there has been some suspicious activity in its network. Not only there has been a security breach but the customer data is stolen as well. As per the reports following information about more than 2.9 million customers has been stolen from Adobe’s records. • Adobe Customer ID • Customer Name • Encrypted Password • Encrypted Debit Card Numbers •

String and Numeric Validation Using JavaScript

Submitted by jaymeen_86 on
This Program Demonstrates textbox input validations on keypress. Feature of this program is how to Validate textbox onkeypress event to prevent user to input firstalphabet,secondalphabet Characters. Most Important feature is it ristricts user to input only numeric values in textbox using ASCII Values. Hope you find it helpful.