Tips and Tricks for .NET languages
Search This Blog
Thursday, 7 March 2013
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
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
Saturday, 10 September 2011
Key Events
Key Events are very important part of programming, just for instance if you want to ban 'A' in your text field then you have to switch to key events , or if you want to raise any event arrows keys then you will have to switch to key events.
for more information and coding visit : http://keyboardhandling.blogspot.com/
Enjoy the joy of coding
God Bless You
Jai SiyaRam
Thursday, 8 September 2011
Implement Facebook Tools in your web project
Just go to: Facebook tools
Everything is explained there with code.
Enjoy the joy of coding
Jai SiyaRam
Everything is explained there with code.
Enjoy the joy of coding
Jai SiyaRam
Saturday, 3 September 2011
Make Form Transparent
It is easy to make From Transparent,
Just go to http://transparentform.blogspot.com/ , everything is given here
Enjoy the joy of Programming,
God Bless You,
Jai SiyaRam
Just go to http://transparentform.blogspot.com/ , everything is given here
Enjoy the joy of Programming,
God Bless You,
Jai SiyaRam
Subscribe to:
Posts (Atom)