all groups > dotnet compact framework > september 2003 > threads for monday september 1
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
Problem with wceload.exe
Posted by vstudio NO[at]SPAM web.de at 9/1/2003 11:57:35 PM
Hello,
i want to install automatical a cab-file without the user have to
choose the destination folder.
i use the following code:
CreateProcess("wceload.exe","\\FlashDisk\\NVO2\\nd211.casio.pc.arm.cab
/noaskdest",null);
but the option /noaskdest is ignored and the user have to choose t... more >>
Declare Error
Posted by google NO[at]SPAM winbasic.com.au at 9/1/2003 10:56:08 PM
Hi,
I found the following snippet of code in a form on the Open NETCF
site. When I add a new class and paste the code, it is having a hiccup
on the Declare word, after Private Shared statement. It says "Shared
is not valid on a Declare". This is probably simple so could someone
please point m... more >>
Encoding about Korean language..
Posted by shine choi at 9/1/2003 10:30:49 PM
Hi..All
I want to socket communication between PDA and Desktop PC.
The PDA is ipaq3850, ipqp3660.
It works well..
But, there are problems that when sending and receiveing
data using korean language, the data is invalid.
But, English's data are transfered well.
So i encoded the data be... more >>
connect
Posted by xpacotte at 9/1/2003 7:19:45 PM
Hello,
I have a device connect with activeSync.
I can acced to my computer with PPP_PEER adress.
I would like acced to other PC in network ?
How can I do?
Regards
... more >>
problem assigning an icon to my smart device application
Posted by ronald at 9/1/2003 6:53:59 PM
I'm having a problem assigning an icon to my smart device
application (pocket PC). I'm using Visual Studio 2003. I
went into the project properties, and selected an icon
file in the Build section, under application icon. The
file I selected is just an ordinary .ico, 32x32 and 16
bit colour... more >>
SharpZipLib
Posted by johng2001 NO[at]SPAM rediffmail.com at 9/1/2003 5:42:08 PM
Did anyone use SharpZipLib on the Compact Framework? The docs say that
the support is added. However I am getting a MissingMethodException on
the Read method of ZipInputStream.
Thanks.... more >>
OpenNETCF Desktop.Communication
Posted by Ofer B. at 9/1/2003 5:15:12 PM
Hi
Do any body know if the "Communication" Library is working with PPC 2003
(with out any changes!!!)?
Thanks Ofer
... more >>
Here's a tough one (but maybe not!) ...
Posted by JustMe at 9/1/2003 1:19:45 PM
Assume that there is a control on a form (ie. textbox, label, datagrid,
etc..)
Is it possible to add a picturebox to the form and have as it's image a
representation of one of the other controls? In other words, is it possible
to have the picturebox 'look like' one of the other controls?
T... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
small font
Posted by Matteo Cima at 9/1/2003 10:20:48 AM
Why there's no good, nice, small monospace font available in CF ?
(or, if it exists, where is it?)
This is not perfect windows programming, i know... but i need something like
that!
All devices like psion have a very good, not space wasting, little font.
Courier new font, when size=8, is not ve... more >>
InvokeMember() problem
Posted by Christian Schwarz at 9/1/2003 8:53:14 AM
Hello,
I try to call an object's member function by Type.InvokeMember() function.
It works perfectly under .NET Framework but throws an NotSupportedException
under the .NET Compact Framework. Please take a look at the following code
snippet:
public class TestClass1
{
private string m_Na... more >>
Windows CE Utilities / Visual Studio 2003 Add-on Pack
Posted by Arne at 9/1/2003 6:21:59 AM
Hello,
We would like to use the "Windows CE Utilities for Visual
Studio .NET 2003 Add-on Pack".
But with regards to the system requirements as mentioned
on the download area, only Windows XP, 2003 Server, and
Windows NT are supported.
Is it true? There is no support for Windows 2000... more >>
|