DCSIMG
soft,C# - Just code - Tamir Khason

Browse by Tags

All Tags » soft » C# (RSS)
Please update your bookmarks, because the new url of this blog is http://khason.net/ (you have not update RSS feeds, it will be done automatically). Why I did it? Why I decided to go to “stand-alone”… Well. there are some reasons. Generally, I do not want to explain all those here, but trust me, there are some. The main reason is, that there is no responsible person in charge for this blog platform in Microsoft Israel. This why, if your blog is popular and you have a respect to your blog visitors...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/visual-studio-snippet-designer/ ] Chicks love CodePlex as well as Microsoft loves it too and today they release extremely useful tool, that was internal for more, then three years. It named: “ Visual Studio Snippet Designer ”. As you can, probably, understand. This tools is used to create and manage VS time savers - snippet files (introduced in VS2005) This is great tool, that will help...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/backup-and-restore-your-wireless-networks-settings-by-using-wirelessmigrator/ ] I had to reinstall my working notebook, so I begun to backup all it’s settings. I almost finished, when recognize, that Windows Vista has no tool for backup and restore wireless networks settings (tnx to Daniel Petri ). You can manually add or remove it. You can even change the priorities, but you cannot backup...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/quick-note-new-teched-downloads/ ] There is TechEd in Orlando, and this means, that there are a lot of new announcements. Let’s fill up our download managers with expensive fuel and start. New WM 6.1 images (both standard and professional) – absolutely required if you’re programming Windows Mobile Managed Extensibility Framework – I blogged about it a little in the past. Really cool approach...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/building-virtual-keyboard-in-wpf-custom-editors-accessibility-and-attached-properties/ ] The challenge - build alternative on-screen keyboard to appear on each textbox, marked to use such keyboard. The reason - custom editor, ability to use touch screen input, etc Realization: WPF, two windows, a little hooking, attached properties, custom commands and gestures. Let's start working...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/my-windows-mobile-does-not-sound-alarms-my-windows-mobile-alerts-whenever-it-want-to-alert/ ] Many of Windows Mobile users are suffering from different problems, related to clocks, alarms and reminders. This problem exists almost in all Windows Mobile systems (Windows Mobile 2003, WM5, WM6, etc).  Why this happens and how to take care on it? There root of this problem is something...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/how-to-disable-exchange-security-policy-for-windows-mobile-devices/ ] Direct Push pushes email into your Windows Mobile device and it's good. However it pushes you security policy as well, that sometimes make you unable to set password that you want and sometimes, lock your device after one minute of inactivity. How to disable this useful feature? How to cancel autolock feature of...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/wbxml-support-in-c-or-lets-make-it-smaller/ ] Dear visitors, 03 01 6A 00 00 01 41 42 03 57 42 58 4D 4C 20 50 72 6F 67 72 61 6D 6D 65 72 00 01 43 03 48 65 6C 6C 6F 2C 20 57 6F 72 6C 64 21 00 01 01 . Do you know what I'm talking about? Those 45 bytes string means following 208 bytes XML <hello-world> <greeter>WBXML Programmer</greeter> <greeting>Hello, World...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/find-similar-images-on-your-computer-with-duplicate-images-finder-alpha/ ] I wrote a lot of image (and not only image) processing algorithms. Most of them were for military proposes. Almost all of them are not secret, so why not to use war technologies for peace manners? Sitting one of those long evenings, I wrote a simple application, that seeks for similar (not by name of cause) images...
Posted by Tamir Khason | 32 comment(s)
תגים:, , , ,
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/how-to-test-localized-application/ ] You finished writing World-Ready application . It detects current system culture, or possibly, UI culture, or, even Region and change it's layout language to language, detected with those methods. Now, you want to test it on different locales. What to do? You can go to test PC or, if you're advanced user, install virtual PC images and test...