Tips and Tricks for .NET languages
Search This Blog
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
n do't forget to give ur precious feedback
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)