heyy guys !! i am back with java .. , so today i am gonna teach you how to make a your very first java GUI program after that i will write more tutorial on adding controls to the interface and giving click events .. , first of all open your favorite...
Home » Archives for April 2013
How To Add Facebook Comment Box To Your Website

adding facebook comment made easy by facebook ! there are lots of use from using facebook comment box instead other comment systems . if you have not seen a facebook comment box below are two designs that facebook gives you
facebook comment...
How To Make A Simple Digital Clock Using Javascript

i remember i have written a tutorial on making a clock using javascript before but i know that it was not explained and that codes were not clean so i thought make it again with nice codes . first we need to create a html document to make a the javascript...
How To Play A Wave Sound File In Background Mode In C#

this is gonna be a snippet and i call it a useful snippet , you just need to add a namespace and add 4 lines of codes to a event .
add this namespace :
Using System.Media;
after that you need to add these 4 lines of codes for a event (for example...
Drop Shadow At The Form Border In C#

i hope you guys didn't forget the same thing that i have written for VB.NET . alright like that we are now going to make the form border drop shadow that will make the form look awesome :) if your on a project that doesn't matter or create a...
How To Validate Textbox : Only Numbers, Only Characters, Not Null, Only Email in VB.NET
in
assign,
textbox,
tutorial,
validate email,
validation,
vb.net
- By
Mohamed Shimran
- on 4/09/2013
- 6 comments

Today I have brought you something delicious :) so you guys wonder how it works , first we have to create a module and we just have to assign the textbox for a validation (Only Number,Only Characters,Not Null,Only Email) so first of all lets create...
How To Make God Mode Windows 7 In C#/VB.NET

god mode is just a folder that can be used to control anything it's really easy rather than using the windows control panel because it has all the things that a user can control :) now we are going to create that folder using c# . just put these...
How To Make Scrolling Graphics Effect In VB.NET

hello guys :) this is something very cool and it has been created using pure graphics(2ddrawing) in vb.net . first of all i want to say you don't need work harder to understand the codes because this is created in a very simple format . ok now you...
How To Connect To Mysql Database In VB.NET

hello guys , i will tell you just how to connect to mysql database in vb.net . we all know that mysql is one of the bets RDBMS which means relational database management system shortly we say DBMS which means database management system . ok now first...
How To Create Snow Falling Effect On The Form In VB.NET

I am today with an awesome effect. This is something created very simply without any classes or modules ok lets make it. First of all set your form and after that add a timer and thats all you need now just double click your form and put these.
Public...