all groups > dotnet compact framework > may 2004 > threads for tuesday may 25
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
Switching Forms
Posted by David at 5/25/2004 8:55:15 PM
Most pocket pc devices do not have an I Button that shows all the open
applications, and allows you to switch between them. I am looking for some
way to duplicate that concept within an application so you can switch
between forms in the application.
Any pointers are greatly appreciated
Tha... more >>
problems with System.Net.TcpClient
Posted by DM at 5/25/2004 8:03:19 PM
Hello.
I have an odd problem with sending date through
tcp connection. Whenever I send sth only first 8192 bytes
pass through.
Here is how I do it:
server:
byte[] tb=new byte[12000];
for (int i=0;i<tb.Length;i++)
tb[i]=1;
TcpListener list=new TcpListener("127.0.... more >>
ADOCE 3.1 installation error
Posted by Cranker at 5/25/2004 5:26:02 PM
Hi
When I attempt to install adoce 3.1, I receive an error message that states I do not meet the minimum requirements for installation. (i.e. Need at least 1 of 3 Windows CE SDK's). The WinCE SDK names from the FAQ are: Microsoft SDK for Windows CE, Handheld PC Professional Edition 3.0, Mic... more >>
Programming MS Win CE.Net missing chapter code
Posted by Bob Nicholls at 5/25/2004 4:26:30 PM
I have just noticed that Boling's "Programming MS Win CE.NET" cdrom is
missing the code from chapter 14, "Device to Device Communication", which of
course just happens to be the chapter I am interested in. I have checked the
MSPress support web site but I could not find an update to the cdrom's
... more >>
hi, passing string through Message Window.
Posted by liu_wayne10 at 5/25/2004 3:51:06 PM
hi, I have two C# Compact Framework applications. I want to make Interprocess communication between the applications by Message Window. Does any one know how to do it
I using MarshalEx.StringToHGlobalUni(message); to convert the message into IntPtr and pass this IntPtr and unmarshal it in the oth... more >>
MissingMethodException with MulticastDelegate
Posted by Jon Skeet [C# MVP] at 5/25/2004 2:44:00 PM
I've got a very bizarre problem to debug.
I have an application with various threads, two of which are of
interest here:
1) The UI thread
2) A background thread talking to a server
The UI has a status indicator to show whether the connection is
working, etc.
The background thread's ... more >>
TCP Socket doesn't recognize line interruption
Posted by Benjamin Lukner at 5/25/2004 1:56:42 PM
Hi!
I have a nasty problem concerning a TCP/IP connection:
I use a System.Net.Sockets.Socket and BeginSend/EndSend in my program.
When WLAN still works fine but the connection to the server is broken
anyway (LAN cable plugged out, switch failure or a firewall killed the
connection because... more >>
SQL Server CE and MSDE?
Posted by dmeckley at 5/25/2004 12:10:13 PM
Will SQL Server CE wok with MSDE or do I need to SQL Server?
Thanks in advance
Dave M
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
NTE_BAD_KEY - RSA Cryptography
Posted by casey chesnut at 5/25/2004 10:04:46 AM
i've received a couple questions regarding RSA and this error.
for code like the following:
using OpenNETCF.Security.Cryptography;
RSACryptoServiceProvider rsa = new
RSACryptoServiceProvider(KeySpec.KEYEXCHANGE, true);
string txtPublicKey = rsa.ToXmlString(false);
string txtPrivateKey = r... more >>
Design Problem!!
Posted by Jay at 5/25/2004 10:00:55 AM
Hello,
I have Windows Forms application which uses MS Access Database and a Pocket
PC application which uses Datasets, Iam trying to pass Datasets between
these applications using WebServices. Both these applications are shrink
wrapped so they need to perform with little user configuration
... more >>
ANN: New VS 2005 build available for MSDN UNIVERSAL subscribers
Posted by Dan Ardelean at 5/25/2004 9:56:03 AM
For all of you MSDN Universal subscribers there is available for download (on the msdn website) the new Community Preview VS 2005 (Build May 2004). Hope it is more usable then the last one (from the point of view of Compact Framework).... more >>
Application Unexpectedly Terminates
Posted by Bill Draper at 5/25/2004 8:23:52 AM
We are experiencing a problem with our C#-based application occasionally
terminating unexpectedly. So far we have only reproduced it after running
the program heavily for long periods of time, and even then we have yet to
find a pattern leading up to the application exiting. It is a relatively
c... more >>
Japanese fonts
Posted by pete at 5/25/2004 1:21:04 AM
How can I display Japanese fonts in Pocket Internet Explorer?... more >>
SetupHelper.dll
Posted by Terry Westley at 5/25/2004 12:16:14 AM
Has anyone successfully used the technique described in "Creating an MSI
Package that Detects and Updates the .NET Compact Framework"
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/
html/netcfdepl.asp) to detect the device type?
I have been able to successfully dow... more >>
|