DCSIMG
C#,Mobile - Just code - Tamir Khason

Browse by Tags

All Tags » C# » Mobile (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/reading-and-decoding-rds-radio-data-system-in-c/ ] RDS or Radio Data System is very common in US and many European countries. It is communication protocol used to send small amount of digital information using regular FM radio broadcast. This protocol is used to "tell" your receiver about alternative frequencies, time, program notifications, program types, traffic information...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/creating-transparent-buttons-panels-and-other-control-with-compact-framework-and-putting-one-into-other/ ] In WPF / Silverlight world it's very simple to make transparent controls and put anything inside anything. However, that's not the situation in WinForms, and even worth in the world of compact devices with CF. Within this worlds, there is only one way to make controls transparent...
[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/action-required-smart-client-users-group/ ] Recently I browsed INETA to seek for some group and was really surprising. There is no Smart Client user group registered there. Maybe there is a reason? Let’s understand what Smart Client is? According wikipedia , the term "Smart Client" is meant to refer to simultaneously capturing the benefits of a " thin client " (zero...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/running-wpf-on-gas-pump-or-other-windows-ce-devices/ ] What do you think, is it possible to run WPF on Windows CE enabled devices (e.g. gas pumps, GPS systems, robots, game or automatic teller machines or, even, scientific calculators)? Let's see following code: StackPanel panel = new StackPanel(Orientation.Horizontal);            ...
[This blog was migrated. You will not be able to comment here. The new URL of this post is http://khason.net/blog/sound-tone-and-dtmf-generation-by-using-managed-directsound-and-c-and-sine-tone-detection-with-pure-managed-goertzel-algorithm-implementation/ ] Well, today, we'll speak about math. A lot of math. We have a number of challenges today. Generate sine, square or dual sine tone (DTMF - sounds, that your phone keyboard produces) Playing it in managed code Detection of base frequencies...
[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...