RSS

How to make a MSG Box Generator on VB

How to make a message box generator on VB


Download the code:
http://www.mediafire.com/?9fc45l6x8ci6l5i


And watch the video for how to put the code:

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

The X-Mas is over but,the spirit stay

You think X-Mas is over?Maybe,but the spirit is always in our hearts...

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How to make a Calculator on VB

Download the code here:
http://www.mediafire.com/?99ts3zbnqth1ez3


Download my simple make:
http://www.mediafire.com/?6hph6iy6sv7ap2x




See the video on how to put the code

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How to make a Media Player On Visual Basic

Hello!!!Today i'm gonna show you how to make  a Media Player on Visual Basic


Code Download:
http://www.mediafire.com/?32hwhc1ddjju3h6



And watch the video on how to put the code:

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How to make a PDF reader on VB

Download the code here
http://www.mediafire.com/?lqob7k7p8k44bm8


And watch the video for how to put the code and the basics.

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How to make a loading screen for your VB application

How to make a loading screen for your program.It's very very easy.

Code:
Timer1 Code
---------------------------------------
ProgressBar1.Increment(1) If ProgressBar1.Value = ProgressBar1.Maximum Then Me.Hide() Form2.Show() Timer1.Stop() End If


Form1 Code
---------------------------------------
Timer1.Start




  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

How to embed videos to blogger

To embed videos to blogger,just copy the embed and paste it into the "Edit HTML" blogger new post directory


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS