about Windows Mobile 6
Mon, 4 Aug 2008 18:29:14 -0500
Hi guys!
A little question, using VS2005 to develop an application that runs on
Symbol 3090 and Windows CE 5.0, i can connect direct to SQL Server 2005 or
2000 (standar, workgroup, enterprise) with the sentence:
using System.Data.SqlClient; // and then create SqlConnection, SqlCommand
and so on
Bu ...
|
Desktop Office Outlook like functionaities needed on wince 5.0 device
Sun, 3 Aug 2008 20:47:43 -0700 (PDT)
I tried the POOM API, but that creates exception on CoCreateInstance,
so is there any other method to access these APIs.
Thanks, ...
|
ANN: CAB Installer SDK
Fri, 1 Aug 2008 15:09:14 -0500
If you've ever had headaches using wceload to install a CAB file becasue it
simply didn't do everything (or anything for that matter) that you wanted,
then our new CAB Installer SDK might be what you're after. Basically we've
created a managed code object model that allows you to write your own
installation ...
|
Exiting/Quitting an console application - Windows CE
Fri, 1 Aug 2008 07:49:03 -0700
I have a multi-threaded console application running in Windows CE using the
.NET Compact Framework 2.0.
The following code exits the program and correctly terminates the threads
created.
static void Main(string[] args)
{
string message;
StringComparer stringCompar ...
|
Anuncios Gratis www.AnunciosGratis.de
Fri, 1 Aug 2008 12:20:22 +0200
Vendo coche seat ibiza, 1999 . en buen estado, color plata, Precio ,4900 euros. Precio 4566 Euros.
Tfno: 91452123334
Puedes ver mi anuncio gratis en:
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
www.AnunciosGratis.de Anuncios Gratis
ww ...
|
Socket: Cancel / Timeout StreamReader.ReadToEnd()
Thu, 31 Jul 2008 00:14:06 -0700 (PDT)
Hello!
I have a Sockt-Connection:
TcpClient socket = new TcpClient();
socket.Connect(this.address, this.port);
Stream inOut = socket.GetStream();
StreamReader sr = new StreamReader(inOut);
I use "ReadToEnd" to read from the Stream:
String receive = sr.ReadToEnd();
But if the remote station doesn't ...
|
playing sound from large interval timer
Wed, 30 Jul 2008 13:47:08 -0700
I'm using OPENETCF large interval timer to wake up my app and do some operations. It works great except now I'm trying to add some alerts if new data was found during the event. I can trigger vibrations and it works great but using a pinvoke on WCE_PlaySound or using the multimedia PlaySync() in opennetcf will onl ...
|
|
|
click and doubleclick
Thu, 31 Jul 2008 00:37:15 +0400
I build a sample from article How to: Create a Custom Double-Click Event
(http://msdn.microsoft.com/en-us/library/ms172533.aspx). I add my code:
dClickB.Click += new EventHandler(dClickB_Click);
void dClickB_Click(object sender, EventArgs e)
{
MessageBox.Show("Simple Click");
}
But DoubleClick even ...
|
Call Number KeyBoard
Tue, 29 Jul 2008 22:59:16 -0700
Hi Friends. I from Peru.
I need to call a Function that call to the virtual POCKET Keyword but in a
"NUMBER" way. When put the cursor in textbox it shows me the keyboard in the
alphanumeric way.
Thanks for you help (sorry by my writing) ...
|
Refresh forms after synchronize
Tue, 29 Jul 2008 17:21:00 -0700
I have a sql database program on a Dell Axim using compact framework 2 and
vb. I Synchronize using my IIS and a wireless connection and the
synchronizing is successful. However the only way I can see the changes on
the forms is to close the program and re open.
I have tried testing for open forms and my las ...
|