Mobiles :: Call An Exe From Mobile Device?
Jul 21, 2010
I am working on a web mobile application in which i want to call an exe which is installed in the mobile from web application running on that mobile by clicking a link. How can i do that?
View 3 Replies
Similar Messages:
Mar 16, 2010
I am trying to get the screenHeight and width:
[Code]....
but this is always show that the Height is 480 & the width is 640
I am trying on HTC with Opera Mobile 9.5
View 10 Replies
Jan 27, 2011
Since the mobile device browser file is no longer support, what is an alternative to it that requires minimum code changes?
View 2 Replies
Jan 24, 2010
I have a ASP.Net application, that has barcode scanning functionality built into it.If a user is on regular computer like laptop or desktop, then I can simply connect the USB barcode scanner to the USB port and the barcode functionality works fine.But if a user is accessing the ASP.Net application over a windows mobile device, then how can a barcode scanner be connected to his/her mobile device?
View 1 Replies
Mar 18, 2011
I am using Visual Studio 2008, I am new bie to create windows mobile application. I haven't installed Windows Mobile 6 SDK. I have started with built-in SDK and Emulators of VS 2008..
My question is, Can i create windows mobile application without connecting device ( Mobile or Pocket PC )?
View 6 Replies
Jan 23, 2010
Is it possible to connect to SQL Server 2005 ( not SQL Server 2005 CE) from a mobile device?
View 6 Replies
Nov 17, 2010
I need to simulate a proxy server to test mobile device c# application.
Is there a way to do this? how should I do this.
View 2 Replies
Mar 31, 2011
I'm new to developing mobile apps and have hit a brick wall. I use Web Services all the time so I know I have created it correctly and it works. The issue is that i cant seem to add it to my class or form in the Smart Device Project.
When I right click I get the option to add Web Reference, I then navigate to the url and add as I normally would. When I then try to access the service I cant seem to navigat to it from code and it is not available. I have also tried adding a Web Service directly by 'Add New Item, but this file type is not available in the list of installed templates.
View 2 Replies
Dec 3, 2013
I have one mobile website using ASP.NET with c# language. The problem which i have rise you that, I have two websites with same domain name, they are Desktop websites and mobile website
1. Desktop websites ->www.****.com -> this is i have used to view full websites in IE,FIREFOX,CHROME,etc...
2.mobile website ->www.****.com -> this is i have used to display mobile website using any mobile devices like iphone, stc, nokia, samsung, etc...
In my mobile website have one button which is for "view full website" . If i click on that from mobile the link which i want to show full website with the same mobile device what devices i have using.
View 1 Replies
Aug 8, 2010
I have an assignment to develop a mobile application for My company's customers (around 250000). its could be download from our website or we can also provide to our customers those are visiting our branches, on their demand.Requirments:
View 5 Replies
Sep 19, 2010
I have an activex component on my webpage, which is built specifically fro Windows Mobile. This activeX component has a dll which needs to be registered on the device. How Do I register it?
View 1 Replies
Mar 16, 2010
How can I read SMS from mobile with my .net application? i have a Nokia 5310 mobile phone. Can you tell me from where i can download Nokia SDK or source code or Nokia API etc?
I want to make a custom application which reads SMS and at the same time sends a response to the sender's mobile number.
View 1 Replies
Mar 23, 2010
details of device by which I can get the input for GPS location independently without a fixed ic chip? I want to write the code myself for that then display on the screen; like many gps street locator or any other device available in market. I need initial level of code for chip and intial level code example for .net.
Apart from this I know the something about this like attach the device in the port . Detect the the port with device and read the data using API or dll whatever and start processing and then display on the output device.
View 1 Replies
Jan 29, 2010
Nexus One is not currently supported by the Mobile Device Browser File, which leads to the Nexus One being identified as a non mobile device.
I know the user agent, and the capabilities are pretty similar to other Android terminals. With this information, how do I patch the MDBF to have the N1 be recognized as a mobile device?
View 3 Replies
Oct 26, 2010
[URL]
"Due to the organizational restructuring of the team that developed and supported the Mobile Device Browser file, we will no longer have the resources to support and update this CodePlex project. The team will be providing two more releases - one on the 27th July 2010 and the final release on the 24th August 2010. who used our product over the past year and a half. We would also like to thank everyone who contributed to the discussions and raised issues on our data."
Does this project live on someplace else or is there an equivelent project?
View 1 Replies
Sep 29, 2011
I have an asp.net website I wrote just for mobile devices. They all are running Windows Mobile 6.1 with Internet Explorer but they are different brand of devices such as PSION and others. On one device the site works great. I am using SetFocus in the code behind to set focus to buttons and textboxes after postbacks depending on the situation. On the other device the controls do not get the focus set.
Is there another method i should be using? I think I can set focus using javascript but can I call it at the end of a sub in the code behind? I'll have to look that up now.
View 1 Replies
Oct 8, 2010
I am working on a smart device project and want to run on emulator.i have completed the application.but now i want to run it on Emulator in vs2008.
View 1 Replies
Dec 20, 2010
Is there any way to get the address book contacts from a blackberry device in a .net web application?We have a .net web application that can be accessible from a Blackberry device.What we need is a way of getting the Blackberry contacts list from a blacberry device the same way when you send an email:When you send an email you can type some characters on the "To" field then hit "enter" and the blackberry device is doing a lookup function returning a list of contacts based on the keywork you typed. Maybe there is a way of calling a blackberry API from a javascript function that would perform the same way described.
View 2 Replies
Mar 1, 2010
I am using both the Mobile Device Browser File and a custom .browser file.
In the custom .browser file, there are several ControlAdapters registered. I would like to specify in my custom .browser file to use different ControlAdapters if the detected device is mobile (provided the Mobile Device Browser File lists it as mobile). How do I do that in my custom .browser file? I do not want to modify the Mobile Device Browser File.I am using something like this, but it is not working
<browser refID="Default">
<controlAdapters>
<adapter controlType="System.Web.UI.WebControls.Menu"[code].....
View 1 Replies
Apr 29, 2016
It seems that when trying to upload(save) an image taken by a mobile device to file, the orientation gets messed up and you end up with images that are rotated 90 degrees to either side. This is an issue I am currently having.
Code:
[HttpPost]
[ValidateAntiForgeryToken]
public ActionResult AvatarEdit(HttpPostedFileBase NewAvatar)
{
//SAVE TO SERVER
string newid = Guid.NewGuid().ToString();
[Code] ....
Would I need to convert originalImage to a file type of HttpPostedFileBase or is there a more elegant way to save the file? I tried reconverting it to a stream and then saving it to file, but I failed miserably.
View 1 Replies
Jan 21, 2011
Mobile web is no longer supported in latest version of Visual Studio. Please do following with Vs2008 or VS2010
- Create standard ASP.NET website with standard "Web Forms"
- Design the content of web forms for your mobile pages based on device family that are
going to access your website. For e.g. iPhone, Andriod
- Add a detector process, which detects from where request is coming. If it is mobile than redirect user to mobile optimized pages.
- Different mobile has different capabilities (e.g screen size, image support, html support, xhtml support etc.). So it is very important that you know what type of device is trying to access your website and accordingly render required HTML/XHTML supported by the mobile device. [URL] So I have a basic website with .aspx pages. When they are on a blackberry the words wrap on top of the second line over the TEXTBOXES. Is there a basic place that can tell me how to fix this? Or what to use in the place of the CSS that are causing this on the blackberry devices?
View 2 Replies
Mar 14, 2011
i have a gprs device that logs data to a webpage.i am using get method for the data transfer from device to web application. This function is working perfectly. what i want to do now is by clicking a button to send a get method from server to device in order to triggger it to do some actions. the device is correctly receiving the get method and sends a responce. The problem is that the http responce the device is sending might be wrong because the browser is waiting until timeout and then it displays the responce. does anyone knows what is the http responce format?
View 1 Replies
Feb 19, 2011
Say that, there is a login.aspx page for any application. I would like to see this login page in different format if user visit by Iphone or any other mobile device. I have already designed two different page for test purposes. If i visit the page which is modified for Iphone, everything works fine.
what is the best way to switch between these two page depends on by which device user visit? These two pages could be even totally different two pages like black and white because of page layout issues.
View 2 Replies
Jan 17, 2011
I'm looking into making some of an asp.net app available from smart phones and iPhone. I'm using Visual Web Dev 2008 and .net 3.5 sp1. Can we use the same forms and controls for the mobile screens?
View 2 Replies
Sep 14, 2010
Is the Microsoft Mobile Internet Toolkit (MMIT) used for developing web-based mobile apps, or just for mobile apps that get installed on the device? I'm new to mobile development, and plan to build an app that will be accessed via a mobile device. This app is NOT an app that gets installed on the device. Can someone point me in a good direction regarding what I should be installing? I'm using VS 2008, and the app will likely be an ASP MVC platform-based application. However, I'm not married to that platform, and I will use whatever makes the most sense.
View 4 Replies