all groups > dotnet compact framework > april 2008 > threads for april 22 - 28, 2008
Filter by week: 1 2 3 4 5
Checking for Installed Application.
Posted by ink at 4/28/2008 3:49:15 PM
Hi All,
I need to check and see if an application is installed, namely TomTom.
Is the best way to just look for the EXE file?
Or is there a more correct way?
Thanks,
ink... more >>
Packaging _setup.xml (for SSL Cert) into WinCE 5.0 CAB using CabWiz?
Posted by Greg Hellem at 4/28/2008 11:23:56 AM
I am attempting to install a SSL Certificate on a WinCE 5.0 mobile device. I
have already created the appropriate "_setup.xml" file that contains the SSL
Certificate installation information (as shown in several
posts/blogs/WinCE32 SDK). Now I am attempting to package _setup.xml (or just
it'... more >>
SQL Server CE Assembly question.
Posted by Hugo Pereyra at 4/28/2008 10:33:55 AM
Hi, i´m making a mobile app with VS 2005, CF 2.0. and SQL CE 3.0 ( Sql
server 2005 Mobile edition )
When i add a reference to my project to System.Data.Sqlserce i notice that
the version is 3.0.3600.0
But when i browse with the File explorar to C:\Archivos de
programa\Microsoft Visual Stud... more >>
How to get rid of popup warning for new EXE?
Posted by ink at 4/28/2008 10:33:53 AM
Hi All
I am developing on an HC700 Motorola HHT. The OS has been upgraded from
PC2003 to WM5. And I am using C# with CF2.
Every time the debugger starts up the EXE on the device a warning pops up
asking am I sure I want to do this. This seems to happen for all ne
assemblies as well and... more >>
Make a trial license
Posted by Armando Rocha at 4/28/2008 10:12:23 AM
Hi,
Im working with an app mobile, and i want make i trial license (15 days) for
my application.
which is the best way to do that? any sugestion?
--
Armando Rocha
Mobile Developer
http://www.ifthensoftware.com
... more >>
Sending commands to serial port connected device
Posted by davem at 4/28/2008 9:08:58 AM
Hello,
When I create a connection to an external device (barcode scanner) via
serial port, using the Terminal Services Client on the mobile device, I can
send commands to control to the external device and receive information
about it, such as the firmware version.
I have a vb.net appl... more >>
Setup program
Posted by Empi at 4/27/2008 4:22:00 PM
Hi,
For some reason, my PDA setup software is installing a "pc version" as well
as installing the PDA correctly.
Is there a way to prevent it from doing that?
This way I must uninstall it each time I re test the application.
Thanks,
Empi
... more >>
Broadcom bluetooth manager and virtual serial port
Posted by m1k3.m1k3@gmail.com at 4/26/2008 1:17:28 AM
Hi
I am kinda new to compact framework programming (I am experienced
asp.net developer), so please forgive me if my questions are trivial.
I've an application that connects to bluetooth device using virtual
com ports - before I connect this app to bt device I need to discover
the device a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Symbol device
Posted by Hugo Pereyra at 4/25/2008 6:21:56 PM
Hi, i´m developping an app with Symbol MC70 device ( WM5 and CF 2.0 ). This
device has an yellow key ( barcode trigger ), and i´d like to capture the
keypress event on it...but it can´t see to be a normal button, because i
couldn´t to trap the event... I was reading the SMDK .net documentation... more >>
OS Version
Posted by masterik at 4/24/2008 4:52:26 PM
Hello,
How can i determine the OS/Platform version with .NETCF?
I need to know if my app runs on Windows CE or on Windows Mobile and the
version number...
Thanks in advance,
Malik
... more >>
How to prevent WM Device Center to pop up each time I connect my device?
Posted by Serge Wautier at 4/24/2008 9:57:44 AM
Env.: WM6, Vista, Windows Mobile Device Center
Hi All,
Sorry for the slightly OT question.
I currently plug my device in and out its dock station all the time to test
the connectivity of my app.
Each time I plug it in, WMDC pops up. It's getting somewhat irritating. Can
I prevent it fr... more >>
System.Diagnostics.Process TermWaiter.WaitForTerm();
Posted by Rashmi C at 4/24/2008 4:43:14 AM
We are using .Net CF 2.0.
We want to start the device clock application using Process.Start and when
the clock is closed/exitted, we want to carry out some operations. We have
used the following code for the same:
private void btnAdjustSystemTime_Click(object sender, EventArgs e)
{
... more >>
Manage in unmanaged easier or unmanaged in managed
Posted by garlic at 4/23/2008 10:26:00 PM
I need to use managed and unmanaged code.
I have two option, using managed class from native C++ code or using native
C++ from managed code. Which is easier? I came across ManWrap tools that is
better than /clr switch
Have few question, please help
1. Is ManWrap (RegExWrap.dll) tools used ... more >>
Registry Keys
Posted by Armando Rocha at 4/23/2008 2:54:17 PM
Hi,
I m working on app mobile, and i need write key + values on registry. How i
do that?
Framework version: CF 3.5
Plataform: Windows Mobile 6 Professional SDK
--
Armando Rocha
Mobile Developer
http://www.ifthensoftware.com
... more >>
drawing directly onto picturebox
Posted by MoosePR@gmail.com at 4/23/2008 9:41:34 AM
Hi
Im making a signature capture and have been looking at examples, got
it working ok but i have a problem
im captureing all the points so i can redraw the image at will which i
have code for in the paint event of a picture box
if i try to redraw the image every time there is a new point ... more >>
Why doesn't it throw an exception to connect to an unexisting IP?
Posted by Cat at 4/23/2008 8:19:35 AM
This has been really troubling me, at least for few days. I tried to
solve it myself but I finally gave up and am asking for some advice.
What I'm trying to do is rather simple. To communicate between PDA and
PC via good old TCP socket. Since I dont' have a PocketPC, I used the
emulator that c... more >>
Possible to change color of Windows Mobile Theme?
Posted by juvi at 4/23/2008 1:54:01 AM
Hello,
Is it possible to change the color of the current windows mobile theme used?
I would like to do this with .net cf but not sure if this is possible.
Saw already applications in .net cf that can change the color for example of
a WM6 device to red, green, blue or what color you want, b... more >>
How to rotate a graphic/image in .net cf?
Posted by juvi at 4/23/2008 1:49:00 AM
Hello,
Is it possible to rotate a graphic/image in .net cf?
I want to rotate an image around a center point like a pointer of a clock.
Have no ideas where to start and if its possible or not!?
thanks for any help.
juvi... more >>
Pull/Import files from PC Host to the Device
Posted by E Lee at 4/22/2008 4:06:37 PM
Is there a way using the Compact Framework to implement a "pull" or import
of files from a Host PC's hard drive while cradled? We would like to avoid
having to release a PC application used to "push" the files from the PC to
the mobile device which we know can be done.
Thanks in advance.
... more >>
problem starting the exe without debugger
Posted by Krunoslav Ostrouska at 4/22/2008 2:30:03 PM
SGksDQppIHVzZSBDIyB3aXRoIE5FVDEuMSB0byBjcmVhdGUgcHJvZ3JhbSBmb3IgQ0U0LjEgcHJv
Y2VzIGNvbnRyb2wgZGV2aWNlLiBJdCB3b3JrcyBmaW5lIGlmIGkgZGVidWcgaXQgb3IganVzdCBz
dGFydCB0aGUgYXBwIGZyb20gdGhlIFZTMjAwMy4NCkJ1dCBpZiBpIGZyZXNoIHJlYm9vdCwgbm90
IGFueSBvZiBteSBORVQgYXBwbGljYXRpb25zIHdpbGwgc3RhcnQgKHdpdGhvdXQgZX... more >>
WebService access issue on GPRS/3G
Posted by Fred at 4/22/2008 2:00:51 PM
Hi everyone,
I'm trying to build an application that retrieves data from a web
service using its data connection (GPRS/3G). I'm testing this
application on an HTC P3650 running windows mobile 6, with .NET CF
SP2.
As long as the device is connected through activesync, or with a WiFi
connect... more >>
using EVDO to connect to a webservice
Posted by David at 4/22/2008 11:24:16 AM
Hi all,
I have a Symbol MC70 with WiFi, and a data access plan through the
cell phone. If I am in IE, call up web page and a WiFi connection is
not available, *somehow* the phone uses an EVDO connection to connect
to the internet.
I would like to do the same type of thing through code, using C... more >>
Deploy .Net CF as Visual Studio does
Posted by Arijull at 4/22/2008 8:15:50 AM
Hello.
Every time a debug is performed into a PPC using Visual Studio 2005,
the IDE deploys the .Net CF into de device. Is there any way to write
a desktop application that does the same thing?
What I've been doing is developing a desktop application that uses
RAPI.dll in order to copy the ... more >>
WM Print Engine with PDF support
Posted by vipsolution@gmail.com at 4/22/2008 6:23:39 AM
Hi,
Cannot find PDA Print Engine(.Net SDK required) with PDF support.
I need to print pdf file from WM5/6.
FieldSoftware does not support...
Thanks.... more >>
How to scroll large drawings/large docs?
Posted by Frankie D. at 4/22/2008 2:25:01 AM
Hi,
I have a "document". My doc can be divided to thousends of lines. Every line
can be displayed as a drawing, every line has an OnPaint method. How can be
displayed this document??? The height of every line is 75.
If each line is reperesented by separate controls the program will be very
... more >>
|