Tagged Questions
The smart-device-framework tag has no wiki summary.
2
votes
1answer
460 views
Smart Device Framework highlights?
I am thinking about introducing OpenNETCF's Smart Device Framework at my company, as I like the SafeHandle class. But I would like to know what else is good in it. Anyone found a good blogpost or ...
2
votes
1answer
2k views
Managing Wireless Network Connections with C# and the Compact Framework
The title kinda sums it up--I need to be able to pro grammatically connect to a known access point (the SSID and credentials will be loaded during device provisioning). I understand that both the ...
1
vote
1answer
454 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 ...
1
vote
0answers
183 views
OpenNetCF IPInterfaceProperties.DnsAddresses crashes
I am using OpenNetCF 2.3.0.39 and I am getting a hard crash when try to access the DnsAddresses.Count property. Is anyone familiar with this problem or a workaround?
Dim interfaces As ...
1
vote
1answer
719 views
OpenNetCF SDF vs .Net CF 3.5
Going through the documentation of the SDF, i found many classes like the BitmapEx class or the TextBox2 class. I could see their members, but i could not find any text that explained to me why i ...
1
vote
2answers
4k views
Monitoring WLAN Radio Connection in Windows Mobile 6/C#
I am currently developing an app targeted for the HP IPAQ 210. Part of this app requires the WLAN radio to be enabled/powered on to connect to a pre-configured access point. I'm currently using the ...
0
votes
1answer
107 views
Adding a wireless AccessPoint through the Smart Device Framework
I have a couple questions:
In general, what is the general difference between the OpenNETCF.Net namespace and the OpenNETCF.Net.NetworkInformation namespace in the Smart Device Framework? There seems ...
0
votes
2answers
79 views
How To Use WebService In Windows Smart Phone 6?
I am Developing one Windows Smart Phone - 6 Application using C# in .Net 3.5 Framework. And I have created one Webservice project using ASP.Net Web Service Application 3.5. Into this Webservice ...
0
votes
1answer
135 views
opennetcf.net.mail attachment help
Thanks for looking at my question.
I am trying to figure out attachments for OpenNetCF.Net.Mail. Here is the code for my SendMail function:
public static void SendMessage(string subject,
string ...
0
votes
1answer
309 views
Smart Device Framework Signature Panel - Draw signature in full WinForms app
I'm planning on using the Smart Device Framework 2.3 to use the signature control panel in a Windows Mobile 5 application using the compact framework 3.5.
The control has the option to save the ...
0
votes
1answer
112 views
Looking for an example/tutorial for using P2PMessageQueue Class from the Smart Device Framework
I have to use Interprocess Communication in a Windows CE Project but I hve no experience with this. What I found out is, that the Smart Device Framework has a wrapper Class for the P2PMessageQueue ...
0
votes
1answer
482 views
Animated Gif not displaying in webBrowser control
I am trying to put an animated gif on my smart device.
I am trying to do this using a webbrowser control. then on the form load i use the following code :
String imgPath = ...
0
votes
1answer
357 views
Converting OpenNetCF GetSignatureEx to Bitmap on Desktop
I have a SQLite database which is running on a handheld which is capturing signatures using OpenNetCF's Smart Device Framework 2.1 running under Windows Mobile 6.1. The signatures are captured from ...