Sign In
Grounded in Mobility
extreme over the air manouvers
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Localization
Pages
security
Sync Services
Archive
Archives
December 2008
(1)
November 2008
(6)
May 2008
(2)
April 2008
(1)
January 2008
(1)
December 2007
(5)
November 2007
(2)
July 2007
(3)
December, 2007
MSDN Blogs
>
Grounded in Mobility
>
December, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Grounded in Mobility
WebBrowser control bug in Compact Framework for WM Standard device
Posted
over 5 years ago
by
agujjar
2
Comments
Here's the scenario - You have a form (StartForm) which has a sub-form (subForm) that contains a WebBrowser control. When the sub-form is disposed (not just dismissed), your startform also shuts down. This is a bug ! This occurs because the Web browser...
Grounded in Mobility
VS 2008 renders Windows Mobile Form as a Windows Desktop form !
Posted
over 5 years ago
by
agujjar
0
Comments
Ran into a funny problem with Visual Studio, where it got confused and started rendering my Windows Mobile form as a Windows Desktop instead of The problem occurs, in my case, due to a combination of two factors 1. This form is inherited 2. Both the forms...
Grounded in Mobility
Determine the Platform in .Net Compact Framework 3.5
Posted
over 5 years ago
by
agujjar
1
Comments
.Net CF 3.5 introduces the SystemSettings . Platform property in Microsoft.WindowsCE.Forms namespace which provides you the platform of the device the code is executing on. The property is of type WinCEPlatform enumeration which contains the members ...
Grounded in Mobility
Using unsupported locale in Windows Mobile
Posted
over 5 years ago
by
agujjar
0
Comments
Although you can technically change the locale of the device to anything you desire by using the SetUserDefaultLCID , you should only allow it to be set to one of the available locales. Even though your application maybe able to handle the change, this...
Grounded in Mobility
Changing the language programmatically in WM 6.0
Posted
over 5 years ago
by
agujjar
1
Comments
Localization in compact framework 2.0 is a rather poor cousin of its counterpart in the full framwork 2.0. One of the most annoying (but understandable once the reasons are understood ) issue is that CurrentThread.CurrentCulture does not exist on the...
Page 1 of 1 (5 items)