Search This Blog
Monday, 24 September 2012
Friday, 20 January 2012
Simpsons Game
I was working on a game and by God grace it is complete ........ actually it is a beta... n really simple ........ so plz download it n play
Enjoy the joy of Programming
God Bless You
Jai SiyaRam
Monday, 16 January 2012
C# How to get all usb drives
It is really simple...
foreach (DriveInfo drive in DriveInfo.GetDrives())
{
if (drive.DriveType == DriveType.Removable)
{
//// that's all :) Jai SiyaRam Bless You
}
}
Enjoy the joy of Coding
Jai SiyaRam
Bless You
{
if (drive.DriveType == DriveType.Removable)
{
//// that's all :) Jai SiyaRam Bless You
}
}
Enjoy the joy of Coding
Jai SiyaRam
Bless You
Subscribe to:
Posts (Atom)