The .net-cf-3.5 tag has no wiki summary.
8
votes
2answers
386 views
How to rebuild .net CF application and deploy in windows mobile emulator using command-line
Is there a ways to rebuild a c# .net CF application and deploy it in windows mobile emulator from the command-line?
This is required to create a bat file for automation.
I have taken a look at ...
7
votes
2answers
268 views
Creating Object Instances Faster Than Reflection in Windows CE
So after looking at an article describing how to Create Object Instances Faster Than Reflection I got really excited since in my code I currently have quite a bit of reflection. Unfortunately ...
3
votes
2answers
275 views
How to create win32 smartpone dll and call by C# DllImport in WinCE
I need to implement a Win32 DLL and need call it by C# DllImport in WinCE.
So I create a Win32 Smart Device Project and choice Windows Mobile 5.0 Smartphone SDK,
and create a dll project with Export ...
3
votes
2answers
2k views
Reboot Windows Mobile 6.x device programmatically using C#
My HTC HD2 can't be rebooted from OS, just shut down. So I want to write a small program to do that.
Is it possible to programmatically reboot Windows Mobile 6.x device using C# (CF version makes no ...
2
votes
1answer
92 views
How to debug a fatal error that happens after calling Application.Exit() in .NET CF 3.5 WinForms application for Windows CE 6?
I am porting a .NET CF 1.0 WinForms application (for older versions of Windows CE) to .NET CF 3.5 (for Windows CE 6). The problem is that, a few seconds after Application.Exit() is called, I get a ...
2
votes
7answers
110 views
DateTime FormatException error
DateTime datuMDokumenta = Convert.ToDateTime(txtDatumDokum.Text);
txtDatumDokum.Text is like "09.09.2011".
but i get FormatException error. Must i parse date?
2
votes
2answers
190 views
Deploy an CF application to a Windows Mobile Device (with config file)
I have an application, built on CF3.5 and I’m trying to work out how to deploy this to the device. I’ve created a deployment project, and that deploys the software fine.
However, the project has ...
1
vote
1answer
89 views
TreeNode name in C# CF
I'm building an application with the .NET Compact Framework v3.5 with C# using Visual Studio 2008. The OS is Windows Mobile 6.5.3
For listing articles I want to use a TreeView, but I can't figure out ...
1
vote
1answer
131 views
Windows CE ActiveSync TCP connection
I have a .NET compact framework program that has my CE device open a socket to my PC over the USB cable's ActiveSync connection. Everything works fine, except when I'm trying to use a laptop that ...
1
vote
0answers
84 views
Catch a Wifi Authentication on Windows Mobile with C#
I would like to know if can be possible to catch a wifi authentication on windows mobile and use in NetworkCredential at my app based on windows form and c#.
My client want this feature because I put ...
1
vote
2answers
155 views
WndProc, how to catch all buttons press?
I am developing an application for a .NET CF3.5 WM6.1 device with a barcode reader and want to catch all buttons (F1, 1, scanner buttons) click on a device. Especially I am interested how to catch ...
1
vote
2answers
358 views
How to load C# winform strings from resource file without rebuild
I have an application developed on .NET CF 3.5 and I try to localize it for multiple languages. I have made a global resource file that is under Properties folder and moved all strings from code and ...
1
vote
1answer
149 views
Out of memory .NETCF Windows Mobile 5
We have a .NETCF 3.5 app written in C# where we use some fairly large lists and dictionaries of objects, populated with data from a SQL Server and persisted to SQLCE databases on the device.
The ...
1
vote
0answers
66 views
NetCFSvcUtil generated client ignore int and long attributes
first time poster, old time reader.
I have problem with generated client for WCF service.
Problem is that it ignores some fields when it converts request to soap.
It only transfers string fields.
...
1
vote
1answer
552 views
What cause WebException when consuming Web Service on Windows Mobile 6.5?
My application consume a web service but always receive the following expception on first try after the application is started: System.Net.WebException with inner exception ...
1
vote
5answers
420 views
Disable Context Menu in WebBrowser .NET CF 3.5
I'm using a WebBrowser control in .NET CF 3.5 for a Windows CE device application, and for security reasons need to disable the Context Menu. I've tried a variety of things, none of which seem to ...
1
vote
0answers
80 views
TargetFrameworkMoniker for .NET CF applications
I'm trying to workout what the TargetFrameworkMoniker would be for .NET 3.5 CF applications, i.e. what the assembly thinks it's been compiled under.
I've had a look on-line and around the Assembly ...
1
vote
1answer
123 views
Error on trying add UserControl into my Form
I'm having trouble on adding a UserControl to my Form.
UserControl Code:
using System;
using System.Windows.Forms;
namespace Most.Mobile.AFV.UI.Controls
{
public partial class ListActionBar : ...
1
vote
1answer
487 views
How to Configure SQLCE connection on Smart Device Application using Emulator?
I created a simple test that opens a connection of sqlce located on my Desktop P.C.
When i start Run the debug mode it throws me that it cant open the connection.
I use Pocket P.C 2003 EMULATOR
This ...
0
votes
0answers
38 views
Improving Web Service call performance .NET CF 3.5/Windows Mobile 5.0
We are facing performance issue in our .NET CF mobile application when calling the web service which fetches a lot of data from the web server. On narrow downing the issue we figured out the when the ...
0
votes
0answers
53 views
Don't show Image in Webbrowser in .Net compact Framework
I want to show only text in the Webbrowser, don't allow show Image.
But i don't have idea.
could you help me some idea, please.!
Thank very much.!
0
votes
1answer
84 views
.NET how to change windows default font?
I wanted to change the MessageBox font in my .NET CF application and found that it's not that easy (and even impossible).
some adviced to change the default font of windows , cause MessageBox uses ...
0
votes
0answers
36 views
how to create 12 * 24 dot font for printer?
I have a POS (smart device) with Windows CE 5.0, that has a printer , and i'm developing software by .NET CF and C++ on it using its SDK libraries.
In order to change printer's font, i should send it ...
0
votes
1answer
43 views
is there Windows services on winCE?
is there something like Windows Services for WinCE 6.0 OS?, I mean, a background process thread(s) doing their things...
I need to develop a programm on .NETCF thay always listens to a specific port ...
0
votes
1answer
215 views
Windows Mobile 6.5 Motorola MC75 no Input Panel and Close Button
I am writing Windows Mobile 6.5 Application for the first time for Motorola MC75 Devices.
I am using UserControls for each screens, and single "HomeForm", Problems I am facing are:-
No Close button ...
0
votes
0answers
42 views
Passing certificate to netcfsvcutil.exe
Ok, here's a problem
I have a mobile device project in VS 2008 and I'm trying to connect to WCF-service with SSL authorization using certificate.
I'm using netcfsvcutil.exe utility to get proxy ...
0
votes
0answers
58 views
When restored after being minimized my form is behind the “task bar” in windows mobile
I have had problems with the behaviour of my windows mobile (6-6.5), compact framework 3.5 application after minimization.
I'm running it in full screen and before my problems was that it would dock ...
0
votes
1answer
92 views
Detecting mouse/stylus clicks with C# on a combobox in .NET CF
I´m trying to detect when a combobox in my Windows Mobile application is hit by a mouse click. Unfortunately this component in .NET CF2.0 doesn´t have a MouseClick event (whereas Desktop .NET does). ...
0
votes
1answer
142 views
WinCE device and VS2008 connectivity for debugging and deploying
I have WinCE device and visual studio 2008 project. I want to deploy and debug the project without active sync (I am using Win7 as my developemnt machine). I have established the connection between my ...
0
votes
1answer
401 views
Interface to change volume and play sound for HDA Audio device under Windows CE 6.0?
I develop C# .Net CF applications for a Win CE device, and am having problems getting the speaker volume change to affect actual volume when playing sound.
The interface I use is:
int ...
0
votes
0answers
47 views
C# NETCF is there a way to read REG_MUI_SZ ValueKind?
Hello again
this is my second question on this board. I intend to do a very simple settings exporter for Windows Mobile. I have handled most of the problems, but I have one which I don't get right ...
0
votes
1answer
210 views
Added project to VS 2008 solution; created dependency; getting compiler error CS0246
This is probably a very basic error on my part. Here's what I did:
Created a new C# Smart Device Project in Visual Studio 2008.
Added a C# project (Bouncy Castle) to this solution.
Created a ...
0
votes
0answers
229 views
Writing on socket to a server with delayed answer causes the socket to resend the request
I'm trying to send a GET request to a Server with Socket Class..
THIS IS MY TEST CODE:
ConnectInternet();
String responseData = String.Empty;
String buffer = "GET /" + gLoginString + "/" + Command + ...
0
votes
1answer
120 views
Visual studio designer saves everything to .resx instead of .designer.cs
I have just got a project handed to me where the Visual Studio Windows Forms designer saves most of the properties to the .resx-file instead of the .designer.cs file as usual. Its really irritating ...
0
votes
1answer
84 views
Button in main menu in a Pocket PC application in .NET
I am creating an application for a Pocket PC 2003, using Visual Studio 2008 and Compact Framework 3.5. I want to add a button to the main menu bar (like the Back and Refresh buttons in Internet ...
-2
votes
3answers
64 views
Recommended method to calculate the difference between two timespans
What should be the best way to calculate the time diff which is accurate upto the level of Microseconds. currently I am doing as follows:
((TimeSpan)(DateTime.Now - _perfClock)).TotalMilliseconds
...