all groups > dotnet compact framework > march 2004 > threads for monday march 15
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
how to copy string to clipboard in pocket pc?
Posted by Art at 3/15/2004 4:54:16 PM
MSDN Doc. tells me to use this command :
textBox1.Copy()
But it doesn't work.
I'm not sure whether it is the command for pc or for ppc.
Any idea on it.
Thank you so much
... more >>
Web service causing Stack overflow exception - bug?
Posted by IanC at 3/15/2004 3:51:05 PM
Hi
I'm running CF SP2 on Pocket PC 2003
I have written an app which passes various values via a webservice. For some reason after 6 calls to the webservice the next call to the service, causes the app to abort with a stack overflow.
During the previous 5 times (when it is working perfectly) ... more >>
Strange problem with proxy / ObjectDisposeException
Posted by C. Vollmer at 3/15/2004 1:55:05 PM
Hi,
I got a new iPAQ with WM 2003. I installed SP2 and my application and
tried to run my app. It didn't work. I call a Webservice in my app and
every time I got a timeout. It finally worked when I disabled my proxy
in the settings of WM 2003 and then enabled it again. Strange enough.
But ... more >>
Using SQLConnection in C# to connect to a database
Posted by david.cox NO[at]SPAM us.abb.com at 3/15/2004 1:54:56 PM
I have written a very simple test program in C# to connect to a
database. It displays a button. When the user clicks the button it
invokes the code below to connect to the database.
This works fine in the emulator but I get a SQLException when I run it
on the Pocket PC from its cradle. The ... more >>
help integration
Posted by nidhi at 3/15/2004 1:51:05 PM
Hi
Can anyone guide me through the steps required to integrate help in .net compact framework application..
Thanks in advanc
... more >>
Connection to SQL server?
Posted by Tomer at 3/15/2004 12:53:32 PM
I'm trying to connect to a sql server using this code:
Conn = new SqlConnection("Data Source=192.168.223.52; user id=sa;
password=sa; initial catalog=DBTest;Connect Timeout=30");
Conn.Open();
Also tried:
Conn = new SqlConnection("Server=P1000; user id=sa; password=sa; initial
catalog=DBTest"... more >>
smart device framework
Posted by carmen at 3/15/2004 12:42:50 PM
I uninstalled Smart Device Framework 1.1 to try my application with
Serial.dll only and now I cann't download again from the OpenNetCF site.
Is there another site that I could try?
Thanks
... more >>
how to check file exist in PocketPC
Posted by Art at 3/15/2004 11:47:23 AM
how to check file exist in PocketPC
Thank you so much
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Text Selected
Posted by Art at 3/15/2004 11:17:20 AM
I have one TextBox control which contains some string, and I add one
ContextMenu to it
I have the problem about the ContextMenu.
When I hilight some text and press for ContextMenu, the selected text is
disappear and the caret is at the current position that I press for
ContextMenu.
I would lik... more >>
How to override Control.Focused?
Posted by at 3/15/2004 10:00:42 AM
Hello NG!
Within a custom-control (inherits system.windows.forms.control), that
contains some 'basic'-controls I want to override the Focused-property,
because oztherwise it always returns false. But the property is marked as
NotOverridable within the CF (althought the help says something diff... more >>
VB Commenter + .NET CF Trouble
Posted by Felipe T. at 3/15/2004 9:28:50 AM
Anyone is having problems with VB Commenter and Compact Framework Projects?
I mean, it simply doesn't work in here...
And when i try to generate the help on Desktop Applications...It locks.
Thx in advance,
felipe
... more >>
OpenNetCF forums don't work !
Posted by carmen at 3/15/2004 8:35:06 AM
I wrote a message in this forum and cann't see the reply. I tried during
the weekend and it was the same, didn't work.
Is there anything that I could do?
Thanks
... more >>
Webclient behaviour using httpwebrequest
Posted by David Hughes at 3/15/2004 4:31:09 AM
I need to upload a file to a server from both pda and desktop machines and through a web interface
The web interface was easy enough in asp.net, and after looking at far too many how-tos and newsgroups I finally managed to get WebClient to post a file to the same form using uploadfile
I'd like to... more >>
Managed TypeLoadException ...
Posted by Zahid at 3/15/2004 3:16:06 AM
Hi
Initially I was writing my VB.NET .CF application for the PocketPC platform. I successfully deployed it many times onto a PPC 2002 and PPC 2003 devices. As I want to target the WinCE.Net platform also, I created a new WinCE project in VS.NET 2003. I added all the class files and Forms from my... more >>
questiong about the pocket pc 2002 emulator
Posted by omryl NO[at]SPAM simigon.com at 3/15/2004 2:30:09 AM
Hi there , i have some questions regarding the pocket pc 2002 emulator
i tried to launch it via the command line and it worked fine but some
things are still not clear to me , my goal is to distribute a ppc
application that was written on the .Net cf on the emulator with the
emulator as part of ... more >>
Calling an unmanaged DLL from Visual Studio 2003 Visual Basic
Posted by AkeK at 3/15/2004 12:41:07 AM
Hall
I want to call an unmanaged dll, written in eMbedded Visual C++ 4.
from Visual Studio 2003 Visual Basic, for an application for Pocket PC 2003
I have tried with "Public Declare Function MSR3000_Open Lib "msr8800.dll" (..." and with the DllImport-statement
but the "MissingMethodException" oc... more >>
only one copy of my aplication run on Wince ? how ?
Posted by kkulaoglu at 3/15/2004 12:16:05 AM
|