all groups > dotnet compact framework > september 2003 > threads for monday september 8
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
what is the best way to transfer a SQL 2000 db to SQL CE db
Posted by CafeCat at 9/8/2003 10:52:26 PM
I used Pocket Access on PPC on PPC2002 age.
To transfer Access(.mdb) to PAccess(.cdb) is very simple, just copy .mdb
file to ppc after sync, Windows system will transfer it to .cdb
automatically.
Now, world has changed. How to transfer a SQL server db to SQL CE database
now? Somebody told me... more >>
Can i develop for the Sony Ericsson P800 ?
Posted by Sagaert Johan at 9/8/2003 10:22:05 PM
Has someone already written some programs for this device ?
( can the Compact framework be installed on it ?)
Or can i only create Web-applications for this one ?
Any Experiences with this P800 ?
Johan
... more >>
command-line builds of Compact Framework assemblies
Posted by Bret Holmdahl at 9/8/2003 6:47:34 PM
I am trying to build a compact framework assembly from the
command line using csc.exe. When looking at the
assembly's manifest, it appears that the referenced .NET
libraries (e.g. System.Windows.Forms.dll) are to the
complete .NET FW (v1.1) and not the Compact Framework.
When the same a... more >>
SIP and TexBox BUG?
Posted by Jose at 9/8/2003 5:42:06 PM
Hello, I'm programming a form that the user can input data. In this form I
have one TexBox whit PasswordChar. When this TexBox recieves the Focus, it
activate inputPanel1_EnabledChanged Event. Why?????, the others TexBox that
not have PasswordChar property not make this event.
This is part of ... more >>
invalidating everything on screen
Posted by wanderer at 9/8/2003 4:52:46 PM
My application will sometimes draw over the start menu
and form title bar. Is there an easy way to tell
everything on screen to redraw itself? If not, how do I
get a handle on the Start Menu Task Bar? Thanks.... more >>
Problem with syncronization - but also a simple question about conditional compile
Posted by sfay NO[at]SPAM rsd-tc.com at 9/8/2003 4:12:33 PM
Hi. I'm a bit of a newbie, so please be gentle. :)
First, my configuration: I am using VB.NET 2003, Pocket PC 2002
(Thera) and a PPC 2000 IPAQ. My main problem is, when trying to
replicate, I get the message:
HResult: -2147012867 Message: A request to send data to the computer
running ... more >>
Installation failed! :(
Posted by Steve Bate at 9/8/2003 3:31:49 PM
I've written an app that I can deploy easily enough by just copying over the
CAB file and then clicking it to have it self-extract and install.
However, when running an msi installer that I created on the windows
desktop, it gets to the point where it launches the CE App Manager and asks
me if... more >>
Access DB for SmartPhone ?
Posted by Sabareesh_krishnamoorthy at 9/8/2003 2:43:28 PM
Hi,
would it be possible to use Access as a DB for SmartPhone. I need to push a
light DB on the smartphone.
if i simply copy the access mdb file to the device, can i access the data
using ADO?
please do let me know.
thanks and regards,
-Sabareesh K
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
inputbox with c#
Posted by Stefan Derle at 9/8/2003 2:23:21 PM
there is no support of a inputbox with c#. Tryed to
create a shrinked form with a textbox and called it with
showDialog(). But the form covered the whole screen.
Played with the properties of the form but I found no
combination that worked. The same code worked at the
workstation fine. Wha... more >>
close down modem port?
Posted by Simon at 9/8/2003 2:22:51 PM
Hi,
If I try to make a connection to the internet using WebRequest from PPC 2003
it connects fine through the compact flash modem. What I cannot figure out
is how to close down and disable the modem port when required. This used to
be a simple operation closing com5. Cannot work out how to do ... more >>
Playsound delay
Posted by Brian at 9/8/2003 1:06:03 PM
A recent post made me think of this:
Right now in my Alarm Clock app I'm playing a sound continously for N amount
of time. I play the sound with the Continous Loop and Async flags, then
once N time expires, the app plays a null sound to stop. This works fine.
But, for this app I think it's... more >>
system.io.directory.getcurrentdirectory()
Posted by Jacek at 9/8/2003 11:37:33 AM
Hello
I'd like to get current directory for running application,
but calling system.io.directory.getcurrentdirectory()
generates the following error:
Run-time exception thrown : System.NotSupportedException -
NotSupportedException.
How can I read this data? Is this CF error?
Thanks
... more >>
Floating Point Support in CF
Posted by Jeff M at 9/8/2003 11:15:07 AM
Is the library emulated on the device or does it actually run in hardware ?
I am debating on signal processing routines based on FP as opposed to
integer.
... more >>
Add text file to setup.msi...
Posted by Doogman at 9/8/2003 10:37:02 AM
Can someone clue me in on how to add a text file to the Setup.msi that WILL
carry over to the PocketPC Application's directory. It seems to be just
installing on the Desktop's Application setup folder, I need it to be on
the pocketpc...
Thanks all
doogman... more >>
Extend Pocket Outlook .net Wrapper
Posted by Mozzak at 9/8/2003 7:51:51 AM
Dear Readers,
I am currently trying to understand how to access the
pocket outlook data from a .net application. I have found
the example for POOM written in C#
(seehttp://www.gotdotnet.com/team/netcf/Samples.aspx)
which basically shows what dlls there are and how to
access them. Howeve... more >>
|