all groups > dotnet compact framework > april 2005 > threads for wednesday april 20
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
New application: compact framework 1.1 or 2.0?
Posted by Arnau Font at 4/20/2005 4:55:20 PM
Hi,
I'm planning to start a new application, which will take more or less two
months to develop.
The question is, can I start developing it using the 2.0 beta version, and
upgrade to the stable version when it is released, with minor changes, or
better stick to the 1.1 version?
When will the... more >>
Relationship between CE version and NetCF version?
Posted by kmsuzuki NO[at]SPAM gmail.com at 4/20/2005 4:54:20 PM
Can we make any assumptions about the NetCF version of a
factory-installed device given the CE version number? For example,
would it be safe to assume that Windows Mobile 2003 SE (4.21.1088 Build
14132) would always include NetCF 1.0 SP2 (1.0.3316.0)?
... more >>
SqlCeRemoteDataAccess.Pull Method Problem
Posted by Poohface at 4/20/2005 4:49:20 PM
I'm having an issue pulling from a SQL server to my compact app. My
code is as follows:
//////////////////////
Inherits System.Windows.Forms.Form
Friend WithEvents Calllist As System.Windows.Forms.ListBox
Friend WithEvents btRefresh As System.Windows.Forms.Button
Friend WithEvent... more >>
CE .NET 4.1- SQL Server - PlatformNotSupportedException
Posted by groups NO[at]SPAM intellka.com at 4/20/2005 3:30:36 PM
Hi, I'm trying to connected to MS SQL Server 2000 (MSDE) with a
touchscreen computer using Windows CE .NET 4.1 but I always receive
this error : PlatformNotSupportedException. Here is a copy of my
code. The connection is successful with CE .NET 4.2 and the visual
studio emulator but with CE 4.... more >>
blackberry developement??
Posted by ramonours at 4/20/2005 2:42:50 PM
Hello all,
I know this is a shot in the dark but...
any way to use .netcf or .net to develop for the blackberry??
thanks,
-r
--
Get The CrashCart!!
http://www.rncrashcart.com
... more >>
waveOutSetVolume -> doesn't change the volume
Posted by Ithkar at 4/20/2005 2:27:02 PM
From what I can find, the best way to change the volume of a device is
through "waveOutSetVolume". All my attempts to use do not actually effect
the volume of sound files played on the device. My code is below. I'm
calling it from C# and I know that the values range from 0 - 0xFFFF.
Howe... more >>
Transfer files on and from CE device
Posted by Frank Beerens (Soft-Solutions) at 4/20/2005 2:14:58 PM
Hello
we have a CE device where we create files and we use files on that device.
Now sometimes the file on the device must be copied to a pc and a new file
must be copied to the ce device.
We want to start and control the copy process from a pc program. Anyone a
idea how to do this ?
-- ... more >>
Soft Reset and Power Off
Posted by Mark Davison at 4/20/2005 1:55:32 PM
Hi,
Cananyone point me in the right direction for writing code (vb.net) to do a
soft reset and to turn the device off?
Regards,
Mark
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Design isuue
Posted by Sebastián::PJ at 4/20/2005 1:43:26 PM
Hi all, I'm not even a newbie yet in pocket pc.
So here's the problem I have to solve!
My client has an accounting applications which works with DBFs.
He wants to introduce the pocket pc technology while on the road. So =
what ever he does needs to be kept in the pocket pc, maybe SQL CE, and =... more >>
Web Services - ProtocolError
Posted by Bill at 4/20/2005 12:44:03 PM
My goal is to use Windows Authentication (WA) to access sensitive web
services from a compact framework (CF) application. My web site on the
development server(IIS 6.0) is set to WA. I'm using O'Reilly's "Programming
..NET Web Services" as reference. I have created the web service, tested it
... more >>
Accessing access database
Posted by Peter Schmitz at 4/20/2005 11:46:03 AM
HI,
how can I write to an access database on my pocket pc? doesn't seem possible
to me with the .net compact framework - and I cannot afford any commercial
solutions (as inthehands.com). Is there any other way?
Or, even better, is there any way to avoid pocket pc access databases?
All I ... more >>
SDRAM vs ROM
Posted by dwhittenburg at 4/20/2005 10:18:46 AM
I'm about to purchase a Dell Axim and in the specs I notice they talk about
RAM and ROM...
"Enhanced memory capacity with 64MB SDRAM and 128MB Intel® StrataFlashTM
ROM"
It made me think about my code and where I am storing my database...I'm
currently storing my database in a folder below... more >>
Binding text boxes
Posted by slm NO[at]SPAM raa.se at 4/20/2005 9:26:42 AM
Hi all!
This works well on my desktop:
textBox1.DataBindings.Add("Text", myDataSet.Tables["object"],
"object_object-property.id");
But fires an ArgumentException error on the iPAC...
Is it true that it is not possible to use "relationname.columnname" as
data member string when adding a dat... more >>
pInvoke question + string arrays
Posted by M0 at 4/20/2005 9:11:17 AM
I am referencing a function in a evc++ dll that has the following info
//I can get this function to work fine.
function epNormalLaunchApp(UInt32 creator);
//issues with this function
function epLaunchApp(UInt32 creator, LPCWSTR arg[]);
sample c++ input:
LPCWSTR args[3] = { L"-d" , L... more >>
Smartphone phonebook
Posted by atlantic at 4/20/2005 8:38:04 AM
Anyone knows how to read contact list from smartphone memory ? I know how to
read from SIM but not from phone memory, thanks
... more >>
Flash Player on Pocket PC
Posted by Andreas Viklund via DotNetMonster.com at 4/20/2005 8:28:19 AM
Hello!
I am trying to display Flash contents (swf) on my Pocket PC device in the
Internet Explorer or HtmlViewer (OpenNetCF). Since I dont have the player
installed on the device nothing is presented, but I was hoping it would ask
me if I wanted to download/install the player but it doesnt.
... more >>
P/Invoke parameter marshalling
Posted by Lionel Reyero at 4/20/2005 2:37:03 AM
Hello,
I am using a video encoder from an existing DLL (MSFCEnc.dll, from Microsoft
Portrait). I manage to call the DLL functions, but one of them, the
setParams(), always returns false... I would like to check with you that I
used the correct correspondance between C++ parameters and C# on... more >>
Bitmaps in Menubar
Posted by Ralph Heger at 4/20/2005 12:00:00 AM
Hi
I want to show bitmaps in a menubar, just as you can see it in the stadard
calendar-app. There seems to be no possibility in compact framework. I found
the 'SetMenuItemBitmaps' function in user32.dll, which could help. But this
function needs a handle to the bitmap, which I can't get (th... more >>
How to parse SMIL data in MMS message body?
Posted by Michael Bickel at 4/20/2005 12:00:00 AM
Hello,
I'm working on a smartphone 2003 second edition, but my question may be
more
general than this. I'm trying to get the attachment bytes out of an MMS
message. As it seems the attachment is encoded in the body of the
message
(and not nicely accessible with the openAttach from MAPI).
Wh... more >>
|