all groups > dotnet compact framework > february 2005 > threads for friday february 11
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
DIME and the Compact Framework
Posted by Brian R. at 2/11/2005 9:09:01 PM
Before I jump head first into some web service code with attachments, I
thought I would verify that DIME and the WSE1.0 (2.0?) extensions are
compatible with the compact framework for PocketPC2003.
I saw a couple of postings related to DIME and PPC, but I wanted to make
sure this was a via... more >>
Looking for Tips: How to create a SQL CE database in a Windows Application and transfer it to a Pocket PC
Posted by Jörgen Björkman at 2/11/2005 2:09:47 PM
I have a Windows Application where I collect data. I want to store these
data in a SQL CE database and transfer it to the Pocket PC.
After working with the data in the Pocket PC I want to transfer it back to
the Windows Application where I Process the data before
I store it in an Oracle data... more >>
Word, Excel, Mpeg, wav wrapper ?
Posted by Freestyler at 2/11/2005 1:39:47 PM
I'm searching for the (may be comercial) solution for viewing (editing) the
Pocket Word, Excel, etc. files inside CF.
Any help appreciated.
TIA
Freestyler
... more >>
Beginner problem with TabControl size
Posted by Eirik at 2/11/2005 1:38:13 PM
Hi all,
Call me stupid, but I'm not able to set the size of a TabControl to occupy
the full area of my form.
I've tried :
tabCtrl.Size = this.ClientSize;
What happens here is that the tabs disappeair under the menu, and I'm not
able to get the to the height of the menu control.
Could an... more >>
vb.net socket programming
Posted by Jimbo1299 at 2/11/2005 1:17:06 PM
Hi guys please help i'm really stuck.
I'm trying to upload a file from a pcket pc 2003 to a passworded ftp site.
I've tried wininet and its useless so i'm programming my own socket client.
I initialise a connection, and log on over the ftp control socket no problem
but i'm stuck as to how i... more >>
Selecting Pocket PC Device
Posted by Sandip Naskar at 2/11/2005 12:05:03 PM
Hi All,
I have a requirement to synchronize PPC outlook using DOT.NET Compact
Framework.
Currently I am testing with Pocket PC 2000 Emulator.
Now, I want to test it with Pocket PC Device.
Could anyone tell me, which Pocket PC Device to use for this and its
configuration.
(I am not sure, w... more >>
Alex Feinman Re : DLL in other directory
Posted by Peter at 2/11/2005 11:50:01 AM
Alex,
using System.Reflection;
namespace myApp
public class frmMain : System.Windows.Forms.Form
{
public frmMain()
{
InitializeComponent();
}
Assembly.LoadFrom("\path\to\MyLib.dll")
Assembly.LoadFrom("\path\to\MyOtherLib.dll")
Assemb... more >>
How do I setup the SqlServer / IIS to sync with my SqlServer CE
Posted by Dan at 2/11/2005 6:05:04 AM
I have been looking around for information about how to create apps on the
pocket Pc that sync with a backend Sql Server database. I have found lots of
info on how to sync and how create the apps on the PocketPc, howerver I
havent found any info on how to setup IIS and SqlServer... Which is w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ToggleButton and ContextMenu
Posted by Phil Williams at 2/11/2005 6:05:03 AM
Why doesn't the PopUp event fire for a ContextMenu when it is associated with
a toolbar ToggleButton? I'm working on a Pocket PC with SP3 applied. It
works fine on the full framework.
Is there a work around or fix?
Regards,
Phil.... more >>
GPRS and web service problem
Posted by theMediaLounge at 2/11/2005 3:31:03 AM
I have created a web service running on IS 6, and a client on Pocket pc 2003,
when I connect using the WLAN and PC internet connection it works great. WHen
I use the GPRS connection on PDA (via mobile phone over bluetooth) It works
the first time and then on consecutive times throws a webexcep... more >>
GPRS Signal Strength from .Net?
Posted by Simon Neve at 2/11/2005 3:29:12 AM
Hello,
We're trying to retrieve GRPS signal strength on an XDA device (running
PPC2003 phone edition). We started to look at the OpenNETCF.Net but that
seems to return signal strength for RF cards only. So our research tells us
we can use TAPI API's or use RIL. We've tried using TAPI but... more >>
Getting the idle time for a Form
Posted by Florian Lutz at 2/11/2005 2:41:45 AM
Hello,
i'd like to get the idle time from an application. More specific, the
time since the user clicked on something ... i googled for it, but i
haven't found a good solution.
any ideas?
cheers,
florian
... more >>
|