CX Software - Developers

Welcome to the Developers page!

Firstly, you might be wondering what our programs are made of. Well, we use Microsoft Visual Basic.NET as our primary programming language (we use MS-DOS batch script too, but VB.NET mainly). What is Visual Basic? It's a relatively easy to learn programming language that lets you create your own professional programs fast!                                                                                                                                                                                                                      

Q: Where can I get Visual Basic?

A: You can get it here: http://www.microsoft.com/Express/VB/

----------------------------------------------------------------------------------------------------

Q: Where can I get tips and tricks for Visual Basic?

A: I'd recommend the MSDN VB website (http://msdn.microsoft.com/en-us/vbasic/default.aspx). YouTube is also a place to find tutorials. Below are some tutorials from YouTube:

----------------------------------------------------------------------------------------------------

 

Visual Basic YouTube Videos:

Program a MEDIA PLAYER with VISUAL BASIC 2008

Screen capture showing you how to prgram your very own simple media player using visual basic 2008 or 2005. Suitable for beginners!

Details may be hard to pick out but if you can become familiar with the visual basic 2008 environment then you should be able to know what is happening or just do it the easy way and look at the guide i have given below!

Happy programming!

After you have added the "windows media player", "open file dialog" and "command button" to the form, double click on the command button to open the "code" window. Put in this code:
OpenFileDialog1.ShowDialog()
AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileName

Go back to the design window and select "OpenFileDialog1" at the bottom. Go to its properties window and go to "filter". Type in " All Files(*.*)|*.*| " (without quotation marks.) You can customise the filters to what you want.

Run your program and everything should work fine :)

 

Super Cool Web Browser, MS Visual Basic 2008 Express Edition

 Its not like any other web browser that anyone has done, in fact, its better and lighter than Firefox...

Check it out, Rate it, ...

Sorry, My Roxio Sound Recorder Was not able to give you guys sound for this recording, ... , I promiss I will give you audio, and 10X more features in the next video...

 

Calculator in Visual Basic 2008 Express

Hey Everyone, please check out my other videos for more information.

Get the code i promised here.

http://dunkles.webs.com/vb.htm

 

Visual Basic 2008 Countdown

-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Have fun with Visual Basic.NET!