all groups > dotnet compact framework > august 2004 > threads for monday august 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
Looking for 3rd Party DataGrid control
Posted by Me at 8/23/2004 11:23:47 PM
Can anyone recommend the best 3rd party DataGrid control to use for PocketPC
2003? I have an IPAQ 4355.
Thanks
... more >>
Problem using Sockets on Windows CE 4.2 .net in C#
Posted by altoptaget NO[at]SPAM ofir.dk at 8/23/2004 11:22:10 PM
I have an application that serves as a server that cliets hug into
using asyncrone socket communication.
it works fine most of the time, but from time to time i get and
exception:
Exception: System.IO.IOException
Message: Unable to read data from the transport connection.
Nested Exception
... more >>
How to line feed in a text box
Posted by Suresh at 8/23/2004 10:11:02 PM
I have a text box(multiline=true) and want to have two tow extra lines on the
top.
how can i do this.
Thanks in advance.
V Suresh... more >>
project VB.NET does not remember reference of Microsoft.WindowsCE.Forms ?
Posted by khanh NO[at]SPAM glassegg.com at 8/23/2004 8:39:59 PM
I've got a strage problem, after reference to
Microsoft.WindowsCE.Forms in my VB.NET project, save and build
successfully, quit Visual Studio. Then start Visual Studio again, it
always inform "Microsoft.WindowsCE.Forms.InputPanel is not
defined"!!!, I have to remove and reference Microsoft.Windo... more >>
Sending an SMS from Vb .net
Posted by calvin lin at 8/23/2004 8:06:43 PM
hi there,
i had download the send sms from the msdn website..
however it send a flash sms to a GSM phone(Nokia 7110)..
may iu know how to disable this flash sms??
thanks
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it... more >>
WebRequest.Timeout bugs?
Posted by Jon Skeet [C# MVP] at 8/23/2004 3:27:11 PM
I'm trying to understand why our mobile client isn't behaving
gracefully with a "hung" server. The server is accepting web requests,
but then not responding to them. Obviously we're working on that side
of the problem too, but we thought that by putting a timeout on the
WebRequest, and backi... more >>
using MSMQ in CF ??
Posted by Robert Keber at 8/23/2004 3:20:43 PM
Hello,
I ve to use Microsoft Message Queueing in a .NET Application on an PDA ?
Are there any standard wrappers for easy using ?
Has anyone experience in using MSMQ in CF ?
thanks
Robert
... more >>
does OpenNETCF have a function that tells if active sync has a connection to my PC?
Posted by jayderk at 8/23/2004 2:37:50 PM
Hello All,
does OpenNETCF smart framework have a function that tells if active sync has
a connection to my PC?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting RowIndex from a DataTable
Posted by Tomer at 8/23/2004 2:31:15 PM
Hi,
I need to get the RowIndex of a certain row in a DataTable,
I have the primary key field in a veriable and I need to retrieve the
RowIndex of the curresponding record.
How can I do that?
Tomer.
... more >>
New to C# CF
Posted by Peter at 8/23/2004 1:25:51 PM
Hello all,
Maybe simple Questions but I try to learn C# for Compact framework.
Can somebody explain to me what is :
1) difference between = = and ! =
2) the && stands for ?
like in
if (font == null && parent != null)
Thanks
Peter
... more >>
Dynamic controls and handlers
Posted by David D Webb at 8/23/2004 12:28:05 PM
I have a form with a number of buttons that are generated in a panel based
on the results of a query. They all use the same click event handler. I am
having trouble determining which button was pressed. I can only go by the
button text or the button position to distinguish them - neither of ... more >>
Prevent other apps from showing up ?
Posted by Tele Dummark at 8/23/2004 10:36:25 AM
Hi,
I've been asked to develop an application for data collection.
One demand is that no other apps can show up and my app can only
shotdown after acceptance of correct password.
Any ideas or shotcut on how to do this will be appriciated.
Henrik Fogh
... more >>
Turn on backlight
Posted by mikson at 8/23/2004 5:19:02 AM
Hi!
I've got an app in CF.NET VB. Device XDA 2.
I want the backligt to turn on when a message arrives via GPRS. Any hints
how to set backlight on programmally is very welcome :-).
Thanks,
--
//mikson... more >>
Serial Port programming with OpenNetCF Question
Posted by 50230065 NO[at]SPAM alumni.cityu.edu.hk at 8/23/2004 12:09:51 AM
To all,
I've used the OpenNetCF classes to build a demo program to test serial
port communication, but somehow I don't really know how to send data
since the example I've got is only how to receive data.
Questions:
1) can I really write such a demo program using the VS.Net Emulator ??
Sinc... more >>
|