all groups > dotnet compact framework > march 2005 > threads for wednesday march 23
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Programming Question
Posted by David Pope at 3/23/2005 5:53:19 PM
I have developed a mobile application that uses an internet connection
whether it be WiFi, dial-up, bluetooth etc...
I am wondering if there is a way to tell which connection I am using. I have
a cell phone that has cell, wifi, and bluetooth and I want to know which
connection it's using.
... more >>
Extend Contact/Calendar ...
Posted by Chakra at 3/23/2005 5:39:48 PM
How can we extend the functionality of the Contacts or Calendar application
in a CF.NET application ?
Regards,
Chak.
... more >>
Treeview - Mouse Down vs AfterSelect
Posted by A_PK at 3/23/2005 3:19:10 PM
Hi,
I need to show particular treeview node detailed infomations based on the
node that user has clicked.
Bascially, the user can expand the treeview, and right click the node to
show a content menu, and user will choose the menu item to perform show
task.
I am using Mouse Down event ... more >>
Threads and Timing
Posted by Samer Saghir at 3/23/2005 1:23:02 PM
I posted this on the Windows CE Application Development newsgroup and was
told to post it here:
>Hey,
>I'm trying to get a peice of code to run repeatedly every X seconds and the whole
>thing shouldn't run for more than Y seconds.
>
>I tried using System.Threading.Timer and the period does ... more >>
Screen Oriented App problem with Textbox.gotfocus
Posted by Blarney at 3/23/2005 1:06:47 PM
Hi,
I am being challenged by a vb.net problem. I have some textboxes that
when a user clicks them the SIP should show, but also a messagebox
showing small directions. The problem with this is the
textbox.Gotfocus call pushes the resize code to run resulting in a long
delay.
How can I wor... more >>
SipGetInfo/SIPINFO: Wrong field order?
Posted by Benjamin Lukner at 3/23/2005 1:05:22 PM
Hi!
I've just taken the code from the OpenNetCF Wiki and Alex Feinman's
website to check the state of the SIP and show or hide it.
I use a byte array of 48 bytes length in vb.net to call SipGetInfo.
Before the call I write "48" into the first 4 bytes using
bitconverter.copyto. Then I cal... more >>
changing BindingManagerBase.Positions cause DataSet.HasChanges=true
Posted by Franco Caloni at 3/23/2005 12:41:41 PM
Hi all,
I'm developing my first application, I'm creating a form to manage records
from a SQLCE table.
I'm binding the form's controls (textboxes) to a filled datatable. On the
form there are buttons to navigate records setting the
bindingmanagerbase.position to the proper value.
This works... more >>
Application / CLR crashes suddenly
Posted by Anton Gruenlich at 3/23/2005 11:29:34 AM
Hi,
I have some strange behaviour on T-Mobile MDA2/MDA3 and other HTC-Phone
editions, while e.g. iPAQs or Axims are working properly. During the startup
of our application, sometimes the CLR seems to crash without any
notification to the user. One of my problems is, that I can't reproduce the
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
vpn connection disconnecting when idle
Posted by Emil at 3/23/2005 11:17:57 AM
Here's my situation.
I have a database app that connects to a remote database.
They have a secure network so the users need to connect using a VPN
connection
When the PDA is idle for a long period of time the VPN connection is dropped
and the exe produces an error when accessed.... more >>
CreateProcess on Pocket PC in vbnet cf
Posted by felix_werbelow NO[at]SPAM yahoo.de at 3/23/2005 7:19:20 AM
Hi all,
there are a lot of threats here with the problem how to start another
process on a Pocket PC, but there is no real answer... some broken
links and so on...
Can me tell anyone how I can start another process with Createprocess
(VB.NET)?
I'm using the following declaration, but it ... more >>
Data Transfer Method Advice
Posted by sendtomarkb NO[at]SPAM gmail.com at 3/23/2005 4:34:02 AM
Hi,
We're about to embark on a project to provide mobile working on a PDA.
Initially it will be a relatively simple connect to server, get the
data, disconnect, work on it and then connect and send something back
to the server. Volume of data wont be huge.
I basically wondered if anyone out... more >>
DataRow OutOfRangeException...
Posted by methmath at 3/23/2005 2:49:04 AM
Hi, I cannot understand why the following code gives me an
"OutOfRangeException" at deletion of the last datarow (i=9) to delete from
the datatable DT. Number of rows are 10 (max=10):
Dim max As Integer DT.Rows.Count
'************ USE ROW INFORMATION ****************
Dim message As String... more >>
LoadLibrary Failed
Posted by Chin Chien Ping at 3/23/2005 12:00:00 AM
I get this error message "LoadLibrary Failed" when try to deploy my .cab
application to my device and failed to install the application.
May I know how to solve this ?
Thanks,
Chin
... more >>
Visual Studio 2005 Question
Posted by Glyn Meek at 3/23/2005 12:00:00 AM
Anyone know if the new 2005 implementation of the SDK has implemented the
clipboard read and write functions for Compact Framework?
... more >>
aaaaaargh...OpenNEtCF clipboard issue
Posted by Glyn Meek at 3/23/2005 12:00:00 AM
One line of my code reads:
Dim data as String = OpenNETCF.Windows.Forms.Clipboard.GetClipboardText()
It WAS working in development mode, but since I have been dicking around
trying to get the correct routines moved to the Pocket PC to get it tow ork
when deployed, this line now fails with:... more >>
[Q] How to send a data packet to a PDA via GRPS instantly?
Posted by John at 3/23/2005 12:00:00 AM
Hi,
Our application needs to send a packet of instant data to a PDA with GRPS
network. There isn't IP address in the PDA. Is there any solution?
Cheers,
LK
... more >>
|