all groups > dotnet compact framework > november 2005 > threads for thursday november 10
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 29 30
Change project type in Visual Studio ?
Posted by Axel Stallknecht at 11/10/2005 10:09:40 PM
Hello,
I have a PocketPC application. Now I have added a new project
which contains a new class.
If I start the application on the PPC I got a lot of trouble
using Threads in this new class. I get a MethodeMissingException.
The reason was, that the new added project is project type ".NET"
an... more >>
Unable to create Device Application, Studio Beta 2
Posted by Steve Howard at 11/10/2005 6:39:23 PM
Warning 2 The "GetDeviceFrameworkPath" task failed unexpectedly.
System.NullReferenceException: Object reference not set to an instance of an
object.
at
Microsoft.CompactFramework.Build.Tasks.GetDeviceFrameworkPath.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteTask(Executio... more >>
detecting power on
Posted by a NO[at]SPAM b.com at 11/10/2005 6:07:06 PM
ok, i know how to run an app on power on with cerunappatevent. But, i
would like to know if i have an app already running, how do i call a
function if they power on.
So for example, the program is running, they turn the pda off, then
they turn the pda on again. I need to do something when the... more >>
Get the Handle of the current Form
Posted by Chris Botha at 11/10/2005 5:00:47 PM
I want the Handle of the current form using the Compact Framework. Using the
WinApi calls GetActiveWindow or GetForegroundWindow sort of work, except
when the SIP is visible, then I get the Handle of the SIP instead.
Thanks.
... more >>
Anyone used SDF AnimateCtl ?
Posted by anbeyon NO[at]SPAM btinternet.com at 11/10/2005 1:59:48 PM
Hi all,
has anyone out there used the OpenNETCF SF AnimateCtl ?
If so did it work ok ?
I can make an animation run but is does not fill the area of the
control. It only fills about 85% of the control vertically.#
any one have any ideas ?
Thanks
Anbeyon
... more >>
call a web service
Posted by amy chen at 11/10/2005 11:45:05 AM
I am building a wireless application that runs in a window CE environment.
The wireless application will pass the barcode information to a web service.
It take a while for the wireless client to get back the result from the web
service. I also create a window application that has the same l... more >>
CompactFramework SP2 for PocketPC2002 device
Posted by mb at 11/10/2005 10:38:30 AM
Is .NET Compact Framework 1.0 SP2 available for PocketPC 2002/Win Ce
3.0 device?
I have search but the only available download is NET Compact Framework
1.0 SP2 Update to Platform Builder 4.1.
thanks
mb
... more >>
Problem visual control in vs2005
Posted by wavemill NO[at]SPAM hotmail.com at 11/10/2005 10:30:26 AM
Hello,
I would like herited of my button control and change my background.
I have try it, but my background is always grey.
Have you got an idea?
This is my code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
usi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
NETCFSetupv2.msi & ActiveSync 3.8
Posted by Mats H - Volvo at 11/10/2005 10:29:06 AM
PI Got a QTEK S100 with Pocket pC 2003 Phone edition that is said to be
supported for .NET CF 2.0. But the NETCFSetupv2.msi requires Activesync 4.0
that is only supported for Windows Mobile 5!!! Where can i find the cab file
so I can install without Acticesync?... more >>
pda->usb->RS232
Posted by Rainer Queck at 11/10/2005 9:03:17 AM
Hi NG,
I have a little project to do.
I need to "talk" to a microcontroller device (RS232) from a pda (wich only
has USB) .
This program is to be developed with C# using VS2005 professional (as soon
as I get it delivered).
Since I have no idea on how to approach this project (yet), I v... more >>
Selecting an Enterprise installation app for PocketPC
Posted by MoonLiver at 11/10/2005 8:44:06 AM
I need a product that can install software on to devices. I have 400
devices, and I would like to be able to specify an installation for all
the devices, so the next time they connect to the software update
server, it gives them the newest version.
Thanks.
b
... more >>
Problem to Show and Hidden app.
Posted by consInn at 11/10/2005 2:43:10 AM
Hi All,
in a simple SmarthPhone App:
this.Hide() event is called on menu click event
but when I click again on the application start icon none
of the events is called and i'm not able to show again the
idden application.
I have also tryed to put this.Show() in the Activate event Hnd
b... more >>
CF install fails
Posted by Jon Perkins at 11/10/2005 12:52:11 AM
I'm new at CF, but having just attended a session about it at the UK VS2005
launch event I thought I would give it a go. In the talk the speaker said
that the current Compact Framework 2.0 install might fail, and indeed that is
the case. I get the message "Application Manager cannot install th... more >>
Get latest ActiveSync 4.0?
Posted by Chris Botha at 11/10/2005 12:00:00 AM
Hi, I've looked on the MS Web site and I can find the Developer Preview of
ActiveSync 4.0 for download but not the release. Has it been released, or is
the Developer Preview the latest?
Thanks.
... more >>
Pocket PC connection to SQL Server
Posted by adds21 at 11/10/2005 12:00:00 AM
Hello,
I'm writing a PPC application which needs to connect to an instance of SQL
Server if the connection is available.
I can check that the PPC has network access by using the CFNET IPAddress
class, and I could even check the PPC can see a web server by using
HttpWebRequest or somethin... more >>
Camera Emulator?
Posted by Andreas V via DotNetMonster.com at 11/10/2005 12:00:00 AM
Hi!
In Mobile 5.0 there is a Camera API. Great! Finally it is possible to control
the camera on a Pocket PC.
But is it possible to test the application and the functionallity of the
camera api on some of the emulators in the Mobile 5.0 SDK or VS 2005?
--
Message posted via DotNetMonster... more >>
|