5.3 (2) Creating a Calculator in Visual Basic Part Two
Adding the code needed to make your calculator function (continued from part one) Here’s the code used: Option Explicit On Public Class Form1 Dim FirstNumber As Single Dim SecondNumber As Single Dim AnswerNumber As Single Dim ArithmeticProcess As String Private… Continue reading
Visual Basic 2008 (VB) – Advanced Media Player (Tutorial)
YouDucks32 Visual Basic 2008 Express Edition Tutorial – Advanced Media Player – In this video i’ll show you how to make an advanced media player in Visual Basic (VB) 2008 Express Edition. All you need is : – Visual Basic… Continue reading
Pirates of the Caribbean 3 Visual Effects Before and After
This is some before and after footage from Pirates of the Caribbean: At World’s End done by Digital Domain. I did not make this. I simply downloaded it from digitaldomain.com so more people can see it. Enjoy!
Visual C++: Creating an Executable (.exe) File (2010)
xoax.net Lesson Page: xoax.net For this C++ tutorial, we demonstrate how to create an executable (.exe) file in Visual C++ 2010 that you can transfer to other machines and run independently of Microsoft Visual Studio. Please submit all questions to… Continue reading