Questions tagged [opennetcf]

OpenNETCF is a provider of libraries and tools commonly used in .NET Compact Framework applications for Windows CE and Windows Mobile

OpenNETCF is a provider of libraries and tools commonly used in .NET Compact Framework applications for Windows CE and Windows Mobile. The most commonly used library is the Smart Device Framework, or SDF.

135 questions
0
votes
1 answer

OpenNETCF.Telephony detect incoming calls in WIndows Mobile 6

I develop an application related to managing calls under Windows Mobile 6. For the calls I use OpenNETCF.Telephony around TAPI. I manage to detect and answer the first incoming call, but then, if I have another incoming call (when I already have an…
Alina Danila
  • 1,683
  • 1
  • 24
  • 60
0
votes
1 answer

Random behaviour trying to connect TCP/wifi/ad-hoc

I'm trying to connect my PDA to an ad-hoc network using OpenNETCF.Net. I want to force setting a link-local address and not rely on a fallback mechanism because that takes a little too long. Then I want to open a TCP connection to another device.…
Frank Razenberg
  • 511
  • 4
  • 17
0
votes
2 answers

Windows Mobile - Disable USB (Compact Framework - C#)

I need to disable USB on Windows Mobile. How to disable USB on Windows Mobile using Compact Framework 2.0 (C#)? I am using OpenNETCF too. If it has some class to disable USB, I can use it too.
Let me Ask
  • 1,029
  • 1
  • 8
  • 33
0
votes
1 answer

Re-connect to a specific AccessPoint using OpenNETCF

I am attempting to have an application for Windows Mobile CE re-connect to a specific WEP Enabled network if it becomes available. I believe that this code scans through the currently available access points to get a reference to the network I…
dbrooklyn
  • 73
  • 1
  • 6
0
votes
2 answers

Got an error when I compile project with OpenNetCF

I need to work on old project that use OpenNetCF round buttons I reference all the OpenNetCF dll to the project. I have 2 problems: I can't see the round button on the forms when I compiled I see this error: Could not find type …
Gali
  • 14,511
  • 28
  • 80
  • 105
0
votes
1 answer

How do I dispose of a LargeIntervalTimer

I am using a LargeIntervalTimer from OpenNetCF to do polling when on a particular screen in certain conditions. As I don't want the timer firing constantly I try to dispose of it once it's no longer needed, however calling Dispose() or setting…
Dan
  • 7,446
  • 6
  • 32
  • 46
0
votes
1 answer

Creating persistent RAS connection with opennetcf Ras in Windows CE 6.0

I'm in need to create an GPRS connection in an PDA that has windows ce 6. Now normally i would had to use the manufacturer's dll to create that, but they said that they use ras to accomplish this. The only problem of using that is that i program in…
Sorcerer86pt
  • 427
  • 9
  • 21
0
votes
0 answers

copy files from PC to windows phone 10

I created a console application in c# to copy files from PC to mobile devices and run a setup on the device. I have used OpenNETCF.Desktop.Communication and works fine with most of devices except windows 8.1 and 10 mobile. Apparently, last versions…
user4019463
0
votes
3 answers

Event Handler problem

I have event handlers for intercepting call logs on windows mobile. The problem is more specific to event handlers in C# rather than windows mobile. I am able to attach and detach event handlers for the first time. The proble is: I am not able to…
Let me Ask
  • 1,029
  • 1
  • 8
  • 33
0
votes
2 answers

windows mobile 6.1 bar code problem with .Net compact 3.5 application

We have a .Net compact 3.5 application running on windows mobile 6.1 platform. We run it on Intermec CN50 PDA. Today we encountered a weird problem. The bar code functionality stops working after we logged in our application for no reason. Even…
DodyG
  • 511
  • 4
  • 8
0
votes
2 answers

Windows Mobile 6.5 : Cannot create SubKey in Registry

I have code below which has been working on devices of type Windows Mobile 5 and 6.1 private const string OwnerSubKey = @"ControlPanel\Owner"; regKey = CERegistry.CurrentUser.CreateSubKey(OwnerSubKey); When I have a 6.5 device cradled and the…
CF_Maintainer
  • 973
  • 2
  • 12
  • 30
0
votes
0 answers

Inserting data SQLiteConnection exception OpenNetCF.ORM

I'm developing an application for a windows CE 6.0 scanner device and I'm having an issue when I want to insert datas. I'm using the OpenNETCF.ORM framework and SQLite. The problem happens when I want to add a 3rd article to the database with the…
0
votes
1 answer

Opennetcf.IOC event subscription and inheritance

Class1 has event with attribute [EventPublication("event1")]. Class2 and Class3 inherits from Class1. I want to subscribe Method1 to event in object from Class2 and Method2 to event in object from Class3 using [EventSubscription]. But in the derived…
raV720
  • 564
  • 3
  • 27
0
votes
0 answers

TAPI on Windows Mobile 6.5: Incoming Calls distracted by default OS dialer

I'm building a app that could allow user to make calls and receive incoming calls. The application is build using OpenNETCF TAPI API. There is no issue for making calls so far. But during incoming call, the OS own dialer will pop up when there's an…
ipohfly
  • 1,959
  • 6
  • 30
  • 57
0
votes
1 answer

File Corrupt When using OpenNETCF.Ftp

I'm trying to download ftp some file from a remote server using OpenNETCF.ftp class File size 96Kb I get an error while opening it says Corrupt File private static int BUFFER_SIZE = 512; private static int DEFAULT_PORT = 21; private bool …
xfiles
  • 1
  • 2
1 2 3
8 9