Re: Switch Wi-Fi on
Thu, 28 Aug 2008 10:46:41 -0700
The information in this article may help you:
Check out these 2 links :
http://www.teksoftco.com/articles/article%20007/radiodevices.htm
http://www.teksoftco.com/forum/viewtopic.php?t=195&sid=bcff5597874535c89
6ef6f3d776dd469
second link contains complete discussion on first topic, on the second
page ...
|
OutlookSession and Appointments reading slow??
Thu, 28 Aug 2008 08:58:13 -0700
hello,
I have the following code to read outlook appointments. I am only interested
in the next/upcoming appointment. Is there a more performance-friendly way to
do this?
try
{
OutlookSession session = new OutlookSession();
AppointmentFolder appointments = ses ...
|
problem with disconnect
Thu, 28 Aug 2008 02:17:29 -0700
Hi mikinde,
Thanks for your code it will be very helpful for me but I have a problem with disconnecting. The problem is that GetAllConnections() method returns an empty array and I cannot execute RasHangUp method because I have no connection found. What could be the problem ? It is very important to me to fix the ...
|
dotnet framework "New job alert"
Thu, 28 Aug 2008 00:05:49 -0700 (PDT)
www.richworld8.blogspot.com ...
|
How to use internal modem to connect to other modem and send data?
Thu, 28 Aug 2008 00:43:47 +0200
How to use internal modem to making CSD connection to other modem and
send data?
CSD - http://en.wikipedia.org/wiki/Circuit_Switched_Data
Please notice that I need CSD connection (like in old modem's times) not
a GPRS IP.
--
Ahtung - I repeated post from
microsoft.public.dotnet.framework.aspnet.mo ...
|
playing a wave file in CE 5.0
Tue, 26 Aug 2008 12:14:19 -0700 (PDT)
Hello,
I am writing an ASP.net website that will run on my Falcon 4420. I am
trying to make the scanner play a sound when they scan an item that I
do not want them to scan. Can any one lead me in the right direction?
Than you in advance for your help.
...
|
How do send a SMS message to your self with Mobile 6 (not Mobile 2003)
Tue, 26 Aug 2008 12:29:51 -0400
How do send a SMS message to your self (from the device emulator to the
cellular emulator and back again) in mobile 6 (NOT mobile 2003)?
I am not referring to the following article which addresses only mobile 2003
http://blogs.msdn.com/windowsmobile/archive/2004/04/27/121497.aspx
I am unable to se ...
|
|
|
Technical articles about CF 3.5 architecture
Tue, 26 Aug 2008 16:43:18 +0200
Hi,I'm writing in my thesis about Compact Framework 3.5, especially its
architecture, the execution environment, garbage collecting and so on.
Could you suggest my some technical books or web site? I also have ".NET
CF Core Reference" by A. Wigley, however it speaks about earliest
version of CF, and I'd like ...
|
RegisterWindowMessage Noob Help please
Tue, 26 Aug 2008 05:49:04 -0700 (PDT)
Hi All,
I am writing a C# app for a Windows CE5 device that has a barcode
scanner built into it (a CypherLabs 9400).
To get the info from the barcode scanned, the programming manual
states to setup a RegisterWindowMessage call and I have have done this
code:
uint nDecodeMsg = RegisterWindowMessage("WM_DE ...
|
SQL CE 3.5 SP1: Always uploading...
Tue, 26 Aug 2008 14:27:13 +0200
Hello
Since I have installed the SP1 of SQL CE, everytime when I start debugging
my application, it is uploading the 3 SQL-Cabs and installing it.
I have tried to uninstall the cabs and manually install them, then uninstall
them and let VS install them, but it is still uploading and installing them
every s ...
|