microsoft.public.dotnet.framework.aspnet.mobile Archive - April 2004
Post a message to this list
Messages
Page: 1
Speech API for Mobile Devices (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I am looking for a speech library which is compatible for mobile applications. I downloaded SAPI 5.0 but I am not able to add a reference to it in my SmartDeviceApplication .NET project in Visual studio. Can anyone help me? Thanks Vish
Finding updates for <browserCaps> (6 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hi Are there any online resources to get updates to the browserCaps secion of machine.config ? I have several users of my mobile app in Japan whose phones are not recognised by it and they get chtml when they should be getting wml etc etc. I see a reference to http://www.cyscape.com/browsercaps/ in my machine.config but that site does not have any updates. Frankly I'm surpised that Micorsoft has t...
TextBox - disable caching (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi All, Does anybody know how to disable caching for Mobile C# ASPX pages? I'm using TextBox control and I don't like that this control shows me all previous strings that have been entered by me or other users. That means a killed security. From the other side I don't want to make this control as a Password control to replace all symbols by stars '*'. Dmitri.
Passing parameters to mobile form (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Is there way to pass a parameter to a mobile form on a page through something similar to a querystring? I have a link on one form on a mobile page, and I would like to pass a parameter to another form on the page. What I am doing is basically an &quot;add/edit&quot; form, and I would like to link to the form by saying something like frmAddEdit?Add true. When I edit, I am linking from a list, and I'm keeping...
PhoneCall Problem (4 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hi all, I am building a wap site for my company and we are using PhoneCall on our wap site.. What is interesting is that even if I have downloaded device updates ( both 1 4 ) , Nokia phones don't support PhoneCall and it renders all numbers ( test and display ) on it while browsing... How can I add the Nokia PhoneCall support to my application ? Is there a way to do this ? Any help is appreciated ...
Force page to WML (4 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
I'm a new beginner to develop web page on mobile phone by using VB.NET 2003 I need to know that how can I force the output page to WML, not HTML. I need to see the result in Opera (this browser supports both of WML and HTML) and I always view source and see the code in HTML. Can I config on web.config or any properties in Mobile Form ?
Mobile and full-size browser in the same project (3 replies)
microsoft.public.dotnet.framework.aspnet.mobile
Hi All, Did somebody do a combination of Mobile Web Forms and Usual Web Forms in one project? How can we detect the user's browser and switch between two different login forms? My application suppose to work on PDA as well as on PC. And I need to switch in the beginning, maybe even before login, between these different forms. How can I do that? 1. I need to detect which browser is using on a user'...
Emulator connection error (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
I am building a Pocket PC client side application with VS.Net 2003. When I try and run the app with the emulator or when I try to connect to the emulator using Tools Connect to device I get the following error: &quot;Error: Cannot establish a connection. Be sure the device is physically connected to the development computer.&quot; I searched the KB and found KB 816826 and tried the solution but it did not h...
Inheritanse, insertions and not only that (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hi All, I post this message in three newsgroups, maybe somebody can say something helpful. The ASP.NET C# Web app consists of two parts the Mobile part (PDA) and the regular desktop browser (2000/XP) part. The business logic of both parts is absolutely the same. I don't want to make a full copy of the business logic in both parts but it seems to me that I don't have any choice. What's done now. I ...
Set Focus on a TextBox (5 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hello, I'm developping a Barcode Scanning program on ppc. I need to set focus on a textbox at page load (and so scan directly... with no use of the mouse to go in the textbox before). I tried this but don't works : public void setFocus(System.Web.UI.MobileControls.MobileControl champ) { string s; s &quot; script language \&quot;javascript\&quot; document.getElementById('&quot; champ.ClientID &quot;').focus() /script &quot;; Pa...
Connection OK with ActiveSync - not OK with VS2003 (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hello, I have a Dell Axim that is recognised OK by ActiveSync 3.7.1. and when I start the PC, synchronisation is done automatically with no problem. However, when I test a project with VS2003, I get a connection failed message &quot;Cannot establish a connection. Be sure the device is physically connected to the development computer&quot; In case it can help to solve my problem, the network connection is OK...
failure to connect with Sagem/Sony phones (9 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hi, I am currently trying to locate enough information to build an ASP.NET based website for wireless devices. However, I have hit upon a slight problem right at the first hurdle! I have created some basic mobile web applications and am hosting them on my own machine for testing. I can view them from a desktop pc OK but when I try to navigate via google's 'goto url' option via my phone, I recieve ...
Use C# to operate a mobile device (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hello Everyone, I'm trying to create a C# application to open a serial port connected to a mobile device and control the mobile through the application where the user can dial the number, send and receive voice data all by using the application, Can any one give me more info or are there any resources on the Internet that have more details on how to create that application or point to which classe...
PPC 2003 emulator is not supported yet? (2 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Im trying to use the PPC 2003 emulator to test my application but I cant seem to use the &quot;DeviceSpecific/Choice&quot; construct with it. Whatever property override I put in there does not go into effect. It always displays the default properties. It seems like the runtime does not recognize the pocket PC 2003 emulator as a pocket PC device due to un updated DeviceUpdate.config files. However, when I us...
Webforms problem on PocketPC (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
I have an ASP.Net web page that I am trying to get to work on a PocketPC (2002 edition I think). I use server side events from checkboxes to change the database, refresh the page and display new data. This works fine on a desktop, but on the PocketPC it refreshes the page too quickly and doesn't display the update. You then have to manually refresh the page again to see the change. Anybody else se...
MS Access and VB (2 replies)
microsoft.public.dotnet.framework.aspnet.mobile
How do you access an access database in VB? What is the preferred method, ADO or ODBC?
How do I read PocketPC registry from ASP.NET application (5 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hi All, I would like to be able to read Device ID from PocketPC. I guess I have to read PocketPC's registry somehow. How do I do this? Thanks for your time Goran Djuranovic
Newbie: please clear this out for me! (3 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hello all! I'm new to mobile device development, so I have a few questions: A) On http://www.asp.net/mobile/testeddevices.aspx?tabindex 6 there's a phrase saying this: &quot;The following devices and browsers have been tested with the Microsoft Mobile Internet Toolkit v1.0 and ASP.NET mobile controls&quot; Here I assume that the tested devices, also mean that ASP.NET works without any problem on this device...
can't install MMIT (4 replies, VIP)
microsoft.public.dotnet.framework.aspnet.mobile
Hello, When i try to install MMIT i have the erroe message : you have an incompatible version of .NET Framwork. But i have the latest (the 1.1) . What's the pb ? Best regards Olivier
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com