windows-mobile Questions
6
Solved
When starting to test the application on Windows Phone (even a blank app) on emulator or device, this error is poping out "The project needs to be deployed before it can be started". "verify the pr...
Disengage asked 3/2, 2017 at 3:16
10
Solved
I am trying to improve the performance of the threaded application with real-time deadlines. It is running on Windows Mobile and written in C / C++. I have a suspicion that high frequency of thread...
Leanora asked 20/11, 2008 at 9:21
8
I am trying to do this simple task. Just to format a number using C or C++, but under Windows CE programming.
In this environment, neither inbue nor setlocale methods work.
Finally I did this wit...
Stanhope asked 18/4, 2017 at 21:26
14
Source code that compiles fine on other peoples environments won't correctly work in my environment. When I do a rebuild the compile occurs but when visual studio goes to move the exe from /obj/deb...
Poleyn asked 12/7, 2010 at 19:12
12
How do you loop through a WebHeaderCollection got from HttpWebResponse in Windows phone 7 to get keys and values? We've tried Enumerator.Current; with this, we are only getting the keys, not the va...
Salliesallow asked 22/6, 2011 at 11:42
2
I want to know whether google is planning to support any other platforms other than iOS and Android for Cross platform development using Flutter.
Like React native windows for React native does f...
Lobachevsky asked 9/3, 2018 at 2:13
3
Solved
I have VS 2008 Professional and a Smart Device .NET C# project. I have ~100 cs files in total. The build takes a very long time, I have to wait for linker approx. 1min (60s) every time I compile th...
Bruner asked 14/10, 2010 at 13:40
2
I have an issue with Magnet Stripe Reader in Motorola MC 65 ( OS : Windows Mobile ). If I try to open the Reader, I'm getting an exception of MSR_Open MSR_Err_OpenFailure.
Code:
Symbol.MagStripe...
Traditionalism asked 19/12, 2013 at 5:57
2
Solved
I'm having problems trying to adjust the width of a column of a datagrid. I used the answer posted here, but I can't solve it.
I'm using a List of objects as a datasource. In this simple example, ...
Spelunker asked 26/6, 2009 at 23:22
3
I make a file in PC, and I want to transfer it to a PPC (Windows Mobile).
How can I get the modified date of this file?
(I need it on Windows Mobile.)
Icelander asked 26/7, 2009 at 19:47
6
Solved
I am developing a web based inventory solution for a client and there will be handheld mobile computers involved. I've never developed a web app that has been run on a browser on one of these...
Loggerhead asked 14/11, 2012 at 20:31
7
Solved
Does anyone know how I can get a Windows Mobile 6.5 PDA to connect up to a Windows 10 PC?
Before upgrading the PC from Window 8.1 I was able to use Windows Mobile Device Center to link up to the P...
Luce asked 17/8, 2015 at 14:2
3
I am creating an AppBarButton in code behind file of XAML view.
Currently, I have AppBarButton defined in XAML as below:
<AppBarButton x:Name="SelectVisitAppBarButton" x:Uid="AppBar_TransferVis...
Strage asked 29/12, 2016 at 9:4
2
Solved
I have to develop an application for WinCE 5.0 which communicates/synchronizes data with a regular PC application which offers a webservice I can talk to with my mobile (industrial) device.
Since ...
Antevert asked 24/6, 2013 at 7:35
2
how to put checkboxes in datagrid in windows mobile 6 using c#?
dataset dsAgent=table;
DataTable dataTable = dsAgent.Tables[0];
DataGridTableStyle tableStyle = new DataGridTableStyle();
table...
Scalp asked 22/6, 2011 at 10:26
2
Solved
please tell me how to lock file in c#
Thanks
Nadianadine asked 16/9, 2009 at 9:53
4
Solved
In UWP, how can I access the thread object? I want to change the name of the main thread and additional thread that I will manage.
I also want to check if the current thread is the main thread aft...
Disarming asked 30/11, 2015 at 14:23
3
Solved
I need to develop an app for a Windows Embedded Handheld 6.5.
I start looking for some tutorials or documentation for a "Getting Started".
After all I think I got the main facts but something sti...
Fecal asked 26/9, 2014 at 11:0
1
I have a simple UWP application built in HTML/JS/CSS. It is essentially a website, that loads some data into webview and so on, nothing out of ordinary.
What I struggle with is the application lif...
Transformation asked 11/9, 2016 at 14:10
7
Solved
I work with Windows-Mobile and Windows-CE using SqlCE and I dont know what better to do.
To open connection when the program open, run any query's... update...delete database and close the connect...
Lurlenelurline asked 10/2, 2011 at 20:2
6
Solved
I want to get the os version that the browser opens, actually my project is an asp.net project and i want to know which operating system runs on the client but there is a question about it. Because...
Kenzi asked 18/2, 2009 at 15:31
2
Currently, I am facing the rendering problem in html select tag. I have few select tag, in that one select tag's option is static but another select tag's option is dynamic, which populate using jQ...
Understudy asked 8/8, 2016 at 5:33
2
Solved
I am currently developing an application for a windows ce 6.0 device with Visual Studio 2008 and the Compact Framework 3.5.
The device itself has a resolution of 800x480 pixels.
Currently I am de...
Ana asked 9/1, 2012 at 16:2
9
Solved
I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I ca...
Praseodymium asked 28/9, 2008 at 7:56
1
Solved
How can I use File.ReadAllBytes()to read a file from the Assets folder into a byte[]? Therefore I need a filepath. I tried with ms-appx-web:///Assets/test.jpg, but that didn't worked. File.Exists()...
Nato asked 16/3, 2016 at 11:27
1 Next >
© 2022 - 2024 — McMap. All rights reserved.