Posts Tagged ‘2010’

www.schoolfreeware.com ASCII Table Link en.wikipedia.org Characters have a value assigned to them. The functions Asc() converts the character into the ASCII Value and the function Chr() converts the ASCII value into the character. This video will show how to use keypresses to get ASCII values for characters pressed and will show how to sort text [...]

All code can be downloaded at: www.schoolfreeware.com When the user or computer does something this can trigger an event to happen. Examples of events include clicking on buttons, forms loading, mouse movements and so on. When an event is triggered the instructions within that event runs

Code Download: www.schoolfreeware.com Notes You need to have Flash Player installed on the computer: www.adobe.com – Free Download You will need to modify the link to the YouTube video: Remove the watch? and replace the = with a / in the link Original: www.youtube.com Modified: www.youtube.com The Shockwave Flash Object needs to be loaded in [...]

Code Download: http:/www.schoolfreeware.com The Data Type Summery (Visual Basic) can be found on Microsoft’s MSDN Website msdn.microsoft.com This Tutorial – Shows Data Types, Variables, Classic String Conversions and A Simple Calculation Dim – Used to declare the variables Str – Converts Values to Strings Val – Converts Strings to Values Operators: + Add – Subtract [...]

Codes: mrvbdude.blogspot.com Hello and welcome to another Visual Basic Tutorial. Today in this tutorial, i will be teaching u all how to make a screen capturing program in VB.net (Visual Basic 2008, 2010, 2005). This Program just takes the screen shot of your entire screen. And then u can save this image in format .jpeg..! [...]