| Thread | Last Post | Replies |
|
| GPRS connection, RAS entry structure | 10 Jun 2004 16:42 GMT | 1 |
I need to create via code a gprs connection. I have no problem to Ras.dial a gprs connection created via pocket pc user interface, but I can't understand which parameters I got to specify on the RasSetEntryProperties function.
|
| How to listen to a Port in PPC | 10 Jun 2004 16:30 GMT | 1 |
I'm trying to listen to a port and get all the incomming packets. It's a kind of sniffer. Let's say i want to be able to see all data going through port 80. Is that possible on pocket framework ?
|
| Creating a service on a pocket pc device | 10 Jun 2004 16:16 GMT | 2 |
I have a pocket pc...running ppc 2003. I want to develop a service that will run on the device. The idea is to have something like a windows service running on the device that will run in the back ground.
|
| about RegisterHotkey | 10 Jun 2004 15:38 GMT | 1 |
I find a class from GotDotNet which can register hotkey. Then I make some change that let it can use on vb & CF. Everything is fine. But, the hotkey event "PreFilterMessage()" can`t be fire.
|
| winxp embedded vs wince .net 4.2 | 10 Jun 2004 14:57 GMT | 3 |
What is the difference in programming for .net cf and winxp embedded? Does embedded use .netcf or the complete .net framework? Thanks
|
| Mousedown event for pocket pc | 10 Jun 2004 14:55 GMT | 2 |
I am writing a code in vb .net for pocket pc 2003 and I need to handle the event mousedown associated to a button. I tried with the following function but it doesn't fire the event: Private Sub Botton1_MouseDown(ByVal sender As Object, ByVal e As
|
| Catching Native Exceptions in CE w/ CF | 10 Jun 2004 14:53 GMT | 2 |
How can I catch a Native Exception in CE 4.1 w/ Compact Framework? It's blowing my whole app out of the water. Even when I run it under the VS debugger, it doesn't get caught by the debugger. It's happening just after a background ThreadStart function terminates (that is, after the ...
|
| how to suspend a smart device programatically? | 10 Jun 2004 14:53 GMT | 2 |
how to suspend a smart device (or go to a sleep mode) programatically?
|
| Cannot get the Chinese(Simplified) string from the socket programme | 10 Jun 2004 14:32 GMT | 1 |
Dear all experts, I would like to get the Chinese(Simplified) string from MySQL and then send it to C# CF programme (in PDA ) using socket programme in Linux environment. But I don't know why the string cannot be converted back to
|
| Visual Studio 2003 and SQL Server CE 3.0 | 10 Jun 2004 14:26 GMT | 7 |
We have a project which uses Visual Studio 2003 (C#) and SQL CE 2.0. We had many problems with SQL Server CE 2.0 (corrupted DB..) and we are asking if somebody succeed to use the SQL Server CE 3.0 with Visual Studio 2003 ?
|
| WARM BOOT - VB.NET | 10 Jun 2004 10:43 GMT | 2 |
Is there a way to perform a warm boot on a pocket pc 2003 device from within vb.net code? Managed or unmanged. Does someone have a working piece of code please? This was my version but it doesn't seem to work, although it worked well in
|
| DateTimePicker Datepart problem **Super Urgent** | 10 Jun 2004 10:42 GMT | 1 |
Can anybody really help with the following please please.... I have a DateTimePicker called customer_picker I use it and then want to insert it to a table OrderHdr.DUEDATE which is data type DateTime on my SQLCE DB The code i use to insert is as follows and i receive a datepart ...
|
| Throw exception means ShowDialog doesn't halt execution. | 10 Jun 2004 10:29 GMT | 1 |
I have an application running on PocketPC which is controlled by a while loop - child forms are opened using Reflection and before they close raise an event to set the type of the next form to open. The code for this control stuff is attached below.
|
| OpenNETCF: ConnectionManager.Connect | 10 Jun 2004 08:25 GMT | 2 |
Anyone know why the ConnectionManager.Connect method makes the connection exclusive? In my testing, I've found that it's *much* more error prone that way. In particular, if it's a GPRS connection and it gets dropped during use (loss of signal and hibernation being the
|
| Smartphone app retrieving a document from another smartphone | 10 Jun 2004 07:51 GMT | 2 |
I have a smartphone application that needs to retrieve a small piece of information (probably in the form of an XML document) from another smartphone via GPRS. Does anyone know whether it's possible to have a direct connection between smartphones over the network? I've looked at ...
|