This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

الثلاثاء، 27 مايو 2014

How to move borderless form (100% EASY) in VB.Net

Hey guys well form properties with formborderstyle - None is very good option
for customizing your form.
But the problem with this is we can't make our form draggable/movable.
I have a very good solution for this problem

                Borderless Form Example

Just go to your form code & paste this code below public class form1 :



Note  : Here form1 is your form name

الأحد، 25 مايو 2014

How to create a screen locker in VB.Net(Disable Alt+F4,Alt+Tab,Win Key etc)

In this tutorial we will see how to make a screen locker in vb.net with Alt+ Tab,Alt+ F4,Alt+ Esc,Windows key & Task Manager Disabled .

Steps :

1) Create a new project in visual studio.
2) Select form properties and set FormBorderStyle to None and WindowState to Maximized.
3) Now add a Timer set its interval to 1 & select enabled = true
4) Double click your windows application form.
5) Erase the entire code and paste the code given below

This Code Helps to Disable Alt+F4,ALT+Tab,ALT+ Esc,Win Key & Task Manager :
 


6) Now add a label & textbox change its text to "Enter Password" & Login respectively.
7) Now go to Solution Explorer & select My Project
8) In my project select Settings add password in Name Column ,Set its Type as String & value to 1234 as shown below.


9) Now go back to form1 and double click login button & add the following code :
If TextBox1.Text = My.Settings.password Then
Me.Close()
Else
MsgBox("Incorrect Password", MsgBoxStyle.Critical)
End If
10) Save ii & Debug your project.


Note : Use 1234 as your password


Watch Video :




الجمعة، 23 مايو 2014

Youtube Downloader 4.8.1 + Crack

Description:

YTD Video Downloader - easy to use software that is designed for download and view video from popular services like YouTube, Facebook, Google Video, Yahoo Video etc. The software allows you to convert video to MP4, AVI, 3GP, WMV formats or for view on iPod, iPhone, PSP and other portable devices. YTD Video Downloader plays downloaded video files using the built-in player. The software has a simple and intuitive interface.

Whats new ?


I tested out YTD's new "resume download" functionality the old-fashioned way--by ripping the ethernet cord out of the back of my PC. The software delivered as promised--after the PC was unplugged, the downloading files updated to a "Status" of "Paused, waiting for Internet connection" and then resumed appropriately after replugging into the network.
YTD Video Downloader version 4.0 doesn't add many new features, but performance of the latest update was impressive, and the app continues to work flawlessly on all the major video-streaming sites.


الخميس، 15 مايو 2014

How to Create a Simple Registration Form in VB.Net

In this tutorial we are going to learn basics controls of Visual Basic Dot Net .If you are a beginner then this tutorial is for you .

1)Open Visual Studio
2)Select File->New Project
3)Select "windows form application" & Name your project whatever you want.
4)Hit Ctrl+Alt+X to get "Tool Box".
5)To Create a form we need following things/controls:
a)Labels - To write text on our form.
b)TextBox's - To provide user to input some data.
c)Checkbox - To provide multiple selection.
d)Buttons - To Submit the written information.
e)Radio Buttons - To Choose single thing at a time
6)Now after studing all the functions ,we will move towards designing phase.
7)Well for designing a form we just need to 'Drag' controls on the form.
8)For better understanding, its much better to watch video of this tutorial , so here's the video





الأربعاء، 7 مايو 2014

HOW TO HOST YOUR WEBSITE USING GOOGLE DRIVE


host website using google drive
Google Drive is a file storage service (like Dropbox) provided by Google. It enables users to store their files on cloud storage and share files with others. So In this article we will see how to host your personal website using Google Drive. Google offers all users an initial 15 GB of online storage space to store their files, which is good enough to host personal website. But do notice Google Drive do not provide DNS service to assign custom domain name for your site.

HOW TO HOST YOUR WEBSITE USING GOOGLE DRIVE


1) First go to Google Drive → Create a new folder → Rename it → Click on "Create and share".
google drive web host


2) Now click on Share folder icon → click on "Change" to change the access for folder → Set Visibility option "Public on the web" → Click on "Save" → and click on "Done".

google drive web host

google drive web host

3) Now upload your html files there. You can create another folder for your images and css files and upload these file in respective folders.
google drive web host

4) After uploading, click on your "index.html" file. You will see "Open" option at bottom of your right hand site. Click on it.
google drive web host

5) It will open your index.html file to another tab. To see your website click on "Preview" button.
google drive web host

It's done. If you want to share the link of your website, share the Preview URL to others which looks like this - "https://googledrive.com/host/...".

Notes:

1) Your home page must named as "index.html"
2) Google don't provide DNS service to assign Domain name. So you cannot assign DNS based domain name for your hosted website. You can use URL forwarding for your website.