Basically Implementation#01 and Implementation#02 should be same. But Implementation sometimes gets exception if modifiers = ModifierKeys.None.
So, use the 2nd way of implementation if required.
Basically Implementation#01 and Implementation#02 should be same. But Implementation sometimes gets exception if modifiers = ModifierKeys.None.
Posted by আলোর ছটা at 12:15 PM 0 comments
Labels: WPF
Posted by আলোর ছটা at 10:01 PM 0 comments
C# .NET 2.0 Test Driven Development
The above website is helpful for a beginner though some steps could have been clearer.
Posted by আলোর ছটা at 9:55 PM 0 comments
Posted by আলোর ছটা at 9:46 PM 0 comments
I'm feeling excited knowing that we can have different css styles for normal web-view and for printing. Say, in your website there is an image which you don't want to be available for printing. You can do so simply adding some css style (display:none) for printing (media="print"). Here is the example
<html>
<head>
<style type="text/css" media="print">
.noPrint{
display: none;
}
</style>
</head>
<body>
Here is the image: <img class="noPrint" src="myPicture.jpg" />
</body>
</html>
Inline css is like below
@media print {
.noPrint{
display:none;
}
}
Posted by আলোর ছটা at 3:59 PM 0 comments
Labels: CSS
Download
Posted by আলোর ছটা at 11:07 PM 0 comments
Labels: SVN
I have found a critical bug in Google Groups!
In google groups, if you set a banned member's membership to manager, then it seems that that user becomes a non-member manager. Then it becomes impossible to change his/her membership type. You cannot even delete / invite that person again. It's a bug and it's from Google!!
There is a remedy though. You have to use firebug.
Posted by আলোর ছটা at 1:00 AM 0 comments
Labels: Google Bug
sudo apt-get install unrar
Posted by আলোর ছটা at 7:53 AM 0 comments
Labels: ubuntu
© 2007 t!ps n tr!cks: 2010