all groups > dotnet compact framework > april 2004 > threads for tuesday april 13
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
sql server 2000 enterprise edition
Posted by alf at 4/13/2004 11:11:41 PM
How can i connect directly from my pda to main database (not sql ce edition)
thanks
... more >>
Does PPC's media player has SDK like windows media player SDK?
Posted by Terry Cheng at 4/13/2004 10:43:03 PM
Dear all,
I wanna know that does ppc's media player has SDK or not?
thanks!
... more >>
Error PlatformNotSupportedException
Posted by ton at 4/13/2004 9:08:10 PM
When i call web service from smart device application (c#),
It display error PlatfomrNotSupportedException.
My web service return data set.
But i call this web service from window application , It work fine.
Code example web service is below.
[WebMethod]
public DataSet RetrieveHospital()
... more >>
TCP Chanel in .NET Compact Framework
Posted by Rinu Jain at 4/13/2004 8:11:05 PM
I am developing an application for a PDA using Pocket PC emulator -
My application first connects to a server (a desk top application) and then receives and send messages. Now sometimes when the messages are sent to the server from the PDA application the server can only read it partially in one t... more >>
Registry Editor?
Posted by Drew at 4/13/2004 4:11:29 PM
I am going to try poking around the registry using
the OpenNETCF Registry class.
Is there a registry editor on the Pocket PC that I
can invoke in case I want to manually change things
back that I mess with?
Thanks,
Drew
... more >>
Dialog Boxes
Posted by Drew at 4/13/2004 4:08:41 PM
I'm trying to get a nice looking dialog box.
It seems that the only way I can get one that does
not fill up the whole screen of the device is by setting this:
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
But that doesn't look so good without the border.
Did I miss s... more >>
How to get the sérial number of my device hardware ?
Posted by Romain TAILLANDIER at 4/13/2004 3:07:01 PM
hi group
How can i get the physical serial number of my hardware device. example :
in Start>parameters>system>system info >
i have the Processor for me : Intel Xscale) the frequency (: 300Mhz) and the
UUID (: E6000 ......C35)
I try to get the UUID.
I try to get an Unique ID for anti-copy ... more >>
ActiveSync and Web service
Posted by Harry Simpson at 4/13/2004 2:52:19 PM
Should'nt i be able to hit my webservice with the ppc cradled?
I cannot surf to web sites via PPC IE so i'm thinking i'm missing something
somewhere on the PPC connection to my box that's connected to the LAN here.
TIA
Harry
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CF.NET and XMLWebService
Posted by Alex at 4/13/2004 2:10:38 PM
Hello,
Is it possible to return from XML Web Service DataSet for CF.NET caller?
I've been forced to use XmlDataDocument to convert DataSet to XmlElement and
after that returns it to caller.
Is it right solution?
Alex.
... more >>
VS.NET 2003 and WinCE 4.2 Emulator
Posted by Alex at 4/13/2004 1:48:01 PM
Hello all,
I'm using VS2003 for developing an application. I'd like to upgrade my WinCE
4.1 emulator to WinCE 4.2. Are any usefull docs to reach it?
Thnx!
... more >>
DataSet: passed by value, but behaves like by ref
Posted by Christian Ahrenkiel at 4/13/2004 1:14:57 PM
Hi,
I've got a DataSet (ds) which was created by a DataAdapter (da) method:
ds.Fill(ds).
This DataSet is passed through various methods (by value). Each method
changes some fields in the DataSet (for converting data in another format).
As this DataSet is _not_ class-wide declarated, each... more >>
pinvoke RegFlushKey
Posted by Dante at 4/13/2004 12:46:04 PM
I am having problems pinvoking the RegFlushKey function to flush my Hive registry, i keep getting a System.NotSupported Exception when i call it. Am i doing something wrong? Here is the code
Const HKEY_LOCAL_MACHINE = &H8000000
Private Declare Function RegFlushKey Lib "coredll.dll" (ByVal... more >>
allocating a large array
Posted by A.User at 4/13/2004 11:54:37 AM
I am trying to allocate large byte array (~32meg) and I keep getting "out of
memory errors"
I tested C# app on PC and of course it works fine.
When trying to run on CE.Net 4.1 emulator it chokes(out of memory).
Even when I set the the memory for the emulator to
256M (PC has 1Geg memory) Control... more >>
interop & combo
Posted by Lloyd Dupont at 4/13/2004 11:38:11 AM
I had a lot of main form miniaturizing problem with dialog box, so I wrote
my own dialog box control which is in fact a Control, directly put on the
top level form.
Now I'm trying to make these dialogs "modal" (I use ApplicationEx and a
special IMessageFilter for this purpose, filtering out al... more >>
VB OCX & AxHost : Ful lFrameWork to Compact FrameWork
Posted by Romain TAILLANDIER at 4/13/2004 11:06:18 AM
Hi group
I have some fonctionalities available in an OCX created with VB6. I have
import it in a Full FrameWork project dependencies, and it is usable throw 2
dll named Interop.MyOcxName.dll, and AxInterop.MyOcxName.dll. as it allways
do when i include OCX.
this two dll are using the AxHost c... more >>
combo box
Posted by Shannon at 4/13/2004 10:15:19 AM
I'm filling values into a combo box. I'm using the combobox.items.add() to
do this. the combo box will have 1-6 as it's values. Then I want to set
the value that will show up as highlighted in the combo box. I was trying
to use combobox.selectedvalue=3 to have the value of 3 show up. I've us... more >>
Extended Control viewed as .NET Framework control
Posted by vluacesb at 4/13/2004 9:31:07 AM
Iam extending the .NET Compact Framework textbox control in order to create an advanced textbox control. I have successfully
compiled it and I was able to add it to the ToolBox. Here comes the tricky part: When I create one of this controls in the designer it doesn't look like a Compact Framework ... more >>
Is there a way to determine if an app has been "minimized"?
Posted by Ralph Flaugher at 4/13/2004 6:31:02 AM
In the PPC when an app has been "minimized" it really is just hidden (or so it appears). There does not seem to be any method I have found to make the app aware that this has occured. Does any one know how this status information can be obtained?... more >>
IP address?
Posted by Darin at 4/13/2004 5:12:35 AM
How can I get the IP address of a Pocket PC device? I am writing a
CF.NET program and I want to use the IP address as the unique string for
this PPC which is different than all other PPC's on their network.
THanks in advance.
Darin
*** Sent via Developersdex http://www.developersdex.com *... more >>
PPC 2003 and CF SP2
Posted by chora at 4/13/2004 3:21:21 AM
I just started using Mobile 2003 that has CF built in. As I checked
cgautil, it has the original release.
I upgraded to SP2. I suspect that after a hard reset, I will end up with
the original release again. Is that true?
If it's true, can I "Flash" SP2 so that it will be the permanent
ver... more >>
Problems connecting to emulator
Posted by Markus Rytterkull at 4/13/2004 1:38:42 AM
Hi!
I have some problems connecting to my emulators (or
device). Files are copied to emulator but when visual
studio starts "Launching application" it takes forevever
and then hangs.
I have not have any problems like this before and have
not installad any new software recently.
Any ... more >>
How can i call the pocket PC IE and pass it URL?
Posted by Terry Cheng at 4/13/2004 1:08:30 AM
Dear all,
Hello guys, I am just start writing an PPC application which need to
call PocketIE and pass a URL parameter then the Pocket IE will start up and
visit the passed URL?
Thanks in advance!
... more >>
|