»»-| AkhlD |-««

»»-| AkhlD |-««

Nothing else....try 2 c my Profiles...in Orkut..Facebook....

Location:  India, Kerala, Calicut, Vatakara, Kannookkara

My interests:  Media, Programing

My blog

«« AkhlD™ »»

Created on 28/02/2009

Are you a programer ? or someone trebbled with programs...then come to my blog theres a lots of posts related to your problem...i can solve ur problems with your Registry,programing with c/c++,Java,VB.NET,VBS,etc

Category: Weblogs

articles : 33

Blogrank : 0 (learn more)

My last posts

Irc Commands

IRC Commands This is a list of all Internet Relay Chat (IRC) commands from IETF RFCs 1459 and 2812. In mostly all graphical IRC clients, raw commands must be preceded by a slash ("/"). Angle...

How to flood an IRC channel

Most of all users in Irc will be feared of flooding the channel or in the PM. However a channel is protected by bots…and most of Irc client application supports Ignoring (ie, if flooded in PM the...

Registry Virus

Most of the virus programmers disable some features of the registry like, Disables the task manager…..Disables the Run…..etc. Let’s take a look how do they done all these…. Here I’m making a bat...

How to Disable Windows Recent Documents

Windows always keep a list of files which you have recently opened. In the Recent Documents (ie,Run->recent)….. so another user in your system can be easily view What have you done. To disable the...

How to Hack Windows XP Password

How about hacking into another system protected by a user name and password ? There’s a number of ways to do that…….some of those are…..here Ø 80% users leave their administrators password blank...

Simple Color Chooser

//http://iam-the-hero.over-blog.com //Programed by Akhildas™ //color.java import javax.swing.*; import java.awt.*; import javax.swing.border.*; import java.awt.event.*; public class color extends...

Dropdown Menu

//http://iam-the-hero.over-blog.com //Programed by Akhildas™ //menu.java import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import java.util.*; public...

Labels (BOLD,COLOR,SIZE,etc)

//label.java import java.awt.*; import java.awt.event.*; import javax.swing.*; public class label extends JFrame { JLabel l1,l2,l3,l4; public label() { JPanel cp=(JPanel)getContentPane();...

Confirm dialogbox

//http://iam-the-hero.over-blog.com //Programed by Akhildas™ //confirm.java import javax.swing.*; import java.awt.event.*; import java.awt.*; import java.lang.*; public class confirm extends...

Combo box

// button.java //http://iam-the-hero.over-blog.com //Programed by Akhildas™ //combo.java import javax.swing.*; import javax.swing.border.*; import java.awt.*; import java.awt.event.*; public class...