sql mobile with sql server 2000 sp3a
(1 messages)
Date: Tue, 17 Jul 2007 05:57:07 -0700
hi all,
i am using SQL Mobile in Device emulator and i want to use sql server
2000 database in my application. But i dont know how to use this
trough RDA and Merge Replication. ofcource i have used sql server 2005
and ...
|
Logging
(6 messages)
Date: Tue, 17 Jul 2007 10:28:48 +0300
Hi,
I'm developing a multiple threads application.
I need to log several events in the different threads into the same text
file.
The add_2_log function is very simle:
using (StreamWriter sw = new StreamWriter(log_file_name ...
|
Determining the type of expansion card currently in use
(5 messages)
Date: Mon, 16 Jul 2007 22:39:40 -0700
Hello all,
I'm working on a mobile application that uses an RFID chip reader, and
now has to support multiple readers. I've found the pattern example at
MSDN for bar code scanners to be an excellent analog (http://
msdn2 ...
|
DllImport and visual component problem
(3 messages)
Date: Tue, 17 Jul 2007 10:00:48 +1000
I have created a simple visual component based on a Label, with no
properties or methods added so far (using VS2005, New Control Library
project for smart device Windows CE 5).
It builds ok, I can add it to the toolbox ...
|
WM6 and the Compact Framework - compatibility issues
(2 messages)
Date: Mon, 16 Jul 2007 15:26:03 -0700
Hi,
We have had several folks upgrade to WM6. Our software was written for and
tested on pre-WM5 and WM5 Pocket PCs and Smartphones. None have reported
any compability issues. Should I expect any? What has been your ...
|
WM 6 and NETCF 1
(4 messages)
Date: Mon, 16 Jul 2007 14:30:01 -0700
I installed the WM6 SDK, but it doesn't show up as a possible target for my
NETCF 1 application. It does show up for NETCF 2 applications.
I assume this is because (according to cgacutil) WM6 doesn't include NETCF
1; ...
|
Image Flicker
(2 messages)
Date: Mon, 16 Jul 2007 20:32:15 -0000
I've created a simple control that loads an image, and allows a user
to "Pan" this image. If the image is too large for the screen, the
user is able to drag the image around the screen in order to see the
parts of the image ...
|
migrate from .Net 2.0 to .Net 3.0
(6 messages)
Date: Mon, 16 Jul 2007 08:12:08 -0700
Hello everyone,
I am using Visual Studio 2005 and have some code built by both .Net
Framework 2.0 and .Net Compact Framework 2.0 (two separate builds).
I want to build and test the code in both .Net Framework 3.0 and ...
|
Transparent forms
(1 messages)
Date: Mon, 16 Jul 2007 19:19:18 +1200
I am trying to create a transparent form (actually I want to alpha blend
but that seems rather hard), by overriding OnPaint and OnBackgroundPaid.
That semi works, in that I can see the application below mine.
However ...
|
Advice on doing daily builds
(4 messages)
Date: Sun, 15 Jul 2007 22:28:00 -0700
Hi
I would like to know what systems / tools people use to make there daily /
automated builds with Visual Studio and Compact Framework?
We currently have no build process in place, and I want to start doing daily
builds ...
|
|
Orcas , WCF & Store and Forward
(6 messages)
Date: Sun, 15 Jul 2007 03:55:57 -0700
I have been reading about the new features for CF comming in orcas,
and am particularly interested in the WCF features using mail as the
channel.
>From the couple of blog entries I have read It seems that there is a
requirement ...
|
Newbie question about moving Panels to back in the visual designer
(2 messages)
Date: Sat, 14 Jul 2007 21:55:09 -0000
I just started using the Designer in Visual Studio and have one
problem. I created a couple panels and added a few controls to each.
Each panel covers the entire screen and is intended to be shown and
hidden as necessary ...
|
Disabling Notification for GPRS Connection
(2 messages)
Date: Sat, 14 Jul 2007 06:14:01 -0700
Hi,
I am developing an Application for Windows mobile 5.0
The applcation connects to GPRS.
But each time it connects to the GPRS it shows an Notification saying
"Connecting to ...."
Is there anyway that i can disable ...
|
c#, how to update POOM appointment?
(2 messages)
Date: Fri, 13 Jul 2007 08:31:32 -0700
hi there,
i am developing a ppc application using c# 2005 and cf 2.0. what i
want to do is populating a datagrid with some appointments from
appointment collection, and let user select an appointment to edit. i
was able ...
|
Changing the Today screen image?
(10 messages)
Date: Fri, 13 Jul 2007 07:14:06 -0700
Hello all,
Does anyone have a example of setting the today screens image to another file?
I am looking to build my first PPC app and decide to do a wallpaper changer.
Wow finding documentation on this is not easy!
I would ...
|
How can I only connect to specific wifi access point
(2 messages)
Date: Fri, 13 Jul 2007 04:43:27 -0700
We are developing a compact framework application requires only
connect to access point which user select, no matter GPRS or WIFI. We
got most parts figured out, only fail in one scenario. If the device
provisioned two preferred ...
|
Design-Time Attribute for a Font Array in Visual Studio 2005
(1 messages)
Date: Fri, 13 Jul 2007 10:29:11 -0000
Hi,
I have a custom Button control, whick contains a Font[] Array-
Property. This control is for .NET CF 1.x, so I have add a Design-Time
Attribute to the .xmta File for a Visual Studio 2005 Designer support.
public ...
|
Marshalling string in PInvoke
(11 messages)
Date: Fri, 13 Jul 2007 03:25:29 -0700
Hi,
I need to acces a string (wchar_t*) in a C++ (win32) DLL from within
the Compact Framework.
The C++ Syntax is like this:
extern "C" __declspec(dllexport) int SomeFunc(wchar_t
*someString[128])
{
*someString = ...
|
How to a UserControl derived control in the Internet Explorer
(3 messages)
Date: Thu, 12 Jul 2007 11:51:04 -0700
Hi All
It is possible to integrate a UserControl derived controls in html
pages the Internet Explorer in Windows XP by using the <object> tag.
Now I create a create a fresh "Visual C# > Smart Device > Pocket PC
2003 > Control ...
|
Unable to connect to the remote server
(1 messages)
Date: Thu, 12 Jul 2007 10:24:02 -0700
Hi all,
I have the following problem:
From a WindowsForm SmartApplication, developed on CF 2.0 SP1 I call a
WebMethod of a simple WebService.
That WS is not public into the internet but into an intranet.
Therefore from ...
|