Click here to Skip to main content
15,905,419 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Socket Communication over WiFi not working in Windows Mobile Pin
Vivek Vijayan13-Feb-10 22:20
Vivek Vijayan13-Feb-10 22:20 
QuestionUnable open .ppt file programatily Pin
yrishi4-Feb-10 19:22
yrishi4-Feb-10 19:22 
AnswerRe: Unable open .ppt file programatily Pin
KingsGambit4-Feb-10 23:56
KingsGambit4-Feb-10 23:56 
GeneralRe: Unable open .ppt file programatily Pin
yrishi5-Feb-10 0:41
yrishi5-Feb-10 0:41 
QuestionCreating shortcuts in Windows CE? Pin
sysop@HAL9K.com4-Feb-10 5:03
sysop@HAL9K.com4-Feb-10 5:03 
AnswerRe: Creating shortcuts in Windows CE? Pin
KingsGambit4-Feb-10 23:53
KingsGambit4-Feb-10 23:53 
QuestionDetecting mobile phones & their screen sizes.?? Pin
Aditya chavan22-Jan-10 8:52
Aditya chavan22-Jan-10 8:52 
AnswerASP.NET Mobile Detection And Redirection Pin
Amimpat8-Nov-10 21:52
Amimpat8-Nov-10 21:52 
Please take a look at http://51degrees.codeplex.com. It is an ASP.NET open source module which detects mobile devices and provides auto redirection to mobile optimized pages when request is coming from mobile device. It makes use of WURFL mobile device database. For redirection there is no need to modify existing ASP.NET web application pages.

Sample web.config configuration for mobile device detection based on MobileDeviceManufacturer property.Both WURFL capabilities and ASP.NET Browser properties can be used with the property attribute.

<redirect firstRequestOnly="false"
mobileHomePageUrl="~/Mobile/Default.aspx"
timeout="20"
devicesFile="~/App_Data/Devices.dat"
mobilePagesRegex="/[Apple|RIM|Nokia|Mobile]/">
<locations>
<location url="~/Apple/Default.aspx">
<add property="MobileDeviceManufacturer" matchExpression="Apple"/>
</location>
<location url="~/RIM/Default.aspx">
<add property="MobileDeviceManufacturer" matchExpression="RIM"/>
</location>
<location url="~/Nokia/Default.aspx">
<add property="MobileDeviceManufacturer" matchExpression="Nokia"/>
</location>
</locations>
</redirect>

QuestionSpeeding up the display of .Net Compact 2.0-application Pin
J. Holzer21-Jan-10 22:08
J. Holzer21-Jan-10 22:08 
AnswerRe: Speeding up the display of .Net Compact 2.0-application Pin
PavanPareta1-Feb-10 22:33
PavanPareta1-Feb-10 22:33 
QuestionLaunching of ActiveX controls from WinCE thru' eVC++ Pin
snehayp20-Jan-10 21:40
snehayp20-Jan-10 21:40 
NewsFree developer training for Windows Mobile 6.5 Pin
brucedkyle18-Jan-10 5:59
brucedkyle18-Jan-10 5:59 
QuestionUsing flash10e.ocx in wince Pin
snehayp17-Jan-10 18:46
snehayp17-Jan-10 18:46 
AnswerRe: Using flash10e.ocx in wince Pin
xiang_yan2-Mar-11 21:45
xiang_yan2-Mar-11 21:45 
QuestionExport content from database either to text or xml Pin
codenoobie17-Jan-10 16:40
codenoobie17-Jan-10 16:40 
QuestionCompiler Error CS0119 -Plz Help!!! Pin
Pooja Shekhar Iyer16-Jan-10 20:43
Pooja Shekhar Iyer16-Jan-10 20:43 
QuestionMultiple Device Development Platform Pin
RB@Emphasys15-Jan-10 4:41
RB@Emphasys15-Jan-10 4:41 
QuestionHi everybody Pin
ELIGIUS MUGANYIZI11-Jan-10 1:41
ELIGIUS MUGANYIZI11-Jan-10 1:41 
Questionis there any regex lib working on windows mobile with c++? Pin
Johnhans7-Jan-10 16:32
Johnhans7-Jan-10 16:32 
AnswerRe: is there any regex lib working on windows mobile with c++? Pin
Garth J Lancaster7-Jan-10 16:54
professionalGarth J Lancaster7-Jan-10 16:54 
GeneralRe: is there any regex lib working on windows mobile with c++? Pin
Johnhans7-Jan-10 17:00
Johnhans7-Jan-10 17:00 
GeneralRe: is there any regex lib working on windows mobile with c++? Pin
Garth J Lancaster7-Jan-10 17:49
professionalGarth J Lancaster7-Jan-10 17:49 
GeneralPCRE & PME Pin
Garth J Lancaster7-Jan-10 18:00
professionalGarth J Lancaster7-Jan-10 18:00 
GeneralRe: PCRE & PME Pin
Johnhans7-Jan-10 18:26
Johnhans7-Jan-10 18:26 
Questionhelp for j2me to read /write ms word file in java mobile Pin
ashish8patil6-Jan-10 10:35
ashish8patil6-Jan-10 10:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.